Archive for May, 2009

Download Ubuntu Wallpapers

Read this article in english Diesen Artikel auf Deutsch lesen

Once again, we want to share with you some of the best Ubuntu wallpapers available. So today we've made the following selection of new Ubuntu Background Images for you.

(Site: http://deviantart.com/) (size: 1024 x 768)

Fondo de Pantalla para Ubuntu

Read the rest of this entry »

Control media players via bluetooth

Read this article in english Diesen Artikel auf Deutsch lesen

Logo Remuco

First we'll need to change our Bluetooth administrator (bluez-gnome) to blueman. So we'll need to add repositories to our source.list, by executing the following command:

echo -e "\n## Blueman\ndeb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main\ndeb-src http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list

Read the rest of this entry »

How to update Ubuntu from the command line in an easy way

Read this article in english Diesen Artikel auf Deutsch lesen

If you'd like to update ubuntu using the command line, this tipp can hel you. The idea is to create an excecutable file which updates the sources repositories, and upgrades the system, in other words, excecute the next two commands sudo apt-get update and sudo apt-get upgrade using only one command. To do it... we only need to run the next two lines in a terminal:

  1. echo -e "sudo apt-get update && sudo apt-get upgrade" | sudo tee -a /usr/local/bin/update
  2. sudo chmod +x /usr/local/bin/update

The first one creates a file called update, located in /usr/local/bin, and writes the famous two commands in it, and the second one, gives this file permissions to be executed. From now on we can update the entire system excecuting "sudo update" (without quote marks) in a terminal.

I recieved an envelope today…

Read this article in english Diesen Artikel auf Deutsch lesen

I recieved a white envelope today... when I noticed that the sender was Canonical, I thought: Those guys again? I allready told them, that I'm not interested in working for them, at the moment...
And as fast as I'd recieved the letter, I just left it above the kitchen table... A few seconds later I saw a guy looking at me, in the mirror, with such a defiant expression on his face, that I had to open the envelope as fast as possible... Surprised I noticed that nobody wanted to hire me for any job, it only were the Ubuntu Jaunty Jackalope CD's, I ordered a few days ago, I'd just recieved...

CD Oficial de Ubuntu Jaunty Jackalope

Truth is, there's not much to say about, but we'd like to add that we really liked the new and different CD and cover design! We were just about to iniciate a campaign against "three strangers holding hands"...

Error running emesene and amarok on Ubuntu 9.04 Jaunty

Read this article in english Diesen Artikel auf Deutsch lesen

You've had enough of the warning "getStatus: Can't import dcopext or python-dcop!"? And really don't want to see it again? There is no error that can't be fixed... Just open your command shell and enter the following command:

sudo apt-get install python-kde3

Than restart amarok and emesene, and you'll be ready to show what you're listening to.