@aral you mention ` # Make rm a little safer (have it prompt once when deleting
# more than three files or when deleting recursively).`
Have you not already learned yourself to automatically do the right keystrokes everytime?
@aral looking forward to the post-mortem. JS is not my thing, but am interested nonetheless.
@jpmens At some point there will be a convergence on one or two standards that services 99.9% percent of the usecases
@phessler Congrats!
"If someone does "servers pool.ntp.org trusted", we're going to have a great laugh."
Source: https://undeadly.org/cgi?action=article;sid=20191111075815
Via https://twitter.com/FiloSottile/status/1200202663016706050
I have also published the slides of my #systemd #nspawn talk: https://blog.lieter.nl/presentations/plexis-NLUUG-fall-2019-systemd-nspawn.pdf
I made a small write-up about the #NLUUG fall conference: https://blog.lieter.nl/posts/nluug-nj-2019/
wow.
WOW.
Y'all watch this seriously. Great job @aral
https://video.lqdn.fr/videos/watch/70f2128c-8c06-4cc4-8a5a-bf77e765c8fd
The Cult of Kubernetes
https://christine.website/blog/the-cult-of-kubernetes-2019-09-07
Awesome #ssh trick I just learned!
Host *.temp.event.example.com
IdentityFile ~/.ssh/temp_event
UserKnownHostsFile ~/.ssh/temp_known_hosts
You can give a specific known hosts file for a Host block of systems that you connect to.
This is especially helpful if you are regularly involved in a re-occuring event where you re-use hostnames but not the keys; or for temp installs, etc, etc.
(and while I'm at it, one more)
Match host *.ipv6.example.net,ipv6.example.org !exec "route -q -n get -inet6 %h"
ProxyJump dualstack.example.org
This will do a route lookup, to see if you have direct ipv6 access to the hosts. If it fails ("!exec"), then it will automatically add the ProxyJump command.
the above route command is intended for #openbsd, you may need to adjust it for your OS
Talking Radicalized, monopoly and DRM with the Techdirt podcast
https://boingboing.net/2019/05/01/neofeudalism-via-monopolism.html
@jpmens I really like paper when more than 2 pages and/or notes are involved
I just managed to deploy #mastodon using systemd-nspawn 💪