-
Recent Posts
- Autostart a Virtualbox VM in Windows 7 the Easy Way
- Synchronize save games between windows computers. Cloud save games with Dropbox. [Minecraft/Dragon Age]
- Using IPTables with Dynamic IP hostnames like dyndns.org
- Bash Script: Confirm domains in your DNS Bind server are still pointed at your address (haven’t moved to other DNS)
- Encrypt forms’ passwords before submitting with jquery
Listened to
Category Archives: linux
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
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 auth2accept, auth2allow, fail2accept, fail2allow, fail2ban, linux
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
MRTG Indexmaker Interface + Description
I like to have interfaces and description, not one or the other. So I do this. Use your favorite editor to open indexmaker: vi /usr/bin/indexmaker Find this part: for ($$opt{section}) { # …Skip ahead to descr… /^descr(iption)?$/ && do{ $section … Continue reading
Posted in linux
4 Comments
Setting up my HDTV HTPC with xUbuntu 8.10
Here my chronicle of fixes and tasks I had to go through while setting up my HDTV HTPC / home server. I upgraded from an older xUbuntu to xUbuntu 8.10 64-bit and the first thing I had to do is … Continue reading