On apt vs apt-get

This is the command you use to update your system, fetch and install software. Some people use apt-get, others plain apt and the two appear interchangeable but they are NOT the same. As it’s making a change to the system, you almost always have to run it via sudo.
They are different?
Well yes. Try these.
apt --help apt-get --help
Those give different help messages. And as for these:
apt check apt-get check
It’s curious that apt-get check works, but apt check gives an invalid operation! I’m not sure why they are so similar yet subtly different. If anyone knows, drop me a line.
Having created this post, I subsequently did find out the differences- explained on this page. The simplified version is the apt is a simpler subset and also shows a progress bar when you do sudo apt upgrade. Try sudo apt-get upgrade next time to see it without the progress bar!

Sometimes you just need to view or maybe a binary file and here I’ve done that on the compiled file for asteroids.
If you are using RNGs (Random Number Generators) for cryptography then you need one that has been validated for sufficient randomness. For example the
At some time or other you are going to need a binary editor, to let you look in files and see what they contain.
Here’s it on 
I needed this in a bit of debug code. I wanted it to work like printf where there’s a format string containing one or more % format specifications and then write this into a buffer and dump it where ever.
So after yesterday’s post I also installed Code::Blocks on Ubuntu 20.04 LTS, the recent six monthly Ubuntu release. Guess what, it’s a much newer version of Code::Blocks that looks slightly different and does include SDL2. Although the demo program it creates is C++ not C (That coloured bar picture is the demo). I haven’t used it enough to see what’s different between this and version 16.01.