Others
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 [...]
Free ubuntu CD
If you are facing problem in downloading large files of linux distibutions, Ubuntu is giving a great offer, you can request free CDs from ubuntu it is totally free and ships to any part of world.
Request Free CD
Share/Bookmark
Mail alert for ssh login
To get a mail when some logged into your linux system then follow this steps
Edit .bashrc in root folder /root
vi .bashrc
Add following line at end of the file
echo ‘ALERT – Root Shell Access (server name) on:’ `date`
`who` | mail -s "Alert: Root Access from `who | cut -d"(" -f2 | cut -d")"
-f1`" yourmail@gmail.com
Share/Bookmark
