Author Archives: diginc

Autostart a Virtualbox VM in Windows 7 the Easy Way

I’ve seen a few tutorials out there about setting up a headless Virtualbox service in windows in order to autostart a VM and wasted a few hours of my life following pages of instructions ending in giving up. I recently … Continue reading

Posted in Microsoft | 2 Comments

Synchronize save games between windows computers. Cloud save games with Dropbox. [Minecraft/Dragon Age]

Steam Cloud in games like Valve’s Half Life franchise and Torchlight is really handy for synchronizing save games across laptops/desktops or work computers. But I want it in more games! So I did it my self with some easy symbolic … Continue reading

Posted in Microsoft | 4 Comments

Using IPTables with Dynamic IP hostnames like dyndns.org

Whenever IPTables has a hostname in a rule it looks up the hostname’s IP address and uses that instead of the actual hostname – so it’s stuck with the IP until the next time IPTables is flushed/restarted. Here’s a quick … Continue reading

Posted in code, linux, python | 5 Comments

Bash Script: Confirm domains in your DNS Bind server are still pointed at your address (haven’t moved to other DNS)

Here’s a quick script I wrote last year which I forgot about until today. I thought I should share it since it works fairly well with some modifications – it could be refined/improved quite a bit; I’m not the best … Continue reading

Posted in Bash, Bind, code, linux | 2 Comments

Encrypt forms’ passwords before submitting with jquery

If a site’s login/registration isn’t encrypted using SSL why would you risk sending a user’s password in plain text to the form’s processing script? Because you didn’t know any better and didn’t read this how-to, that’s why. With today’s average … Continue reading

Posted in code, Javascript | Leave a comment

Spamato vs SpamBayes [Win7]

Which spam prevention product wins: SpamBayes vs Spamato? SpamBayes is the clear winner in my mind. I used Spamato with my outlook 2007 first and recently switched to Spambayes because Spamato simply wouldn’t work with Windows 7 even after going … Continue reading

Posted in Microsoft | Tagged , , , | Leave a comment

Using fail2ban to open back door ports in your iptables [Port Knocking]

The opposite of fail2ban would probably be called auth2allow (authenticate to allow) or fail2allow – but that’s not necessary because fail2ban’s configs can be customized to do exactly what I’m talking about. What am I talking about you ask? Basically … Continue reading

Posted in Apache, linux | Tagged , , , , , | 1 Comment

My linux Quake 3 dedicated server setup notes (Ubuntu 9.04 server)

Not really a tutorial, mostly notes to my self so I remember how it’s done down the road.

Posted in linux | 2 Comments

GNUmp3d init.d with PIDs for running multiple instances of GNUmp3d

I made some modifications to my original gnump3d init.d script when I needed more than one instance of GNUmp3d running (for multiple folders completely separated). I still haven’t quite figured out how to get the tag database to work for … Continue reading

Posted in linux | Tagged , , , , | Leave a comment

Ubuntu SABnzbd+ protected by an apache2 proxy and htpasswd

Basic SABnzbd+ Setup – SAB for short. There are plenty of tutorials out there which cover configuring a normal SAB installation so I won’t cover that here. What I am going to do is make my SAB available through a … Continue reading

Posted in Apache | Tagged , , , | 5 Comments