IT Tips

Access

Blog History

ntpdate

Just upgrading from 5.1 to 5.5 of the Vcenter Server Appliance and was wanting to set time synchronization Get a list of public NTP server from http://www.pool.ntp.org/zone/au Login to the upgraded VCSA as root and run ntpdate your.ntp.server.name.here will confirm...

read more...

CakePHP 3 Database Migrations

You have a database with a heap of tables already running. You want to start from that base and then be able to migrate from that running database through the addition of new fields and then migrate those changes to your production database Here is how I believe you...

read more...

Why is my Business named Toggen?

Recently I renamed my IT Business to "Toggen" after trading as "James McDonald IT Services" or JMITS for short. It took a long time to find a name that wasn't being used, and also had some resonance for me personally. So why Toggen? After wracking my brain for a...

read more...

Poor Mans Service Monitoring

This script is run from windows task scheduler every X minutes (whatever you want to set it to). It looks for a running process, in this case Yokogawa FastTools rdcy.exe and if found checks for and deletes a file on disk named "skip". If it doesn't find rdcy.exe...

read more...