Posts
May 26, 2007 • 1 min read • Technology
Audio CDs to the Rio 500 mp3 player using Linux
OK, it is easier on a Mac.
May 26, 2007 • 1 min read • Technology
Acrobat Reader 5.07 for Linux
There is an rpm for Acrobat Reader 5.07 for Linux from Gurulabs.
May 25, 2007 • 1 min read • Technology
Suse 9
I switched to Suse 9.
May 25, 2007 • 4 min read • Technology
Loosing your Windows softly
I have two hard drives and the partitioning is as follows:hda1 120 GB/dev/hda1 100 MB Linux ext3 /boot/dev/hda2 95 GB Linux ext3 /home/dev/hda3 1 GB Linux swap/dev/hdb4 Extended partition/dev/hdb5 17 GB Linux /hdb1 32 GB/dev/hdb1 100 MB Linux ext3 /boot/dev/hdb2 1 GB Linux swap/dev/hdb3 Extended partition/dev/hdb4 12 GB NTFS Windows2000/dev/hdb5 18 GB Linux reiserfsBoth boot partitions had grub installed (there used to be an old Linux Red Hat 7 install on hdb1).
May 25, 2007 • 1 min read • Technology
grep to search for file content or rpm -qa output
In order to search a specific directory (path_to_directory) and all its subdirectories r for recursive) for files that contain a specific text string, use the following command:grep -r "textstring" path_to_directoryAlso very useful is to pipe the output of another process into grep.