Archive for October, 2007

How to make Linux desktop feel quicker

Tuesday, October 9th, 2007

Found this today and implemented it. We’ll see the results.

For the purpose of (my) safety I’m copying the main things below. Do visit the link below for full explanation.

1. Moto

“Screw data. Prioritize code.”

2. Tuning swappiness to prevent impromptu RAM hijacking

To tune swappiness, run as root:

sysctl -w vm.swappiness=1

To make the change permanent, write vm.swappiness=1 on your /etc/sysctl.conf file.

3. Filesystem caches are more important than other caches

How to tell Linux that we want it to prefer inode/dentry cache to other caches?
sysctl -w vm.vfs_cache_pressure=100
To make the change permanent, put vm.vfs_cache_pressure=50 on your /etc/sysctl.conf file.

Tales from responsivenessland: why Linux feels slow, and how to fix that

Vision of Ideal World

Tuesday, October 2nd, 2007

Today I checked the statistics of this site for September and saw a vision of the “Ideal OS World”. See it for yourself!

Operating systems: Linux 50%, Win XP 40%, Mac OS 4%, Win 2000 4%, Win Vista 2%
Browsers (by type) Gecko (Mozilla, Netscape) 76%, Internet Explorer 18%, Opera 4%, Khtml (Konqueror, Safari) 2%

OK, it is a tiny vision, since the total number of unique visitors is just 49, but that’s how all visions look in the beginning.