Technical notes, my online memory
Monday, December 19, 2016
gcloud cheatsheet for GKE
›
This is by no means comprehensive, it's just some things I've found useful. Get installed and auth'd : gcloud components inst...
Thursday, December 15, 2016
Google gcloud tool cheatsheet
›
Some gcloud commands I've found useful: # See config gcloud config list # Change default zone gcloud config set compute/zone us-centr...
Wednesday, October 26, 2016
Mac OS X Sierra and SSH keys
›
With OS X Sierra Apple changed the ssh client key handling behavior. They aligned with OpenSSH behavior by not automatically loading passphr...
Tuesday, October 4, 2016
Prevent system management from installing over a test package on Ubuntu
›
When you are testing a new package version it's annoying to have your system management come and install the old version over the top of...
Thursday, July 14, 2016
Running modern python on Ubuntu LTS
›
The python version on your Ubunutu LTS may be slightly behind latest, or years behind, depending on the release cycle. Here's how to run...
Tuesday, July 12, 2016
Run a different command on an existing docker container using exec
›
To run a previously created container with bash, start it as normal and then use exec (this assumes your original container can actually run...
Thursday, July 7, 2016
Creating a Google Cloud service account that can only create new objects in a single bucket
›
I wanted a service account that can only create new objects in a single bucket, and have those objects be publicly readable by default. Use ...
‹
›
Home
View web version