Month: March 2021
-
ISPmail on Debian Buster – your mail server workshop – workaround.org
https://workaround.org/ispmail/buster/
-
Shazam is an application that can identify music, movies, advertising, and television shows, based on a short sample played and using the microphone on the device
https://en.wikipedia.org/wiki/Shazam_(application)
-
BorgBackup: you cannot remove single files from an “archive”, but you can remove entire “archives” from a repository
https://borgbackup.readthedocs.io/en/stable/usage/delete.html Why would I do that? Because that archive accidentally contains a huge ISO file. And there are enough archives around, so that deleting that single archive does not hurt. I extended the “–exclude” list for my “borg create” accordingly. I will go and create a list of the fattest files on the repo in…
-
my way of studying Kubernetes: minikube on macOS
macOS is my OS platform, VirtualBox my virtualisation platform – I tried to follow the instructions (I found in my online courses by Sander von Fugt and Mumshad Mannambeth) and set up minikube within a VM. But I did not succeed setting up minikube in a VirtualBox VM. I attempted using a free VMware Fusion…
-
“Miller” is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
https://github.com/johnkerl/miller https://csvkit.readthedocs.io – Miller is quite similar to csvkit