Here’s a quick way to check which version of Solaris you are running.

Here’s a quick way to check which version of Solaris you are running. #cat /etc/release Solaris 10 11/06 s10x_u3wos_10 X86<br /> Copyright 2006 Sun Microsystems, Inc.<br /> All Rights Reserved.<br /> Use is subject to license terms.<br /> Assembled 14 November 2006

2012-02-23 · 1 min · Danesh Manoharan

Burger King Supreme Angus Steakhouse for RM5

For 1 day only, TODAY! Enjoy Burger King’s Supreme Angus Steakhouse burger for only RM5.

2012-02-22 · 1 min · Danesh Manoharan

How to install hddtemp on CentOS 6.2

hddtemp is a simple small app to monitor your hard disk temperature. It works by accessing the SMART capability of modern disks. Here’s how to install it. Download and compile from source. #cd /tmp<br /> #wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2<br /> #tar -jxvf hddtemp-0.3-beta15.tar.bz2<br /> #cd hddtemp-0.3-beta15<br /> #./configure<br /> #make<br /> #make install<br /> #cd /usr/share/misc/<br /> #wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp.db Test it. #hddtemp /dev/sda<br /> #/dev/sda: WDC WD2500JS-75NCB3 : 45°C

2012-02-14 · 1 min · Danesh Manoharan

Achievement Unlocked!

Work in IT? Unlocked any achievements lately? See how many you can check off from the full list.

2012-02-03 · 1 min · Danesh Manoharan

Box.net via WebDAV on Fedora 16

I was lucky enough to get a free 50GB box.net account. 50GB is alot!. However, the catch, individual files can’t exceed 100mb each. lol I mainly use my box.net to hold eBooks for later access on my Laptop and Android devices. There is no free client for Linux so I use WebDAV instead. It’s slower but it works. Start by installing davfs2. # sudo yum install davfs2<br /> Create your Box.net directory # mkdir ~/Box.net<br /> Create the davfs2 config directory. It’s in your home dir so it’s not system wide. # mkdir ~/.davfs2<br /> Disable locking. Causes issues sometimes. `# cd ~/.davfs2 ...

2012-02-01 · 1 min · Danesh Manoharan