Here is a tutorial on how to install the latest Java 7 JDK and JRE on a Debian Linux system:
1 2 3 4 5 6 7 8 9 10 11 12 13 | apt-get update && apt-get upgrade -y sudo apt-get install sun-java6-jdk -y mkdir /tmp/downloads && cd /tmp/downloads wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jdk-7u2-linux-i586.tar.gz tar -xvf jdk-7u2-linux-i586.tar.gz mv /tmp/downloads/jdk1.7.0_02 /usr/lib/jvm mv /usr/lib/jvm/jdk1.7.0_02 /usr/lib/jvm/java-7-oracle sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/java-7-oracle/bin/java" 1 sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/java-7-oracle/bin/javac" 1 sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/lib/jvm/java-7-oracle/bin/javaws" 1 sudo update-alternatives --config java java -version rm -r /tmp/downloads |
If you have any problems with the Facebook game Tetris Battle, then you should see if third-party cookies are enabled in your browser. Often they are not. Therefore, the error message “We are having difficulties logging into Facebook. Please try again later.” appears in many browsers.
To fix this problem, you can do the following:
- For Mozilla Firefox: Enabling third-party cookies until they expire
- For Google Chrome: Allow cookies by default
Thanks to the Tetris Battle Online Customer Support for this information!
Mit der Remote Console (kurz RCON) können Counter-Strike Server außerhalb des Server-Terminals administriert werden. Es ist damit sogar möglich, den Server innerhalb des Spiels zu bedienen. Leider ist die RCON im Spiel sehr versteckt, weshalb ich euch in diesem Beitrag erkläre, wie ihr die Konsole für RCON aktivieren und verwenden könnt. …weiterlesen
Wer schon immer mal einen eigenen Counter-Strike: Source Server aufsetzen wollte, hat jetzt die Möglichkeit dazu. Ich habe eine Anleitung für die Einrichtung eines CSS-Servers geschrieben und auf meinem Virtual Server (mit Debian-Betriebssystem) erfolgreich ausprobiert. Dieses Tutorial möchte ich euch natürlich nicht vorenthalten. …weiterlesen
This is just a short sample which shows how you can use jQuery within your own WordPress plugin to make cool JSON requests on PHP pages. …weiterlesen
I developed a function which creates a thumbnail for a given image in a predefined size. Please note that this function was created to be used within a WordPress plugin so it uses paths related to WordPress but these paths can be easily adapted to be used without WordPress. …weiterlesen

0