For years I have been playing around with all kinds of computer based TV and multi-media solutions and toys: Windows MCE in its various editions from 2004 to Vista, early versions of MythTV and proprietary stuff. Until now none of…
Category: Tips and Tricks
I am slowly extending my base of used operating systems: after Windows and Solaris, I am now playing a bit with Ubuntu. This is quite exciting for me, since after about 8 years of the early days of Linux (I…
When you are working with Glassfish (like I am doing now), you might need to capture your HTTPS traffic. In an earlier post, I explained how to capture and decrypt any SSL/TLS traffic, as long as you have the server…
Wireshark can decrypt SSL traffic as long as you have the server private key. This can be extremely useful, if you have to debug HTTPS traffic and cannot use HTTP instead or put a MITM in the front (e.g. Windows…
keytool is a useful utility for dealing with Java keystores, but it has a significant disadvantage: you can not export private keys with a certificate using keytool. Therefore, the only thing you can so is to add the certificate as…
Just to satisfy myself that the Solaris 10 U4 iSCSI target is working well, I fired up a few file system stress test processes to see if the Solaris machine (and the iSCSI initiator) hold up. For the test itself,…
Here is a really nice add-on that got shipped with Solaris 10 update 4 (08/07): starting with this OS release, Solaris supports iSCSI targets. Together with the Microsoft iSCSI initiator for 2000/XP/2003, this allows building a very comprehensive and compelling…
In order to go through some exercise here, I recently needed to create a few Java classes from XSD schema. “Well,” I thought, “JAXB with its integrated XJC is your friend!” And so it is, but you might have to…
In the free VMWare Server edition, there is no vmfstools program that could be used to extend and manage virtual drives, as it would be e.g. needed to extend boot partitions. Instead, the program is called vmware-vdiskmanager and performs –…
Since I am using VMWare a lot for all kinds of testing, I am really happy to have found this simple procedure: it allows you to extend the Boot partition of your Windows box without having to resort to 3rd…