==== zrušení zbytečných služeb při bootu ==== ==== zrušení zbytečných virtuálních terminálů ==== * http://www.linuxjournal.com/article/8308?page=0,1 * /etc/inittab ==== zrušení zaznamenávání access time (atime) u souborů ==== * http://law9.com/linux-speed-up-your-filesystem-by-upto-50/ * Open your /etc/fstab in the editor of your choice (nano, kate or gedit recommended). This can be done by issuing the command “nano /etc/fstab”, “kate /etc/fstab”, or “gedit /etc/fstab”. * Locate the partitions that contain your / and /home file systems, as well as any other file system you want to optimize. Examples include /dev/hda2 and /dev/hda3, or /dev/sda2 and /dev/sda3. * In the fourth section (just before the two numbers at the end of the line) you will see the options section of the fstab. * Enter “,noatime,nodiratime” after the existing options for each partition you wish to optimize. ==== použití lepšího desktop manageru ==== * xfce :-D ==== swap ==== * radši jsem si jej úplně vypnul na hlavním kompu * linux prý upřednostňuje swap před main memory, ze to změnit $ sudo cat /proc/sys/vm/swappiness $ sudo sysctl -w vm.swappiness=10 vm.swappiness=10 to /etc/sysctl.conf ==== X11 forwarding ==== * ssh -c arcfour,blowfish-cbc -XC host.com * rozdil u scrollovani v google chrome asi o 100% :)