this post was submitted on 01 Dec 2025
139 points (98.6% liked)
Linux
10342 readers
997 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I started saving what I put into terminal into a Google doc. That way if something gets screwed I have a record for how to undo it. Also, don't copy paste from chatgpt to terminal. And make sure the source you are using isn't 7 years old.
The terminal automatically saves the commands you've typed in. Type "history" into your terminal.
Yes save your commands. I put a commands text file on my nas so I can access from any pc. Or use joplin or another note program with sync. Save the command and a quick descriptor. Then you can even access that text file quick from within terminal using a text editor like nano or vim.
I set an alias up so if I type "command" it actually runs something like "nano /home/mnt/nas/command txt" and I can see them right there.
This is a result of a horrible system philosophy. You do everything through terminal and then scratch your head a year later because you don't remember what changes you made.
This is the single worst design choices you can possibly make. Not only requiring from user to learn terminal wizardry but also manually tracking every single config change because there's no "reset to default" button