Tag Archives: linux

letsencrypt/certbot tips

Letsencrypt uses certbot for certificate management. If your certificate is not auto renewing follow the runbook below: we see that certbot is scheduled to auto-renew I see there are failures when certbot attempted to renew the certificate in the past: … Continue reading

Posted in Computers, programming, Software | Tagged , , , , | Leave a comment

Notes on systemd

courtesy of chatgpt Best practices on creating user account

Posted in Uncategorized | Tagged , , , , | Leave a comment

Installing ImageMagick on WSL

First I just downloaded the pre-built binary as described here but trying to run it gives this: So the next step is to install FUSE [1] but still no luck: next run this [2]: after this it works:

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Linux & Bash Tips

Normally by itself the terminal app displays bash in the tab title and its not very useful if you have a large number of tabs open and want to know e.g., what is the pwd in each of the tabs. … Continue reading

Posted in programming, Software | Tagged , , | Leave a comment