Installing Adobe Reader

December 31st, 2009 by producer

I am installing Adobe Reader following these instructions. This happens in my terminal: ubuntu-64bit@ubuntu-64bit-desktop:~/Downloads$ sudo dpkg -i --force-architecture AdbeRdr9.2-1_i386linux_enu.deb

It seems to work.

Backing up e-mails with Evolution

December 31st, 2009 by producer

Restoring and backing up e-mails with Evolution works fine for me. As far as I know, Mozilla Thunderbird doesn’t have an implemented backup function. That is the reason why I switched from Thunderbird to Evolution.

Installing TrueCrypt (64-bit edition)

December 23rd, 2009 by producer

I am downloading TrueCrypt for Ubuntu 64-bit. The installation is easy going.

Installing KDE on Ubuntu

December 19th, 2009 by producer

I followed these instructions. The reason is that I hope that the sound will work better with simon.

Upgrading Linux Mint 7

December 15th, 2009 by producer

At the moment, I am upgrading from Linux Mint 7 to Linux Mint 8.

Removing a broken package

December 15th, 2009 by producer

I typed into the terminal sudo rm /var/cache/apt/archives/emacs22-common_22.2-0ubuntu6.1_all.deb after reading this information. This fixed the problem.

Trying to install Tor

November 25th, 2009 by producer

1. I am trying to install Tor with the following commands (following this tutorial):
$ sudo gedit /etc/apt/sources.list
$ gpg --keyserver keys.gnupg.net --recv 886DDD89
$ gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install tor tor-geoipdb

2. I have to install Polipo: $ sudo apt-get install polipo

3. Installed Torbutton.

4. Modify config file. Restart polipo: sudo /etc/init.d/polipo restart

Simple Compizconfig settings manager

November 25th, 2009 by producer

Installing Simple Compizconfig settings manager.

Fitness software

November 4th, 2009 by producer

I would like to have a fitness software for Ubuntu. I think that I will give PyTrainer a try. It is available on my computer via the Ubuntu Software Center.

I upgraded to Ubuntu 9.10

October 31st, 2009 by producer

Today, I upgraded to Ubuntu 9.10. I want to install Tor. I try this tip.

Here is what happens in the terminal of my computer:

liberty@liberty-desktop:~$ sudo sh -c 'echo deb "http://deb.torproject.org/torproject.org sid main" >> /etc/apt/sources.list'
[sudo] password for liberty:
liberty@liberty-desktop:~$ sudo apt-get update && sudo apt-get install tor tor-geoipdb privoxy

I will try later whether Tor works.