Posts
All the articles I've posted.

VMWare Updates
Updated:As we're running the VSCA appliance we can't use the GUI Update Manager plug-in as that only works with Windows, despite VMWare being very Linux based. So,

DMARC, SPF and DKIM
Updated:For several ears now we've run a fairly tight ship on our email server. It consumes an awful lot of resources mainly because of how many businesses out the

DataTables JQuery Plugin
https://www.datatables.net/ Very useful plugin to show data in a table that can be paginated and use server side json to keep the updates small and fast.

Generate Sample XML from XSD Schema
Updated:http://xsd2xml.com/ When you have an XSD but need to see how the XML is expected to be structured. Also generate a graphical representation of your XSD htt


Squid Proxy
Updated:We have a few special requirements in our network. For internet based traffic we use an appliance based proxy server that users must authenticate with to g

HATEOAS
Ok so what's that all about? I ran into an application deployment that is giving me some grief on deploying it through our security systems. The vendor cam

Invalid View Path, Token Mismatch
Updated:Somehow I managed to bork my Laravel development app. I'm not entirely sure what I did as I only changed one of my config files, but I was getting a blank

Nginx, Not Just a Web Server
Updated:Nginx is capable of more than serving web pages. It can load balance, cache and act as a reverse proxy. We recently had need to access two web services on

rsync
Updated:Good old rsync. Very handy for backing up and entire system to another. It only transfers files that have changed too. rsync -av -e ssh --delete --exclude