Skip to content
Archive of entries posted on 21st April 2010

Spam Drops Worldwide After American Webhosting Firm Closed Down

http://www.cyberciti.biz/tips/major-source-of-online-scams-spams.html Do I need to say more. This is really great news.. So guys enjoy more and do less filtering. Technorati Tags: spam

Convert decimal numbers to binary

Image by Getty Images via Daylife There is a calculator called bc that works in the command line. So if you need a quick calculator function in the command line then you could write some functions that will do the trcik for you. Here is an example: function convBase { echo \”ibase=$1; obase=$2; $3\” | [...]

Upgrade to Fedora 13 from your existing version using yum.

Well. this time it seems to be very simple : yum –releasever=13 upgrade update 22/April/2010: The key file will not be there so there are two options for you in this case: 1) Install the following rpms from the downloaded rpms with \”yum –nogpg localinstall\” a) fedora-release b) fedora-release-notes 2) Run the whole upgrade with [...]