-
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
Monthly Archives: May 2010
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
8 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