Donnerstag, 28. April 2011

Family Guy Dubstep - Bass Cannon

Well this post is not actually about Ubuntu, but i created the Video on Ubuntu 11.04 "Natty Narwhal" ;)
//
Dieser Post handelt zwar nicht wirklich von Ubuntu, aber ich hab das kleine Video in Ubuntu 11.04 "Natty Narwhal" erstellt ;)



Sonntag, 3. April 2011

Ubuntu Maverick vs. Natty vs. Mint vs. Elementary

Here you can compare the default interfaces of the different Ubuntu versions and the derivates Linux Mint and Elementary OS. Which design do you prefer?
I'll examine the differences between the different versions in an upcoming post.

Ubuntu 10.10 (Maverick Meerkat)
Ubuntu 11.04 (Natty Narwhal)
Linux Mint
Elementary OS


Freitag, 1. April 2011

How to play Minecraft on Linux Ubuntu

Minecraft is one of those games, which run on Ubuntu natively. Of course you will have to have Java set up correctly. I'll show you how to do that in a short video!
Disregard the sloppy gameplay in the video, without screencasting, everything will run smooth.


You need to install Sun Java 6
sudo apt-get install sun-java6-jdk
The most important command i used is
sudo update-java-alternatives -s java-6-sun
because even if the the sun-java6-jdk/jre is installed correctly, another jre/jdk like openjdk may be the preferred version of java, preventing Minecraft from starting.
The command will set SUNs JRE as the default one and evade problems.

Minecraft auf Linux Ubuntu installieren

Minecraft ist eines der Spiele, das man dank Java nativ auf Linux spielen kann. Das kleine Video zeigt euch wie man das richtige Java-Version installiert um Minecraft auf Linux spielen zu können.
Im Video sieht das Gameplay ein wenig ruckelig aus, ist es aber nicht. Das Spiel an sich läuft super flüssig!.


Hier noch einmal die benötigten Befehle aufgelistet und erklärt.

sudo apt-get install sun-java6-jdk → Installiert das Java Development Kit, das benötigte Programmbibliotheken mitbringt.
upgrade-java-alternatives -l → Zeigt die installierten Java Versionen an.
upgrade-java-alternatives -s java-6-sun → Legt das Java von SUN als standard fest.

Der letzte Befehl kann wichtig sein, wenn man neben sun-java6 noch das openjdk-java6 installiert hat. Minecraft läuft nach meinen Erfahrungen besser mit der Version von SUN.