<pre>
How to get proper screen size using xfce4 session on freenx - http://www.ubuntuforums.org/showthread.php?t=128374
Big pain in the ass. Tried a compilation as some suggested -- but failed with seg fault.
In the end manually download 5ish packages from http://debian.tu-bs.de/project/kanotix/unstable/ and force installed them.
Then needed to make sure my non standard port was setup in /etc/ssh/sshd_config.
Needed to edit /etc/nxserver/node.conf
The guide here http://users.piuha.net/martti/comp/ubuntu/install.html is excellent.
Added sources, installed loads of packages, editted /etc/hdparm.conf etc.
Azureus installation instuctions https://wiki.ubuntu.com/AzureusHowTo?highlight=%28azureus%29
/etc/ssh/sshd_config - add new line 'PORT 50200', and change 'PasswordAuthentication? no'
Install debian package ddclient
Then manually edit /etc/ddclient.conf to set "use=web" and delete "if"
Install 'samba' and run 'sudo smbpasswd rob' to enable windows sharing.
Webmin - /usr/share/webmin/changepasswd.pl
CD Burner - install gnomebaker
Allow reading DVDs - run "sudo /usr/share/doc/libdvdread3/examples/install-css.sh"
Restricted Formats -- https://wiki.ubuntu.com/RestrictedFormats -- Very good guide, covering gstreamer add-ons, java, and dvd
Re-compile freenx for AMD64 -- http://ubuntuforums.org/showthread.php?t=54417
Change SSHD port -- /etc/nxserver/node.conf -- set SSHD_PORT=50200
/etc/default/acpi-support -- Power saving setting. Lock screen after resume.
dpkg-reconfigure gnome-applets -- Allow applet to change CPU frequency
/boot/grub/menu.lst -- Add "defoptions=" and remove "splash quiet" from kernel
/etc/sudoers -- timestamp_timeout=1440
sudo apt-get build-dep ogmrip
sudo apt-get install fakeroot
fakeroot apt-get --build source ogmrip
dpkg-buildpackage -b -rfakeroot
fakeroot debian/rules clean
dpkg-buildpackage -sa -S -rfakeroot
dpkg-source -x ogmrip_0.10.0-rc3-2.dsc
dch -i
sudo apt-get --purge remove ogmrip
sudo apt-get build-dep ogmrip
fakeroot apt-get --build source ogmrip
sudo dpkg -i ogmrip*deb
diff -Naur
http://www.mayrhofer.eu.org/Default.aspx?pageindex=7&pageid=26
<pre>