Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.
Update Package List in Apt
April 2, 2008
Update the package list – do this after you change the source in /etc/apt/sources.list . apt-get update
Creating a SVN Tag
March 30, 2008
Creating a tag in SVN means that you copy the entire trunk to another folder in the ‘tags’ folder… svn…
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
Uninstall Using Yum
March 23, 2008
Use this command to remove a rpm package. yum remove package_name
Recent Comments