Here you will find various tips and tricks for Ubuntu that I find useful. You will also find a link to my PPA and a short description of the packages that I have in my PPA.
Guides
You can find a few guides below for various tasks on Ubuntu Linux. Many of the guides can also be used for other distributions. You can also find links to the guildes in the menu to the right.
HDAPS
You can find a guide to get hdaps and tp-smapi to work on an Lenovo ThinkPad T500 here. The guide should also work on at least an Lenovo ThinkPad T400. The guide is written to work with Ubuntu.
Duplicity
A small guide on how my backup setup is. I use Duplicity and Amazon S3 for storage.
PPA
You can find my PPA at https://launchpad.net/~jonasped/+archive/ppa. I have these packages in my PPA because there are either bugs in the version found in Ubuntu, newer version is available or is simply missing from the official archive.i
Below is a list of packages that I currently have in my PPA.
hdapsd
This is an updated package. An updated version is required for it to work on newer Lenovo Thinkpad models like the T500. The package is available for Jaunty. You can find a setup guide here.
DCC
This is Distributed Checksum Clearinghouses. The package is not available in Ubuntu Jaunty. I have packed it for Intrepid, Jaunty, Karmic, Natty and Oneiric and made it available on my PPA. I have created a seperate page with instructions on howto to use and install DCC.
Courier packages
I have a copy of the courier packages in my PPA as there is a minor bug in the version of courier included in Ubuntu 11.10. This minor bug causes IMP 5 to throw an error when showing certain mails. The patch fixes an UTF-8 encoding issue. Use this package if you have problems with IMP 5 and Courier IMAP server.
Mediatomb
Mediatomb is a free UPnP mediaserver. This is a patched version that contains a patch so it supports Sony Bravia televisions. Use this updated package if you have issues with Mediatomb and Sony televisions. The package is available for Ubuntu 11.10.

Hi, it’s great to find out ppa for mp4v2, however i have problems with installing it. So i would be very appreciated to you if you advice me in my actions.
So here i describe my problem steps with adding mp4v2 to my Ubuntu 11.10:
sudo add-apt-repository ppa:jonasped/ppa
sudo apt-get update
sudo apt-get install mp4v2
and after this output is follows:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package mp4v2
What ‘m doing wrong?
Thank you
Mp4v2 is only a lib. The package you need to install is libmp4v2-1 and maybe libmp4v2-dev as well.