Some additional remark to the guide! I tested it on my ubuntu server running in my own network! Most works but sudo command should be added!
System Updates
# sudo apt-get update
# sudo apt-get upgrade
3. Install Softwares
# sudo apt-get install vnc4server wine xterm fluxbox vsftpd firefox vnstat
# update-menus
5. Setup VNC Desktop
Start the ubuntu part with an additional
sudo update-menus
http://ubuntuforums.org/showthread.php?t=371144
Flash & Firefox
Code:
sudo apt-get install flashplugin-nonfree
Start firefox through xterm ‘firefox’
Truecrypt
Tested on ubuntu server:
Code:
wget http://www.truecrypt.org/downloads/truecrypt-5.0a-ubuntu-x86.tar.gz
tar xfs truecrypt-5.0a-ubuntu-x86.tar.gz
sudo dpkg -i truecrypt-5.0a/truecrypt_5.0a-0_i386.deb
Then you should be able to run ‘truecrypt’ on your xterm during a vnc session and make an encrypted volume through the graphical interface (Create Volume)!

If you’ve trouble mounting the file because your user isn’t in the sudoers file do the following!
Code:
su
nano /etc/sudoers
add pirate (the user) here!
Code:
# User privilege specification
root ALL=(ALL) ALL
pirate ALL=(ALL) ALL
Save and exit file!
Now you should be able to mount the volume you just created through the gui!
Configure utorrent in such a way that it will use the path where the truecrypt volume is mounted!
In this case it will be /media/truecrypt1 (not tested!)
Note: if you close the xterm window of truecrypt only the GUI closes not the volume!
Bookmarks