About

His my name is Peter and I live the U.S.A but I was born and raised in Europe.

This blog represents my thoughts about things I like and think are worthy of to write about.
The main focus will probably be Linux and everything that surrounds it, from technical issues to ways to use Linux in a business or personal environment. Other interest I have and thus probably will write about every now and then is sports and photography.
I have a Nikon -D300 camera but don’t have a lot of time, rephrase don’t give myself time enough, to go out and shoot pictures.

I also maintain a repository for git, the best SCM out there (at least IMHO).
To add my repository to your system:

  1. Goto System -> Administration -> Software Sources
  2. Click Third-Party Software
  3. Click Add
  4. Fill in the APT line: deb http://ppa.launchpad.net/pdoes/ppa/ubuntu jaunty main
  5. Click Add Source
  6. Click Close
  7. Click Reload

You will also need to add my PPA key:
In a terminal enter the following lines

gpg --keyserver subkeys.pgp.net --recv-key  551CE2FB4CBEDD5A
gpg --armor --export 551CE2FB4CBEDD5A | sudo apt-key add -

The output you’ll see:

gpg: requesting key 4CBEDD5A from hkp server subkeys.pgp.net
gpg: key 4CBEDD5A: public key "Launchpad PPA for Peter van der Does" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
 
OK

Liked this article?
Subscribe to the RSS feed
Share this article with others!

  • Share/Bookmark
Categories:
Tags: Git, Linux, Ubuntu

Comments are closed.