Lately I have been spending more time on various Linux distributions. For production I mostly use Debian and Ubuntu (which is itself based on Debian). There are few things that I have come to love about them, and I though I would share:
- On my laptop, I have both Windows 7 and Xubuntu. When I boot into Windows, my fan immediately hits maximum and it takes a while for it to cool down. When I boot into Linux, the laptop stays cool. It also has a better battery life. I know it's a matter of drivers, but with equal driver quality (my laptop has good support for Linux), Linux OSes would normally run much leaner and cooler. Or at least they can be made to.
- My Window OS has grown to more then 20 gigs of size. Most of it in WinSXS, and I have not found a safe way to remove this crap without risking damage to my system in some way. My Linux install is still under 4 gigs, and that's relatively a lot for a Linux-base system.
- "ssh myuser@myvps.somewhere.com -D 8080" will create a SOCKS proxy on my computer with a secure tunnel to myvps.somewhere.com. I can configure my apps to use this tunnel and avoid any cache, proxy or security issues. I just wish I knew an easy way to make the proxy transparent.
- It is easy to clone. You can run the same system under VirtualBox, then upload it to some VPS provider and run it there. I haven't really tried with Windows but I know they have added copy protection which makes cloning more difficult.
- It is a great platform for running server software (apache, MySQL, etc.). Installing and updating the software is really easy through package managers.
These are some of the things that come to my mind, I'm sure I could think up others as well!
- On my laptop, I have both Windows 7 and Xubuntu. When I boot into Windows, my fan immediately hits maximum and it takes a while for it to cool down. When I boot into Linux, the laptop stays cool. It also has a better battery life. I know it's a matter of drivers, but with equal driver quality (my laptop has good support for Linux), Linux OSes would normally run much leaner and cooler. Or at least they can be made to.
- My Window OS has grown to more then 20 gigs of size. Most of it in WinSXS, and I have not found a safe way to remove this crap without risking damage to my system in some way. My Linux install is still under 4 gigs, and that's relatively a lot for a Linux-base system.
- "ssh myuser@myvps.somewhere.com -D 8080" will create a SOCKS proxy on my computer with a secure tunnel to myvps.somewhere.com. I can configure my apps to use this tunnel and avoid any cache, proxy or security issues. I just wish I knew an easy way to make the proxy transparent.
- It is easy to clone. You can run the same system under VirtualBox, then upload it to some VPS provider and run it there. I haven't really tried with Windows but I know they have added copy protection which makes cloning more difficult.
- It is a great platform for running server software (apache, MySQL, etc.). Installing and updating the software is really easy through package managers.
These are some of the things that come to my mind, I'm sure I could think up others as well!