Docker > Settings > Overview > Recreate, making sure that “Reset variable to default” is not checked. Finally start.
Author: dougie
Multipass cloud-init
Multipass is pretty useful but what a pain this was to figure out, due to Ubuntu’s Node.js package not working with AWS-CDK. Multipass lets you manage VM in Ubuntu and…
The Psychology of Money
The Psychology of Money by Morgan Housel is a captivating exploration of financial decision-making through the lenses of history and psychology. Here are five takeaways from the book: The Psychology of…
Setup a Multipass CDK Environment
I want to be able to connect to the environment using Visual Studio Code, so first we need to create a SSH key: We need a configuration YAML, replace <generated…
Rust
Picked up a book, Programming Rust (2nd Edition) by Jim Blandy, and have been working through it over the holidays (non-stop party here). Published in late 2021, it’s surprising how…
Self-hosted Bitwarden
Plesk Obsidian (18.0.54) with Docker extension (1.6.1-265). Vaultwarden Server (vaultwarden/server) image:
Renew SSL certificate in Plesk with IONOS
Log in to IONOS – you need three files: If you don’t have the private key, Revoke Old Certificate, then Reissue Certificate – on Firefox this is a bit weird…
The Horn
Overlooks M8 and periodically “speaks” although I’ve never made out what it says. Sculpted by Dalziel and Scullion and commissioned by West Lothian Council.
Tech for Good – Volunteers Assemble
The message at this year’s Tech for Good Summit was that as a society we face significant challenges, only by working together can we have an impact on those challenges….
Rainbows, decorators arguments & threads
Playing with Rainbow Hat I learned a few things about Python as a result I found out what a decorator is, the difference between args and kwargs and threads. I…