Monday, August 15, 2011

Pure Javascript color picker

http://jscolor.com/try.php

[mysqld]

######
skip-character-set-client-handshake
collation_server=utf8_unicode_ci
character_set_server=utf8
default-storage-engine = innodb

Wednesday, August 10, 2011

Environment variables in Ubuntu

/etc/environment

That file holds all global, system wide variables. No shell required.

https://help.ubuntu.com/community/EnvironmentVariables

Update:
Well, too bad, tomcat6 in Ubuntu does not picks them up. :-(
Anyway, setenv.sh to the rescue.