VirtualBox error: fixing VDI already registered
VirtualisierungOftmals ist es zweckmäßig, eine Art Template-Image für eine virtuelle Maschine (VM) zu erstellen, mit welchem man eine saubere Basis erhält, auf der man Software installieren kann, speziell für die einzelne VM. Das Problem ist, dass VirtualBox in jedes VDI (virtual disk image) eine eindeutige ID schreibt, welche es verhindert, dass eine identische Copy eines
Changing UserID in MacOS 10.5.x Leopard
MacThere is no NetInfo-Tool any more. So you have to use the Command Line Tool dscl. (For more info type “man dscl”) So to change the userid (UID) of user db2admin from 502 to 507 type: sudo dscl . -change /Users/db2admin UniqueID 502 507
was man so tut wenn man nicht einschlafen kann…
PersonalAssembler 3 ein sehr cooles Spiel. 45 Level voller physikalischer Rätzel. via fixmbr.de
for all mac ruby devloper outs…
Mac . rubyfor all mac ruby devloper outside: http://www.macruby.org any opinions about it so far?
Wuala and Nexenta…
NAS . nexenta… just works! Just download wuala from their homepage. I just copied the contents of the archive to my NAS, started with ./wualacmd and… thats it. Imagine: a NAS System with perfekt online mirroring … like a charme ;-). BTW: I just changed some folders within the original Nexenta system. Because i am using a
Preparation for counter update
PHP . Snippets . TechSo after a long time i plan to give my counter-engine (^^) an update. The main Problem is, that the counter itself was perfect for ~2000 counts. But now with 5000 count, the presentation of the results is just not readable anymore. So i plan the following things to do during the next days (i
http://askaninja.com/piratebay…
Personal . Videohttp://askaninja.com/piratebay great show.
GnuPG Java Wrapper API
Java . ToolingYaniv Yemini wrote a small GnuPG Java Wrapper API. Just had a small look over it. So to get it your version from here Here is just a small demo: import javax.swing.JOptionPane; import org.gpg.java.GnuPG; public class Loader { public static void main (String args[]){ GnuPG pgp = new GnuPG (); String toolChain[] = {“sign”, “clearsign”,
SortedProperties
JavaAngenommen, man braucht für ein Java Property Set ein geordnete Ausgabe – zum Beispiel um einem Übersetzer eine sortierte Liste mit zu übersetzenden String zu liefern. Man erstellt eine Klasse (zum Beispiel SortedProperties) und lässt diese von Properties erben. Bedingt durch die Kapselung ist es notwendig, dass die Methoden private static char toHex(int nibble) ;
Nexenta CP 2 RC1 & Java 6
NAS . nexenta . Snippetsroot@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 or directory root@sunny:/tank/home# apt-get install sunwlibc root@sunny:/tank/home# java -version java version “1.6.0_10” Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode)