Welcome

This site is intended to be a spot I can post things I've come across and helped me. Hopefully someone else can find some use for it as well.

How To's

Check out some guides I have put together.

Read More

Step 3 - Create Homepage

To add featured content go to Theme Options -> Homepage (Featured) and turn the switch on then add the content you want for each section.

New Password Generator

It seems like we have been having to create random passwords at work a lot lately.  So I decided to find a script that I could use on here (Password Generator).  In order to make it fit this WP Theme, I dropped the CSS and just created a table for the different options.  The javascript…

Create a test file of a certain size

There have time that we want to test file transfer speeds across our network.  The problem is we need to use a known file size to make sure we can use the same size data in each test.

On Linux and Mac systems you can use the following commands:

300MB file (random data):  dd if=/dev/urandom of=300mb.log bs=1024 count=307200
300MB file (zero data):  dd if=/dev/zero of=300mb.log bs=1024 count=307200

Cisco Switches – Change default syslog port

So at work we have been setting up Nagios XI, Nagios Network Analyzer, and Nagios Log Server.  One of the tasks was to get all of the switches to send their syslog messages to the Nagios Log Server.  However, it was set to allow syslog messages to come in on TCP/UDP port 5544 instead of the default UDP514.  So I started looking at how I could change the default syslog port on the switches.…

Ubuntu Chrome Kiosk Setup

So at work we have a couple of computer setup in a public area that can be used to access our web site.  In the past we have used Windows XP and locked them down.  However, with support for XP coming to an end we needed to come up with another solution.  I wanted to branch out a bit (at least for me) and come up with a kiosk setup that used a Linux distro .  I came across  some really good options, but one of the requirements was that the browser should be Google Chrome.  Most of the sites I came across used FireFox as the browser.  I spent a few weeks searching and testing and finally came up with a working solution that uses Ubuntu 14.0.4LTS Desktop (x64), Openbox, and Google Chrome.  I used information from the web sites listed below to come up with this working kiosk.…

Exchange 2013 – Grant Permissions to Room Resource

We have several room resources in our Exchange 2013 environment.  Occasionally, we need to make changes so new people can actually see what appointments are scheduled and not just see “busy” in the time slot.  I used to be able to make these changes via Exchange Management Console in previous versions of Exchange; however, it looks like I have to go to Exchange Management Shell now.

Site Status

Wow, where have the past 5 months gone?  It’s hard to believe that 2014 is about half over already.  It has been an up and down first half of the year.  Work has been good, but I haven’t had any major projects going on that I’ve needed post about on here for future reference.  I guess that is kind of good and bad.  I kind of expect that will be changing some in the next few weeks.  So please come back periodically and see if anything has changed.…