bash-3.2# cd /tmp bash-3.2# svn co http://svn.macports.org/repository/macports/trunk/dports/devel/subversion –revision 108493 A subversion/files A subversion/files/patch-Makefile.in.diff A subversion/files/patch-osx_unicode_precomp.diff A subversion/files/config_impl.h.patch A subversion/files/servers.default A … More
Category: Snippets
Nice Vagrant Script for setting up a LDAP VM for Testing
I found a nice Setup Script at https://github.com/gschueler/vagrant-rundeck-ldap for creating a working LDAP VM with a basic vagrant up You … More
Command to Print Out Directory Tree Listing
ls -R | grep “:$” | sed -e ‘s/:$//’ -e ‘s/[^-][^\/]*\//–/g’ -e ‘s/^/ /’ -e ‘s/-/|/’ Found here
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 … More
Hacking just for Fun: Raid5 in Java
I was just curious how easy it might be to write a RAID5 compatible Outputstream in Java? Just a few … More
Run local/remote terminal commands with java using ssh
Sometimes you need to use some CLI-Tools before you want to create or search for a native JNI Binding. So … More
Mass Conversion of different video files with handbreak-CLI
I am currently converting all my videos to a fixed format using handbrake. If you have a lot of videos … More
setup your public SSH key to another UNIX Host
Normally you would prefer to use your public ssh key for login into a remote linux machine. I created a … More
Preparation for counter update
So after a long time i plan to give my counter-engine (^^) an update. The main Problem is, that the … More
Nexenta CP 2 RC1 & Java 6
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 … More