I wrote about…
32-bit 64-bit algorythm background batch command c++ certificate combinatorics configuration contest der dev-c++ dynamic programming eclipse exponential facebook hacking cup import install jar java javascript keyboard keytool layout library mathematics maven modulo arithmetic mysql openCRX openssl pem php private key repository restore slider sort algorythm start svn syntax highlighting ubuntu windows wordpress x509Archives
- February 2013 (1)
- January 2012 (2)
- February 2011 (2)
- January 2011 (11)
- October 2010 (3)
- September 2010 (3)
- March 2004 (1)
- January 2004 (1)
Meta
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:
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 javascript, php, syntax highlighting, wordpress
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 certificate, der, import, java, keytool, openssl, pem, private key, x509
Leave a comment