Hacking just for Fun: using Bookmarklets
So there are a handful of webtools using Bookmarklets for their services. The first i know was del.icio.us for saving a Webpage to your...
my personal Site of Things
So there are a handful of webtools using Bookmarklets for their services. The first i know was del.icio.us for saving a Webpage to your...
I was just curious how easy it might be to write a RAID5 compatible Outputstream in Java? Just a few Lines. For sure it...
Sometimes you need to use some CLI-Tools before you want to create or search for a native JNI Binding. So there is a common...
I am currently converting all my videos to a fixed format using handbrake. If you have a lot of videos to convert, the UI...
Normally you would prefer to use your public ssh key for login into a remote linux machine. I created a script to perform the...
So after a long time i plan to give my counter-engine (^^) an update. The main Problem is, that the counter itself was perfect...
root@sunny:/tank/home# apt-get install sun-java6-jre root@sunny:/tank/home# java -version dl failure on line 685Error: failed /usr/lib/jvm/java-6-sun-1.6.0.10/jre/lib/i386/client/libjvm.so, because ld.so.1: java: fatal: libCrun.so.1: open failed: No such file...
root@sunny:/tank/home# apt-get update Get:1 http://apt.nexenta.org hardy-unstable Release.gpg [185B] Hit http://apt.nexenta.org hardy-unstable Release Ign http://apt.nexenta.org hardy-unstable Release Hit http://apt.nexenta.org hardy-unstable/main Packages Hit http://apt.nexenta.org hardy-unstable/contrib Packages...
ProxyPass /glassfish http://localhost:8161/ != ProxyPass /glassfish https://localhost:8161/
Disable new Toolbar Features (e.g. tabs on top) defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO Disable iPhone-Style Progress-Bar defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO via: fscklog.com