Went to see shockheaded peter at the theatre in London. I can strongly recommend it.
Space Hawk a great free gravity force style game for windows.
Which Star Wars character are you? I am R2-D2.
links can now do x & SVGAlib graphics as well as good old console mode
I did this as a friend's spoof homepage - all that time ago...
nice post on mozilla bookmark groups
To set up smtppush with mutt, put this line in your .muttrc
set sendmail="/usr/local/bin/smtppush -S your.mail.host.com"
IMAP over ssh port forwarding
ssh -2 -N -f -l 9001:ngo.dnsalias.org:143 ngo.dnsalias.org
Then I just tell my IMAP clients to use port 9001 on the local machine,
and it DWIMs. All hail ssh port forwarding.
more retro remakes: donkey kong, mario bros, mario land
remember the last ninja on c64? well it's back
Mounting remote samba partitions on linux automatically.
Put something like this in your /etc/fstab
//mysmbserver/theshare /mnt/mymntpoint smbfs uid=remotejames,rw,password=haha,username=localjames 0 0
download your hotmail mail without logging in with gotmail
So it's not to revive your flagging "career" eh big belly?
Get "old versions" of software from oldversion.com
If your internet explorer has been customized by your ISP or whoever, try the IE fixer. Removes title bar, etc modifications.
haburi.com can't code to standards
"Dear (me),
Thank you for your email concerning browser problems.
We are aware that those customers who use Netscape can occasionally experience difficulties viewing our website. We are very sorry for the inconvenience this causes but it is a problem that we are currently working on.
One possible solution is to use a version of Microsoft Internet Explorer or alternatively Opera 6.0 (www.opera.com).
If you have any more questions, please feel free to send us an email - by simply clicking on the Reply button.
Looking forward to seeing you again at www.haburi.com."
not much chance of that...
adding stuff to the sendto right click menu
Some random musings about mail servers pulled from google groups
http://groups.google.com/groups?hl=en&selm=9l426i%242b9s%241%40FreeBSD.csie.NCTU.edu.tw
qpopper: http://www.eudora.com/qpopper/ Supports POP, Very solid daemon but
not very fast, runs from inetd, does not have maildir support, good for
smaller mailservers (less than 100 users) although I'm sure you could make
it work for 1000's of users just running all those users using a Berkeley
mailbox format would hammer your system
solidpop: http://solidpop3d.pld.org.pl/ Supports POP, Not being developed
very actively currently on version .16 was on version .15 FOREVER. Ran it
for a few years as a pop / maildir server without any problems.
Courier POP: http://sourceforge.net/projects/courier/ Support POP and IMAP,
Fast daemon, very scaleable, part of the Courier mail package but can be
pulled out and used standalone. I'm not wild about how the courier package
does it install however and pulling out the pop server to make it work on
it's own is a bit messy. Supports Maildir and Berkeley Mailbox format.
Tpop3d: http://freshmeat.net/projects/tpop3d/, Supports POP, Fast Daemon,
easily expandable, supports authentication via mysql or several other
modules, supports maildir and Berkeley mailbox format. Actively being
developed nicely written code good support from the developer. Currently
using and very happy with it.
This remake of Dungeon Master is absolutely excellent: Return to Chaos
Remakes of classic games for current machines: Retro Remakes
Recursive Makefiles considered harmful