Archive for December, 2009

Chrome released for debian distros

Finally google released chrome browser for debian based distros. After running for hours i feel its stable and working fine
Download Google chrome for Debian
For developers it has developer tools which looks like firebug, but it`s not so power full like firebug, to open developer tools click
ctrl + shift + i
It also supports extensions and themes
At [...]

RAID and LVM on Amazon EC2 (part I)

This is the first part of three articles I’m posting for a great storage solution using RAID, LVM and Amazon Elastic Block Store (EBS).

Porting Debian to Amazon EC2 for HPC

Few months ago, I was challenged to build a High Performance Computing (HPC) instance on Amazon EC2 and the first thing that came in my mind was: which Linux distribution would fit on such requirements.

Changing host name of Linux server

To change the host name of current session use
/bin/hostname your-host-name
To change the host name permanently use
/etc/hostname
/etc/init.d/hostname.sh start
Share/Bookmark