Archive: 2016/12

0

Upgrade ESXi to 6.5 Using Offline Bundle

The prerequisities are having SSH enabled, copy the Offline Bundles to a datastore and enter Maintenance mode. Although the last one is optional. Download HP Custom ESXi 6.5 installsI’m using the HP

0

Reset a Unifi AP to Factory Settings via SSH

Sometimes you are forced into re-installing your UniFi Controller. And then you need to force re-adoption of your APs and really don’t want to take them down from the ceiling to press that little rese

0

Setup CrashPlan in a Docker Container on Synology

CrashPlan is very popular for backing up NAS solutions. This post outlines the process for installing and configuring CrashPlan on a NAS in a Docker container and controlling it remotely from a CrashP

0

How to Cache ALL Content Using Cloudflare

By default, Cloudflare doesn’t cache your static HTML. Since I run hexo, a static site generator, I feel it is a bit of unused potential there. I’ve recently migrated over to a single droplet on Digit

0

Hexo Git Deploy to DigitalOcean Droplet

Hexo has good built in support for deploying to git repositories. This writeup will detail how to set up hexo deploy to do a git push to your local git repository on a DigitalOcean droplet where the w

0

Create New SSH Keys on Mac OSX Sierra

Generate new keys osx sierrassh-keygen -t rsa Set permissionssudo chmod 600 ~/.ssh/id_rsa cat ~/.ssh/id_rsa Check newly created keyssh-keygen -l -f ~/.ssh/id_rsa.pub Copy public key to

0

Passthrough USB Keyboard and Mouse to VM on ESXi

My kids are still pretty young-ish so we make do with a mix of laptops and ipads. I do have a couple Windows VMs that are setup as gaming machines with dedicated GPUs via hardware passthrough. The iss