To encode:
base64 -i in.txt -o out.txt
To decode:
base64 --decode -i out.txt -o decoded.txt

Articles, notes and random thoughts on Software Development and Technology
To encode:
base64 -i in.txt -o out.txt
To decode:
base64 --decode -i out.txt -o decoded.txt
I have a number of Raspberry Pis that I tinker with every now and then, but not on a regular basis. On my Pi400 I have Rasbian Buster. I just tried a ‘sudo apt update’ and got this error:
E: The repository 'http://raspbian.raspberrypi.org/raspbian buster Release' no longer has a Release file.
From this post, apparently the apt repos for Buster have changed, so you need to edit /etc/apt/sources.list.d/raspi/list and replace
deb http://archive.raspberrypi.org/debian/ buster main
with
deb https://legacy.raspbian.org/raspbian/ buster main contrib non-free rpi
apt update again and all should be good.

Took a break from the TBM930 and flew this next leg in the Vision jet. There was some beautiful wintery mountain ranges but not much else on this leg.

