LAMP How To – Open Source At Work

Only Passion Matters

Entries for the ‘Think Networking’ Category

why linux is greener than windows

I came across an interesting article:
http://www.networkworld.com/research/2008/060908-green-windows-linux.html
I was curious why linux consumes 12% less power than windows on the same hardware.
“There are three states to these Windows power plans – Power Savings, Balanced and High Performance – which are selected through the Windows Control Panel Power Settings options. These options can also become [...]

Xen Guest, Dom U – dont use LVM

I dont see any reason why one should use lvm in xen guest. The whole idea of using lvm is to have the ability to resize disk size easily and resizing a xen guest can be done easily without using LVM. Actually, having LVM in xen guest complicates the process of resizing… You can google [...]

10 Things that System Administrators should Know

I got inspired by the 10 commandments for system administrators from http://www.linux.com/feature/44315
This is my list:
1. Be WARY about COST CUTTING.
(cheap hardware, cables, labour)
2. KNOW THE NETWORK well.
(keep network, routing diagrams, track public and private IP, label cables if necessary)
3. ESTABLISH STRONG SECURITY POLICIES in the system.
(Security Access, File Permission, good password choice, encryption, SetUID, LDAP, [...]