psexec icacls remote computer

September 24, 2012

Set proper permissions in IIS 7.x on a remote computer We will be using psexec icacls […]

Websphere Stop All Servers Script

September 19, 2012

Here’s a ksh script to stop all running websphere servers. Booyah! #!/bin/ksh # # This script […]

mysql insert cdn sync tool

September 19, 2012

To manually update the CDN Sync Tool table (for wordpress plugin CDN Sync Tool) try this […]

redhat add multiple users

September 13, 2012

useradd script to add multiple users to a system and force them to change their password […]

linux unwrap text file

September 13, 2012

I spent forever trying to figure out how to unwrap an apache access_log that was splitting […]