Tag: Linux
Install CPAN in Fedora
March 28, 2008
If you are getting a ‘Can’t locate CPAN.pm in @INC’ error while opening cpan, you have not installed Bundle::Cpan. You…
yum localinstall
March 27, 2008
This will install an RPM, and try to resolve all the dependencies for you using your repositories. yum localinstall package_name.rpm
Fix for Missing Fonts in Debian’s XMMS
March 25, 2008
If you have a debian system and the XMMS in that has a bug that hides the fonts in dailog,…
Unrar a RAR File in Linux
March 24, 2008
First install the ‘unrar’ package – then run this command… unrar x file.rar
Find number of lines in a file
March 20, 2008
Find the number of lines in a file using this command… cat -n file OR wc -l file
Sync Two Folders
March 18, 2008
Sync two folders using rsync command rsync -rogpav –delete /home/me /backup/folder
Convert all Ico files to Gif
March 17, 2008
I had a collection of ico files with the ext gif – these are the commands I used to fix…
Recent Comments