Tuesday, October 31, 2006

ubuntu-diver

Apache2 und WebDAV


FreeBSD WebDAV Apache2
Bug mit WindowsXP: http://www.debian-administration.org/articles/279
user@irgendwas scheint zu funktionieren in Kombination mit dem Port also http://localhost:80/webdav
https funktioniert ebenfalls

Monday, October 30, 2006

Unique IDs generieren in Java


http://www.javapractices.com/Topic56.cjp

Friday, October 27, 2006

XGL und Kubuntu


ATI-Treiber installieren: (Methode 1)
http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide

Beryl installieren:
http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_install_Xgl.2FBeryl_.28ATI.29

Beryl und KDE:
http://wiki.xglusers.de/index.php/Xgl_mit_Kde


Funzt astrein bis auf die AltGr-Taste. Um das Problem zu lösen:

sudo xmodmap /usr/share/xmodmap/xmodmap.de

Friday, October 20, 2006

Mediawiki und Flash


http://systems.extension.org/blog/2006/01/11/fixed-problems-uploading-swf-files-to-mediawiki/

Sunday, October 15, 2006

Nützliche Links für die Dokumentation MediaWiki





Wednesday, October 04, 2006

SVN-Dateien löschen

alle Ordner die .svn heissen sollen rekursiv ab einem Ordner gelöscht werden:

find . -name .svn -type d -exec rm -r {} \;

This page is powered by Blogger. Isn't yours?