1.
Becoming a X.509 Certificate Authority
Normally when you configure a server to use TLS or SSL you have two choices; ..... root$ openssl x509 -in public/root.pem -outform DER -out public/root.der ...
2.
JD : /linux/rebuilding-raid
Jul 12, 2008 ... Rebuilding a RAID array. I recently had a failed drive in my RAID1 array. ... 976768064 966807765 fd Linux RAID autodetect /dev/sdb4 0 - 0 0 ...
3.
JD : /linux/rebuilding-raid
Jul 12, 2008 ... Let's sit back and watch it rebuild using the wonderfully useful watch command: ... http://linux-raid.osdl.org/index.php/Reconstruction ...
4.
Eddie RSS and Atom Parser for Java
Eddie is a liberal RSS and Atom feed parsing library for Java. ... main(String[] args) { Parser parser = new Parser(); Feed feed = parser.parse(args[0]); ...
5.
JD : /programming/java/date-parsing
I've recently had cause to parse some date values in Java. ... ISO "yyyy-MM-dd'T'kk:mm:ss", // ISO "EEE, d MMM yy kk:mm:ss z", // RFC822 "EEE, ...
6.
JD : /programming/java/string-equals
What makes this interesting from a java string point of view is that you can call methods on string literals. Comparing a variable to a string literal, ...
7.
JD : /programming/java/string-equals
This quickly becomes tiresome and the test for null distracts from the ... What makes this interesting from a java string point of view is that you can call ...
8.
JD : /programming/java/date-parsing
I've recently had cause to parse some date values in Java. As a result I've produced a class which can manage to parse an awful lot of date formats. ...
9.
JD : /programming/java/string-equals.html
null && strong.equals("string")) {. This quickly becomes tiresome and the ... What makes this interesting from a java string point of view is that you can ...
10.
JD : /programming/java/string-equals
This quickly becomes tiresome and the test for null distracts from the ... What makes this interesting from a java string point of view is that you can call ...