Mood:

Before formating my computer, I saved all my stuff on the fileserver somewhere on our network. Fortunately, the file server runs on Linux. I will now create a batch file to mount my network folders on this computer. The batch file will contain something like this to mount the home folder (or H: drive):
sudo mount -t cifs -o username=username,password=password,uid=uid,gid=gid,rw //192.168.?.?/homefolder ~/Documents/Domain/User
And to mount the team folder:
sudo mount -t cifs -o username=username,password=password,uid=uid,gid=gid,rw //192.168.?.?/teamfolder ~/Documents/Domain/Team
For simplicity, I have made the username for Ubuntu similar to the one I use on the network. Therefore username (on the server), uid and gid (on my local machine) are all the same. Password is the one on the fileserver.
The next bunch of stuff is my email. What can I do without being ordered around by people sending stuff to my inbox and demanding my immediate attention!
I could simply use the web-based Zimbra client. But I prefer the desktop edition so that I can continue to read the instructions in my inbox even if I am not connected to our network.
One option is to download the client from the Zimbra website and run the straightforward installer. The other option is to find its personal package archive from https://launchpad.net/ubuntu/+ppas and add it to Ubuntu repos. I will use this second option.
>> Unfortunately, the only available zdesktop PPA is for Intrepid Ibex. So I have to install the desktop using a download from Zimbra.