Month: May 2007

Disable Password Prompt at Startup in Windows XP

Note: This post may be wrong. I’m getting a lot of complaints that this doesn’t work. See the Microsoft page…

Extracting DAA Image Files

I once got a DAA file from a P2P network. Initally I was at a lose about how to extract…

Searching text in a directory using find and grep

Use find and grep to search for a specific text in a directory. In this example, we search for files…

Caching Debain installation DVD/CD

Cache all your Debain installation DVD/CDs Put the first DVD in the drive and run this command apt-cdrom add Do…

Using Awk

Simple uses for awk Get the second column from the output ps aux | awk ‘{print $2}’ Use a different…

Install Win32Codecs in Linux

Win32Codecs is a collection of important codes to play videos in linux Download http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2 Extract into /usr/lib/codecs/

SourceForge Project Packager – from SVN source

This script will package your SVN code to a tar.gz file. Just give the name of the project as the…