Technical notes, my online memory
Monday, May 25, 2020
Measuring internet bandwidth in a cron script speedtest.net
›
This is a simple way to keep tabs on bandwidth provided by your ISP. It's also useful as a historical record to prove exactly when servi...
Thursday, January 2, 2020
Gatekeeper, OPA, rego: notes from testing and debugging policies
›
Installing gatekeeper is easy: kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/master/deploy/gatekeeper.ya...
Monday, December 30, 2019
Vim regex examples
›
# Put a quote in front of the first alphabetic character on each line s!\([a-z]\)!"\1!c
Sunday, March 24, 2019
Finding DNS servers provided by DHCP using network manager on Linux
›
Suppose you want to figure out which DNS server you're using and it is provided via DHCP. This can be surprisingly difficult. Suppose th...
Sunday, August 26, 2018
Scrub GPS location from JPEG EXIF data
›
I tried two linux tools, exiv2 and exiftool. exiftool seems to be better. exiv2 View full exif data with this (the default view only giv...
2 comments:
Saturday, November 25, 2017
Sharing Kindle content between Amazon household members
›
Amazon lets you create a "household" to share content, but it's really not obvious how you make kindle content from the other...
Sunday, November 19, 2017
Adding a yubikey GPG key onto a new machine
›
If you are using a Yubikey encryption scheme and want to add the key onto a new system there's a few hoops to jump through. These instr...
‹
›
Home
View web version