Archive: 2016

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

0

Install Sshpass on OSX

Ever needed to run ssh commands from a non-interactive shell, and not being able to use keys? Well sshpass is what you need! I use it for running ssh commands from Automator scripts on OSX. It is qui

0

Install PLEX on Synology NAS Using Docker

A new updated version using docker-compose is available here. A recent docker bug on Synology wiped all my container configuration which is the reason for switching to docker-compose, which I anyhow f

0

Enable SSL on Your Cloudflare Hosted Web Site

Ever since Let’sEncrypt entered the market, it is now very easy and free to get basic SSL support everywhere. Since I’ve moved my DNS services to CloudFlare, enabling SSL support is very easy as Cloud

0

Index Website With Google

To help Google index your blog, use one of several sitemap plugins and point your Google Webmaster service to the sitemap xml. Install Hexo plugin hexo-generator-seo-friendly-sitemap$ npm install he

0

Hexo Markdown Export for Clarify

Clarify2 from Blue Mango is an excellent tool for creating small posts where annotated images and text are mixed. It can also export to a few platforms such as Evernote and Wordpress as well as in PDF, Word, HTML and Markdown.

0

Install Raspbian on OSX

http://royvanrijn.com/blog/2014/06/raspberry-pi-emulation-on-os-x/ Install Homebrewtinman:~ mattias$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/in