My 15-years old son has a PC which he hadn’t booted for years. It is a weak machine without a GPU. He mainly played Minecraft few years ago. I had installed Ubuntu to it as dual boot with windows. Well today I booted to Ubuntu (kernel 4.something), last login was on 2021 IIRC. So I asked him how to proceed and we agreed that he’ll start learning Linux.
At the moment I’m installing Debian 12 as a base. The goal is to install Batocera. I will assist him but let him do it. Let’s see if I can persuade him off from windows!
He uses win laptop for school and has never tried Linux.
Can you come and do ours next, windows are always a task to do, too big and always a mark and i miss it double glazing can be a pain … hahaha … closest i want to be to windows now
I think it’s just that I’m more used to cli. I prefer cli over GUI. For me it’s easier to write the command than go thru settings → something → something with mouse.
Its all about a shorthand way of accesing the command history in a terminal.
It is available in the sh and bash and tcsh shells… not sure about others, but it should be there… it is a very basic idea present since the original Unix from AT&T.
When people sat at teletypes, they could not scroll back and copy commands… they needed this to access previous commands. It is still useful and efficient.
One thing I sometimes do is that I use ‘su’ instead of sudo. The ‘su’ history is different than the normal user’s history and usually there’s only few commands. I use it if I’m doing something special which needs sudo/admin rights and if something goes wrong it’s easier to troubleshoot su’s history than try to find the commands from normal user’s history. I hope you get the point. Less commands when using su instead of normal user in history, easier to troubleshoot what’s wrong.
I never ever use sudo… always su.
Apart from , as you say, a briefer history, I inevitably want to do more than one thing as root, and typing sudo all the time is a pain.
My safety precaution is to make the root window small and always place it on the bottom left of the screen.
Some distros make a red coloured prompt when you are root… I like that idea.