helmet91@lemmy.worldtoLinux@lemmy.ml•Which default software do you replace after you install your distro?
101·
10 days agoNothing. I picked a distro that works for me out of the box. On top of that I only installed stuff, instead of replacing stuff.
Use
less
for checking contents of files. Many people usecat
all the time, but I don’t like it, because if you do that often, your terminal window quickly gets flooded with stuff, and then you have to scroll up and down if you wanna see a previous output. Withless
, your file opens in a different “frame”, which you can close when you’re done.