Did you know you can use tmux
and still have access to TouchID for sudo
access. This post walks you though how to configure your /etc/pam.d/sudo
to allow this.
Custom Go Vanity URL for Cheap Using Amazon Lambda
go
’s CLI tool provides a very powerful way of accessing your code, specifically the subcommand go get
. Typical people use go get
for it’s resolving and adding dependencies to their package but it can also be used as a proxy for git clone
. It can also resolve these dependencies from any domain that returns the right html
.
Extending Kubernetes with Controllers/Operators
[Read More]Extending Kubernetes can provide an immence amount of value, allowing you to build new functionality into the Kubernetes control plane without having to modify or fork the core codebase. You can do all of that with a relatively low amount of work. This talk goes through the basics of how to build extentions into k8s using CRDs, operators and controllers
New Year; New Team
Desktop Native AWS Cloud9 Environment
Rewrite Git History for Open Source Projects
I’ve recently been spending a lot of my time working on more open source projects with this I’ve had to learn a couple of new things that you typically don’t when you are only contributing to proprietary work. Specifically caring for the commits in your Pull Requests.
[Read More]Go Version for Cobra Projects
[Read More]Do you use
cobra
andgoreleaser
to package and build your golang CLIs. If not, you should reconsider. They are a fantastic combination and combined with one of my new projects you can add an easy to use and extensible version subcommand which features different outputs