A very secure crypto container

In my thoughts of keeping data save… I had the next idea…What is actually the idea… we split the key (passphrase) into 3 parts:Passphrase in the brain of the userPassphrase on a USB-stick (random generated data)Passphrase on a HTTPS-server w…

Another NIC in the PPTP struggle

As I had wrote before, there are some trouble regarding the PPTP client (needed for the ADSL Connection). Last saturday I switched the cables from the builtin re0 networkcard into the already installed xl0.The xl-nic had a note ‘DMZ’, so I used th…

The real stuff… MPI

One of the things I wanna going to do is build my own ‘micro-cluster’ to play around with MPI (Messaging Passing Interface) stuff…But… I don’t have a lot of machines, so I gonna use my dual-opteron system for this… My approach is… install …

Version 0.0.4… Perfect error messages :?

In the current version 0.0.3 of SIS there are no real good error messages. But when I start reading the weblog of Bert Hubert, I read a posting regarding ‘The perfect error message’. So… when I ever got the time and the mood to start developing …

Last… but not least… version 0.0.3

Finally… I was able to release version 0.0.3 of my beautifull script. Down here the changelog from version 0.0.1 to 0.0.3:0.0.1 26-07-2006First concept ready, although if no DISPLAYNAME or something else is available the script picks up the prev…

64 and 32 bit fun… the nspluginwrapper

On my struggle with my 64bit machine… and using 32bit applications especially the Flash-plugin for mozilla…So I found the nspluginwrapper… this wrapper will wrap the stuff to a 64bit-env. So I download it and installed it, but… the file np…

And… yes… again a stupid thing in PERL coding

As you probably have read, I am writing a script (for more information about this read this posting).I had written a nice subroutine like:and I called this routine using:And the result wasNothing… but it must return a value… Just what is said….

Speed up the command

I was reading the LJ 150 and at a certain moment, during reading the article from Dave Taylor named “Analyzing Log Files” I noticed some processor consuming order in his examples.At a certain moment he wrote the next commandprompt to search for HT…

Found a wrapper for 32bits plugins on a 64bit mozilla system

In one of my postings, I wrote about the 64bit problems I have with my dual-opteron system. Now I found a application named nspluginwrapper.nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables …