Blog

Blog :: 2005/04/...

Native Timer for Linux and Windows
Posted 2005/04/23
This code should be treated as untested - it has only been used in anger as part of my research and I have not put any effort into cleaning it up. Download time.tar.gz then do the following: mjeg@mrflibble:tmp/$ gzip -d time.tar.gz mjeg@mrflibble:tmp/$ tar -xf time.tar mjeg@mrflibble:tmp/$ java -Djava.library.path=./timer/ TestTimer #Making timer #jni load [...]
Restarting Globus on Holly after a reboot
Posted 2005/04/18
cd /opt/globus/ogsaweb/ ./bin/ogsaweb.sh start cd /opt/globus/gt3.2.1/ ./sbin/globus-mds start Then check it using http://holly.dsg.port.ac.uk:8080/
Renewing a self signed apache-ssl certificate on Debian
Posted 2005/04/11
The Sarge installer will give you a cert good for a month but you will have to sort out a new one when it expires. cd /etc/apache-ssl openssl genrsa -out deagle.ninja.me.uk 1024 chmod 600 deagle.ninja.me.uk openssl genrsa -out deagle.ninja.me.uk.key 1024 openssl req -new -key deagle.ninja.me.uk.key -out deagle.ninja.me.uk.csr openssl x509 -req -days 365 -in deagle.ninja.me.uk.csr -signkey deagle.ninja.me.uk.key [...]
Java API Diff
Posted 2005/04/10
This page compares the Java 1.4.2 and 1.5.0 APIs to highlight the changed classes (useful for my work). The list was generated by using the "Since" tags in the Javadocs to check which classes were new in 1.5 and also which classes had been updated. For completeness use the Javadocs [...]
Hello Blog
Posted 2005/04/08
Just checking this works.