add the following url to your software sources
deb http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid mainthen select and install the shutter package.
Website : http://shutter-project.org/
screenshots : http://shutter-project.org/screenshots/
deb http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid mainthen select and install the shutter package.
Source: https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories
The easiest way to add a PPA's key to your system is to follow our screen cast: Ogg Theora version, YouTube version.
Here's what the screencast tells you:
Step 1: Visit the PPA's overview page in Launchpad. Let's go back to the AWN Testing team's PPA that we were looking at earlier.
Step 2: Click the key fingerprint on the overview page. It'll look something like this: B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5`.
Step 3: This will take you to the key's page in the Ubuntu keyserver. Click the ID, which looks something like this: BF810CD5
Step 4: Copy the public key, which will be something like: -- i.e. the portion starting:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10
mI0ESXS1/wEEALis4to4JdgrkdRunmSTfB2tYRq99Cdcgdh9up4HzAf1yTZU1EtmETPP1Uy2
vnAFf/cCunL5VRywNJB3QOxiHdvNlijbdsa0H/fT/ulq+A4iDljUEfsaJug+dAB5uEJE0BzZ
agRjgLbFvRYtsKf3BwZizbo4XtWSAm3JSjZCGZKTABEBAAG0IkxhdW5jaHBhZCBQUEEgZm9y
IEF3biBUZXN0aW5nIFRlYW2IRgQQEQIABgUCSXqnWgAKCRBBf7ZCSCH+JPZMAJ4xW7gbpuA+
yedehvDQWdJHHUgseQCgy6NOmAyXqRKrIXWERkXw6h9TsRuItgQTAQIAIAUCSXS1/wIbAwYL
CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEH0seiO/gQzVpSID/0FXxTSLtxPHrT7IE9eif5qJ
vjOjzcmOCXe9/3G0ctV8IfYHx0VynddjxgTqJ9WuEjMLVHRgXvK1Rw1XMlik+MeyyHrr9EWQ
DUFbUs+Yc2usRyZY8pVe2Uwy2x7lFsi6VBfo0k9jVsu1l1qBU9BhANJDUTHjR15aPYiUJiZa
13CZ
=a6Gh
-----END PGP PUBLIC KEY BLOCK-----Step 5: Paste the public key into a text editor and save it.
Step 6: Open System->Administration->Software Sources and click the Authentication tab.
Step 7: Click Import Key File, select the key you saved earlier and you're done!sudo apt-get install ecryptfs-utils
ecryptfs-setup-private
Record both pass phrases in a safe location!!! They will be required if you ever have to recover your data manually.
It can be a good idea to move the content of your .evolution/, .ssh/ and .gnupg/ in ~/Private and replacing them with a symlink.
ps -ef | grep firefox
mv ~/.mozilla ~/Private
ln -s ~/Private/.mozilla ~/.mozilla
xforcevesa : Force X to start using VESA driver. Usefull for some notebooks with uncommon video interfaces.
acpi=off OR noacpi : This parameter disables the whole ACPI system. This may prove very useful, for example, if your computer does not support ACPI or if you think the ACPI implementation might cause some problems (for instance random reboots or system lockups).