Category: Programming/Scripting
-

Autoit Soundboard
We get a copious amount of sales calls, so one of my coworkers used an online soundboard (Miss Cleo is my favorite) while speaking to the sales people. Sooo I thought it would be funny for us to record our own and attempt to use it. I wrote a little Autoit script to do just…
-

Cisco ATA 186 Setting Static VLAN – Tool to Calculate VLAN Value
If you are going to setup an ATA in a network that is non Cisco(sans voice vlan on switches), then you will need to manually configure your ATA to support the Voice VLAN. The easiest way is to let you ATA pull DHCP and configure it via the web interface: http://192.168.1.100/dev If you want to…
-

Failover DNS Change Script
So, as promised, here is my DNS change script. This is written in php for a BIND DNS server. Right now it is very simplistic; it is made to change a single A record, but can be adapted to do multiples at once. This is designed to be used in conjunction with Webmin. Setup a…
-
Windows IIS SMTP Test Scripts
I wrote a couple of Autoit scripts to test if a Windows IIS SMTP server is responding properly. The first is [download#4]. This guy connects to the local mail relay and sends an email. Simple. You supply it with three command line parameters: from address, to address and subject. The second, called [download#3], checks the…
-
What is Autoit?
Here’s another product I couldn’t live without as an engineer. I am a network engineer, but I’ve been doing server admin since the beginning of my career. I also have my degree in computer science, so…I still like to program occasionally. I am an efficient programmer, or lazy, however you want to look at it. …