11th July 2025
/drafts/behind-the-source-podcast-learnings/ Draft
- 6 episodes
- acast
- Descipt
- Zencastr
11th July 2025
11th July 2025
Bastion:
https://zanderwork.com/blog/jump-host/ with extras (see gitlab server set up tutial)
Need to ssh-add
- eval ssh-agent -s
- ssh gateway 'ssh-add'
11th July 2025
11th July 2025
11th May 2025
A coffee blog about upgrading grinders, the differences and how I would rate them
14th November 2024
During development or pre-launch, you may be faced with a ERR_CERT_INVALID - how do you bypass it?
8th September 2020
git clone --bare --mirror [path] du -h [folder] 10 largest commits ` git verify-pack -v objects/pack/[file].idx | sort -k 3 -n | tail -10 ` `git rev-list --objects --all | grep [hash]` - find ...
8th June 2020
pi@raspberrypi:~ $ ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_...