Zachary Loeber's Blog

Just another tool making, complexity eating, infrastructure and workload automating, DevOps soldier.

CentOS/Redhat 5.x Post-Install Script

I whipped up a post install script to run on our new linux servers that drastically reduced the amount of manual effort involved with post-deployment configuration. I’m sure this could some how be integrated into the kick deployment. In any case, this script helps setup your sudo users, snmp services, and some other basic things. Modify to your environment and run directly after deployment on your headless linux servers. Save the script and change to .sh and run with sh ./centos-postinsatll.sh at a command prompt. Cheers!

Continue reading

CentOS/Redhat 5.x Kickstart Deployment

Not too long ago I was tasked with deploying a decent number of CentOS 5.3 and Redhat servers to BL490 blades and VMs in our datacenter (part of a massive environment deployment with HP C7000 enclosures, virtual connect, and a lot of patience). I hate manual configuration so I figured now is as good of time as any to get on the kickstart bandwagon. Here is how I did it:

Continue reading

Windows: Some Small System Administration Scripts

Here are a few scripts that I have cobbled together over the last few years. They are small and useful but nothing earth-shattering. One gets information about a remote system and who is logged in. The other can remotely reset the administrator password. Both obviously require  you have the permissions to do so on the remote machines. Both accept multiple computer names divided by a semi-colon.  Save and change the extension from .txt to .hta

GetAsset

ResetAdminPass

Continue reading

New Project: bridgetun.sh

2008-08-06 1 min read Uncategorized Zachary Loeber

I’ve been trying to get this one out for weeks but have not had a whole lot of time to do so. I’ve decided to drop what I have completed out there for those who may be interested. Simply put bridgetun is a convenient way to create tun interfaces and to bridge them (and other interfaces) together. I’d give it a once over and see if it helps with any of your dynamips labs. I’ll try to have a quick howto and explanation of why it would be useful as soon as I can but I give no promises 🙂

Continue reading
Older posts Newer posts