Monthly Archives: February 2006
Portage update checker
Here is a little script I once wrote to check if new updates exists in the Portage Tree (Gentoo). If so, it sends an e-mail to the owner of the script. Run it as a cron job and don't forget to change user_address and smtpserver.
PLAIN TEXT
PYTHON:
#!/usr/bin/python
# Copyright Emil Erlandsson 2005
import os,smtplib
user_address = "receivers address"
smtpserver = [...]
Posted in Open Source, Programming Leave a comment
Hello world!
My previous installation of WordPress was completely FUBAR, so I dumped my database to a file and re-installed it completely. Now I've been able to salvage some of my previous posts, but sadly far from all. Perhaps I will upload them later when I have more time.
Posted in I dunno Leave a comment

Minor Eclipse util plugin