Install Docker-Compose on Photon
It seems docker-compose is not available as pre-packaged on Photon Download and installAs per docker-compose instructions: https://github.com/docker/compose/releases/ curl -L https://github.com/doc
It seems docker-compose is not available as pre-packaged on Photon Download and installAs per docker-compose instructions: https://github.com/docker/compose/releases/ curl -L https://github.com/doc
Open Visual Code and press Command + Shift + P then type “Shell” in command palette now you are able to find this option like Shell Command : Install code in PATH from suggested list in command pale
Sometimes it’s easier just to give up and start over ;) Stop and remove all containers docker stop $(docker ps -a -q)docker rm $(docker ps -a -q) Remove all images docker rmi $(docker images -q)
Aerial is a Mac screen saver based on the new Apple TV screen saver that displays the aerial movies Apple shot over New York, San Francisco, Hawaii, China, etc. Aerial is completely open source, so fe
I’ve tried many different types of shared storage in my HomeLab, however I’ve never really found the “one”. The vSAN feature of vSphere has been high on the list for a long time and when I finally upg
If you have a consumer UPS that connects via USB, you need to use this workaround to expose the UPS to the ESXi host. I use the built in NUT server on a Synology NAS to expose the UPS to the ESXi usin
Sometimes, espescially if you cheat and quickly update the SSL certificate the dirty way, you may need to restart the UI on the ERL. Check here to catch up on the proper way to do this initially. Res
Often used during DR situations ;) List available volumesesxcfg-volume -l Persistently mount using labelUsing the capital ‘M’ switch will make the mount survive reboots. esxcfg-volume -M dsHuml
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
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
Updating docker containers is as easy as pulling the image and drop and re-create the container. This can be automated using watchtower appliance, hosted in a docker container itself. Watchtower is a
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
The first and simplest choice is to have Cloudflare handle the HTTPS redirection at their edge servers. This however requires the use of a catch all Page Rule which interferes when I want to use a Pag
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
https://www.digitalocean.com/community/tutorials/additional-recommended-steps-for-new-ubuntu-14-04-servers Create new user on Ubuntu 14.04 Adding user to sudo group Configuring a Basic FirewallDis
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
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
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
This howto outlines the process for installing and configuring CrashPlan on a NAS and controlling it remotely from a CrashPlan Client. The whole process is made easy due to the Synology packaging syst
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