20th May 2025
/drafts/what-makes-this-site/ Draft
- 11ty
- Laravel Mix
- TinaCMS
- Webmention tags
- Bridgy
- IFTTT
- Post webmentions
- Post to Mastodon
20th May 2025
20th May 2025
https://github.com/Nyr/openvpn-install
20th May 2025
in /etc/profile
(or bashrc)
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_ed25519
ssh -o 'ForwardAgent yes' gateway 'ssh-add'
In ssh/config
Host *
AddKeysToAgent confirm...
20th May 2025
What do the files look like?
20th May 2025
xl list
xl shutdown <name>
cat /etc/xen/<name>.cfg
'file:/var/lib/xen/domains/<name>/disk.img,xvda1,w',
cd...
20th May 2025
We currently maintain over 60 sites and are contracted to keep these up-to-date. Doing this manually is a near full-time job - keeping apprised of all of our dependencies across projects and ensuring any security vulnerabilities are patched within...
20th May 2025
The process will...
20th May 2025
https://mastodon.social/@lodurel/109895872093965445
In what order did you learn your #programming languages, and what years were you active with them?
20th May 2025
ALso variables in the project override these
20th May 2025
Sending emails in this mad world of spam is a tricky business. Spoofing and phishing are all too common, and email providers try to be smart to it, although sometimes at the detriment to honest and "real" emails.
If your website is...