Archive: 2017

0

Install Nvm as a Oh-My-Zsh Plugin

https://github.com/lukechilds/zsh-nvm Install nvm custom oh-my-zsh plugingit clone [https://github.com/lukechilds/zsh-nvm](https://github.com/lukechilds/zsh-nvm) ~/.oh-my-zsh/custom/plugins/zsh-nvm

0

Configure Zsh on macOS

What can I say, I’m such a sucker for eye candy I couldn’t resist installing the ZSH shell and the Agnoster theme. https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH Install ZSHI use Hom

0

Setup L2tp VPN on USG Using Radius Account

This is a writeup of the UBNT article for setting up client access to the VPN L2TP server on the USG using the new Radius capability: https://help.ubnt.com/hc/en-us/articles/115005445768 The new wiza

0

Resize Photon Root Disk

I use the Photon minimal distribution quite extensively. It does come with a tiny disk size of 8GB. This is a writeup of the detailed instructions of this original post: https://communities.vmware.com

0

Setup Static Website Hosting on Amazon S3 Bucket

Create an S3 buckethttps://console.aws.amazon.com/s3/home?region=eu-central-1 NamingNaming is very important. Partly because it will form the direct public url but also if you use some external CDN

0

Run Pi-Hole in a Docker Container

I’m probably one of the last to setup a pi-hole and still not convinced it’s such a good idea. Will evaluate for a few weeks and then decide on what to do. The pi-hole is setup as the primary DNS serv

0

Force Removal of Folders on VSAN

When folder deletion fails in the UI, you can fall back to the CLI and force deletion. SSH into your ESXi instance and use the osfs-rmdir utility. This type of error can also occur due to connectivity

0

Setting Up a Web Proxy Using Squid and Docker

My company has enforced an HTTP proxy requirement on my work computer. That effectively makes the computer unusable for web related work unless I hook it up to the corporate network using a VPN connec

0

Deploying New Photon VM From Template and Docker Up

I’ve prepared a Photon micro image as a VSphere Template. I use this to get a tiny Linux host for hosting Docker. Change the default root passwordDefault password for root is “changeme” and must be

0

Increase Photon System Disk

I use the minimal Photon distribution and it seems the system disk is only around 8GB. That fills up quickly when installing some humongous Docker containers :/ List usagedf -h Check available spa

0

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

0

Open VSCode From Command Line

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

0

Stop and Remove All Docker Containers

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)

0

Apple TV 4 Screen Saver on OSX

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