Dokku Cheatsheet
I always forget how to setup new Dokku apps; I do it infrequently enough that it never sticks.
Create the app:
$ ssh host
$ dokku apps:create myapp …I always forget how to setup new Dokku apps; I do it infrequently enough that it never sticks.
Create the app:
$ ssh host
$ dokku apps:create myapp …I’ve been thinking recently about Github Marketplace; where it may lead.
I’m responsible for technical purchasing at Giant. That means …
In the neverending quest for the ‘right’ development setup, I’ve been thinking about the concept of how to organise and make …
After hacking yesterday through a few issues with my AWS account (transferred a domain name from one AWS account to another, but didn’t remove …
I’m on holiday this week, and I wanted to use the time to really get to grips with serverless models of deployment.
My background is in Python …
This is possibly specific to my own super-minimal postfix setup on Void, but to add a new email user:
$ sudo adduser someone
$ sudo passwd someone …