NGINX Error: ’98: Address already in use’
Aug13

NGINX Error: ’98: Address already in use’

KB ID 0001694 Problem After an update, (WordPress – unrelated) yesterday, this website fell over! I rebooted the host, site was still down. I reluctantly restored to the previous evenings backup, and powered on the server. Alarmingly the site was still down! I logged a call to my VPS provider, and attempted to troubleshoot the problem while I was waiting. Very soon it was apparent my server appeared to be OK, but my web hosting...

Read More
Azure: Point to Site VPN From mac OS?
Aug12

Azure: Point to Site VPN From mac OS?

KB ID 0001693 Problem We mac users always get overlooked. If I had a pound for every time I’ve heard ‘Yeah we don’t support macs?” I would be a rich man. But thankfully this makes us work things out for ourselves usually! So recently I did a article Azure: Point To Site VPN (Remote Access User VPN) but what if you want to use the same solution for a remote mac user? Solution Firstly you will want to download...

Read More
Azure VPN: Point To Site VPN (Remote Access)
Aug05

Azure VPN: Point To Site VPN (Remote Access)

KB ID 0001692 Problem Given my background I’m usually more comfortable connecting to Azure with a Route Based VPN from a hardware device, like a Cisco ASA. I got an email this afternoon, a client had a server in a private cloud and a server in Azure, they needed to transfer files from the Azure server to the server in the private cloud. Now on further investigation this client had a Cisco vASA so a VPN was the best option for...

Read More
Veeam: Backup to Public Cloud?
Aug04

Veeam: Backup to Public Cloud?

KB ID 0001691 Problem I’ve always been a fan of Veeam, I’ve championed it for years, as a consultant and engineer I want solutions that are easy to deploy, administer, and upgrade, that cause no problems. Like all things that are easy to use, and gain a lot of popularity, Veeam is starting to get DESTROYED BY DEVELOPMENT. What do I mean? Well, things that were simple and easy to find now require you to look at knowledge...

Read More
PowerCLI: Get All Snapshot Information
Aug03

PowerCLI: Get All Snapshot Information

KB ID 0001690 Problem This was asked on EE today, and it was an interesting one so I wrote it up. How to locate all the Snapshots in your VMware virtual infrastructure, and see how much space they are taking. Solution Use the following PowerCLI; Get-Snapshot * | Select-Object -Property VM, Name, SizeGB, Children | Sort-Object -Property sizeGB -Descending | ft -AutoSize Related Articles, References, Credits, or External Links...

Read More