Category: Linux
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
Uninstall Using Yum
March 23, 2008
Use this command to remove a rpm package. yum remove package_name
Encrypt/Decrypt using GPG
March 21, 2008
Encrypt/Decrypt a file with GNU Privacy Guard – GPG. #Encrypt gpg -c file #Decrypt gpg file.gpg
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