Windows Vista Dismissed
Posted by marcin | Filed under digg, linux, windows
Just found very nice stickers on digg.


Read the rest of this entry »
Monitoring a Linux System with X11/Console/Web-Based Tools
Posted by marcin | Filed under digg
A description of tools for Linux that let you analyze the performance of your PC, by evaluating the way your PC uses hardware and system services, including RAM, CPU and hard drivers. With the information provided by these tools, you can uncover potential problems, fix performance bottlenecks and make sure your computer is running in tip-top shape.
Top 30 Wordpress Plugins in Blogosphere
Posted by marcin | Filed under digg
The list of TOP 30 most used Wordpress plugins in blogosphere. Lot’s of tried and tested plugins to pimp your blog.
Ripping MP3s from Last.fm with Linux, Streamripper and LastFMProxy
Posted by marcin | Filed under digg
A cool HowTo showing how to rip nice clean MP3s from Last.fm!! Awesome!
Turn your optical mouse into a crappy scanner
Posted by marcin | Filed under digg
http://www.engadget.com/2006/01/08/turn-your-optical-mouse-into-a-crappy-scanner/
Cleaning up a Ubuntu GNU/Linux system
Posted by marcin | Filed under digg
If you want to clean your ubuntu machine you need to follow these simple steps to remove all unnecessary junk files.
Linux Shell Scripting Tutorial
Posted by marcin | Filed under digg, linux
This tutorial is designed for beginners who wish to learn the basics of shell scripting/programming plus introduction to power tools such as awk, sed, etc. It is not help or manual for the shell.
Vim tips: Using tabs
Posted by marcin | Filed under digg
Before Vim 7.0 was released last May, I usually had six or seven xterms or Konsole windows open, each with a single Vim session in which I was editing a single file. With Vim 7.0, users now have the option of using tabs within Vim. With Vim’s tab features you can consolidate all your sessions into one window and move between files more easily.
How the US National Security Agency access was built into Windows
Posted by marcin | Filed under digg, security, windows
Już wiadomo dlaczego usa są najbogatszym państwem. A raczej było wiadomo w 1999r.
A careless mistake by Microsoft programmers had revealed that special access codes prepared by the US NSA have been secretly built into Windows. The NSA access system was built into every version of the Windows operating system in use. The discovery came close on the heels of the revelations that Lotus, had built the same thing in its Notes program
Automatically Scan Uploaded Files For Viruses With php-clamavlib
Posted by marcin | Filed under digg, linux, security
This guide describes how you can automatically scan files uploaded by users through a web form on your server using PHP and ClamAV. That way you can make sure that your upload form will not be abused to distribute malware. To glue PHP and ClamAV, we install the package php5-clamavlib/php4-clamavlib which is rather undocumented at this time.