December 2009
6 posts
4 tags
Simple backup shell script →
Found in an old drive archive, this script would get cron’d and rip to CD every day. I’m sure there’s more elegant solutions, but this did the job well.
#!/bin/sh # NAME: sys_backup.sh # # DESCRIPTION: A cool backup script that burns the system files to a CDRW # This script originally runs on RH9 with a 40x CDRW drive. # Requires a CDRW media in drive at all times...
3 tags
LEGO my EGO →
Most notable part of this article for me: “People will continue to do what they do, say what they say, and believe what they believe. You really do not have much, if any, control over the thoughts of others.”
4 tags
PHP Security Release →
PHP 5.2.12 released with many “security enhancements and fixes”. Personally, I think uninstalling PHP is the best security for your webserver.
2 tags
So much good stuff
There’s so much being built upon in JEE6 as I watch the Sun Java Virtual Conference today on JEE6 and Glassfish v3.
Glassfish is a pretty kickass appserver from initial previews. And it’s surprisingly easy to get up and running.
All the memories I’ve had of EJB are wiped away with the new EJB 3.1 spec.