I’ve been researching and practicing SEO optimization for a few years now with some pretty decent success. I actually wrote this as a training for the content writers in my company, the way our blog and eCommerce store is configured, these are the specifics I need my content writers to manage. There is many many…
Author: Michael Morris
How to install osTicket on a fresh installation of CentOS 7
Free open source ticketing system on Linux I needed a simple ticketing system with email fetching/sending support. osTicket looked like the right solution. I ran into a few problems and had some issues working through them, so I thought I’d do a quick writeup for those that are trying to accomplish the same thing. This…
Remote Linux Service (or command) Monitor
I’m calling this a Remote Service Monitor because that what I’m using it for, but really it can pass any command to the linux shell and watch for any specific keyword in the response. This script first pings the remote machine, if the ping fails it sends out an email, if the email fails, it…
Python script for monitoring socket connections w/ email alerting
Fully configurable multi-host script with logging and email alerting. This is a simple little python script that opens a socket, passes some information, and then watches for a particular return. I built in logging and email notifications. It writes both successful and non-successful attempts, and all exceptions to the log, and emails if it can’t…
How to setup a Network Weathermap
What your looking at is a php program that reads in .rdd files and then populates a .png image per your instructions. It can give you a new insight into the traffic on your network if configured correctly. This is an old writeup from a couple of years ago but most of the data still…