Tuesday, April 27, 2010

Don’t steal software, on the street

Don’t steal software, on the street: "

Apparently students from the University of Technology Sydney and Sydney TAFE are more tempted by street-side packaged software than one could possibly imagine. Microsoft Australia catches them in the act. Of course one can’t assume all of them were trying to “steal” software, at the same time that doesn’t make their reactions any less enjoyable.

Monday, April 19, 2010

Howto Install PHP and Mysql in Ubuntu 10.04


$ sudo apt-get install apache2
$ sudo apt-get install php5


$ sudo apt-get install mysql-server
$ sudo apt-get install php5-mysql

$ sudo /etc/init.d/apache2 restart

xfce4-screenshooter keyboard shortcut

sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...