linux_speed-up
Toto je starší verze dokumentu!
Obsah
zrušení zbytečných služeb při bootu
zrušení zbytečných virtuálních terminálů
- /etc/inittab
zrušení zaznamenávání access time (atime) u souborů
- 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
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% :)
linux_speed-up.1329590186.txt.gz · Poslední úprava: (upraveno mimo DokuWiki)
