Setting hda DMA on and making it 32bit
hdparm -t /dev/sda (Check perfomance after passing below arguments)
hdparm -c 1 /dev/sda
hdparm -d 1 /dev/sda
Nice Performing Borders
gconftool-2 --type string --set /apps/metacity/general/theme Atlanta
Disable Gnome Splash
gconftool-2 --type bool --set /apps/gnome-session/options/show_splash_screen false
Manipulate SWAP
sudo cat /proc/sys/vm/swappiness
sudo sysctl -w vm.swappiness=100
Add 'vm.swappiness=100' or more in vim /etc/sysctl.conf depend upon available SWAP
Add 'vm.swappiness=10' in vim /etc/sysctl.conf if high RAM
Source
Part I http://www.linuxjournal.com/article/8308
Part II http://www.linuxjournal.com/article/8317
Part III http://www.linuxjournal.com/article/8322
Monday, November 12, 2007
Subscribe to:
Posts (Atom)
Browser background color or monitor brightness
Have you been in a situation where you are almost sitting the whole day in front of your browser and going through a document and find that ...
-
ArchLinux_Minimal.img Arch Linux basic image (without Desktop GUI) Download ArchLinux_Minimal.img from htt...
-
In this article I will show you how to go about running your .Net project from CLI . It is especially useful when you don't want to inst...
-
In this article I will document about some of the nice features C# has to offer. This include reason(s) for choosing C# in terms of the amo...