Monthly Archives: October 2010

Run window commands in background

Sometimes you have a windows batch file that needs to execute a command in background. In Unix you simply end the command with a &, but in windows you need to use the standard start command like in:

Posted in System Administration | Tagged , , , | Leave a comment

Syntax highlighting in WordPress

I wanted to add syntax highlighting of all my code examples, and hoped there was a theme that did just that. Nope

Posted in Blogging, Programming | Tagged , , , | Leave a comment

Importing openSSH keys into a Java keystore

As Agent Bob points out in this post importing an SSH key in to a Java keystore isn’t as painless as it should be. So just download ImportKey.java.

Posted in Programming, System Administration | Tagged , , , , , , , , | Leave a comment