blog.webwesen.com Rotating Header Image

Posts Tagged ‘ubuntu’

TODO Items after a fresh Ubuntu install

- upgrade Firefox and install an “add-on Collector” plugin – navigate to the list of my plugins and install the ones I still think are needed In terminal: $ sudo aptitude install htop iftop gnomedo gThumb tilda vlc nautilus-open-terminal aptoncd hardinfo “System” – “Administration” – “Software Sources” – tab “Other Software”, enable the ubuntu lucid [...]

How to install git on Ubuntu Karmic

git-1.6.6 is assumed (at the time of writing) pretty simple: $ sudo aptitude install build-essential $ sudo aptitude install zlib1g-dev $ mkdir ~/Downloads/git $ cd !$ $ wget http://kernel.org/pub/software/scm/git/git-1.6.6.tar.gz $ tar xvfz git-1.6.6.tar.gz $ cd git-1.6.6/ $ ./configure $ make $ sudo make install $ git upd: Ubuntu Lucid howto