541
edits
| Line 16: | Line 16: | ||
* System -> Administration -> Synaptic Package Manager | * System -> Administration -> Synaptic Package Manager | ||
** install cpufrequtils (002-5) | ** install cpufrequtils (002-5) | ||
* edit /etc/rc.local, add the following lines: | |||
#set up vnc | |||
x11vnc -display :0 -shared -forever -rfbauth /home/mozqa/.vnc/passwd -auth /var/lib/gdm/:0.Xauth -bg | |||
#replace random with urandom | |||
rm /dev/random | |||
mknod /dev/random c 1 9 | |||
#set up throttling | |||
cpufreq-set -g userspace | |||
cpufreq-set -c 1 -g userspace | |||
cpufreq-set -f 1000 | |||
cpufreq-set -c 1 -f 1000 | |||
== Third-party applications == | == Third-party applications == | ||
edits