linux
Ubuntu Netbook Remix (UNR) 10.4 Lucid on Asus T91MT
Submitted by christian on Fri, 07/23/2010 - 19:29This is a blog post about installing UNR 10.4 (Lucid) on a Asus t91mt convertible Netbook with GMA500 (poulsbo) drivers and full multitouch touchscreen support.
- Download the UNR distro ISO from http://www.ubuntu.com/netbook/get-ubuntu/download
- Follow the instructions on that site to create an bootable USB drive from the ISO
- Plug the USB drive to your t91mt and boot, press the F2 key on to select the USB drive to boot from.
- Follow the install instructions
2. Install touchscreen with multitouch support
SIGINT 2010
Submitted by christian on Tue, 05/25/2010 - 22:45This "Pfingst"(pentecost)-hollyday weekend I attented SIGINT 2010. The event took place at the KOMED event centre located in the MP6 and MP7 buildings of the MediaPark in the centre of Cologne, which is in walking distance from my home. :)

Participating 26c3 remotely
Submitted by christian on Thu, 12/31/2009 - 15:08This week I had time to follow the 26c3 remotley from home via video live streams. And this was a really great and inspirational experience to me. Here is what it looked like on my computer during the conference:
LaTeX, BibTex, multibib and TeXlipse ramblings
Submitted by christian on Sat, 08/29/2009 - 15:37Oh Boy!! This is about when its starts to get nasty with LaTeX editing.
I'am writing my Diplomathesis at the moment, and I choosed LaTex for the typesetting, which is normally without a doubt the best choice you can take for that task.
But I'm now at a point, where it starts to get nasty...
For the purpose of splitting my bibliography references into two bibliographies (one for the referred normal scientific literature and one for referred websites).
Google Sketchup 7 on Ubuntu 9.04 Linux
Submitted by christian on Wed, 08/12/2009 - 16:20Hi there!
I just installed Google Sketchup 7 with wine on Ubuntu 9.04 and it works! 
But I have to say, there are some minor "bugs" you have to take care of, to get it up an running nice.
Autodesk LandXplorer CityGML Viewer 2009 on Ubuntu Linux
Submitted by christian on Wed, 08/12/2009 - 12:01One of the few available CityGML Viewers out there is LandXplorer CityGML Viewer from Autodesk.
As you can find out on their homepage, it is a proprietary product and at the moment only available for MS Windows Platforms.
This is normally bad news fro Linux users like me. But luckily there is wine.
Setup of Deegree2 WPVS Demo on Ubuntu 9.04 (amd64)
Submitted by christian on Fri, 07/24/2009 - 12:02Hello,
I tried to setup a deegree-WPVS on a 64Bit Ubuntu Linux environment and encountered some Problems with that. The thing that wondered me, was, that I first made this procedure on my Laptop, running Ubuntu 9.04 (but in 32Bit environment), and everything went fine without a problem.
On my 64Bit Desktop it gave me the following error (in catalina.out):
Silverlight on Ubuntu Linux with Moonlight
Submitted by christian on Tue, 01/06/2009 - 16:56I was very curious on the Linux Silverlight port called Moonlight, because VirtualEarth3D runs with Silverlight.
When you access a Silverlight enabled page via Firefox on a Linux machine you get forwarded here to download a firefox plugin.
HowTo: Tomcat6 on Ubuntu 8.04 (strato v-power server)
Submitted by christian on Fri, 01/02/2009 - 11:041. Make shure you have a java-jdk installed.
2. Download the actual tar.gz file from the tomcat homepage. (I used 'apache-tomcat-6.0.18.tar.gz')
3. unpack the tar.gz file and move it to /usr/local/tomcat
tar xvzf apache-tomcat-6.0.18.tar.gz
mv apache-tomcat-6.0.18 /usr/local/tomcat
4. create an init script for tomcat
nano /etc/init.d/tomcat
5. Paste the following code in that script.
(take care of the java path depending on your java installation
sun version: /usr/lib/jvm/java-6-sun
gcj version: /usr/lib/jvm/java-gcj)
HowTo: Install Sun Java 6 JDK on Strato-V-Power-Server with Ubuntu 8.04 LTS
Submitted by christian on Thu, 01/01/2009 - 20:47The apt sources of the default Ubuntu 8.04 installation of the Strato V-power servers are not set to multiverse. So when you want to install the sun-java packages, you have to add multiverse.
For this just do the following:
vi /etc/apt/sources.list
and add the string "multiverse" at the end of every 'deb' line.
The result should look like this:
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
