Do you guys also keep a notepad file on your desktop with all the usual commands and shortcuts on it? I can’t imagine remembering them all otherwise… and I kind of cringe at the non stop DDG ing I have to do to do some basic liux stuff.
Remember to share your notepad with them, even if they’re all like, “mom, your bash usage is like from the '90s, so cringe!” Behind all the fuss, they’re still learning from you.
I’m using my companies’ mediawiki personal user page to keep snippets and one liners that took me some time to cobble together. I export that regularly to a personal device, so, yes. I’ve found that I never look at it because once I’ve hammered something together I usually got the concept so next time it takes me a fraction of the time.
I use obsidian to make notes of how to install and setup applications from a fresh install, for example to install mariadb-libs when I install digikam so that I can use the mariadb database on my nas, and the way to mount my nas shares in fstab
No. Stuff I use more than once I just put in a shell file. I don’t really run much on the terminal besides those files and using it to update my system.
Which is bullshit tbh, which in turn is why I don’t like LPIC. Even RedHat exams give you VMs with full manpages. Know concepts and know what to expect from which tool, everything else is wasted resources.
Do you guys also keep a notepad file on your desktop with all the usual commands and shortcuts on it? I can’t imagine remembering them all otherwise… and I kind of cringe at the non stop DDG ing I have to do to do some basic liux stuff.
Try a different shell, like fish or zsh, maybe. Something with really intense command auto-completion and history.
I personally use fish, it is amazing for this kind of thing.
ETA: also read up on rc files for whatever shell you are using. Creating aliases and functions based on what you do all the time is essential IMO.
Yes.
Source: Am Systems Admin (engineer/architect/your mom)
This guy’s lucky to have such a good mum.
Remember to share your notepad with them, even if they’re all like, “mom, your bash usage is like from the '90s, so cringe!” Behind all the fuss, they’re still learning from you.
I’m using my companies’ mediawiki personal user page to keep snippets and one liners that took me some time to cobble together. I export that regularly to a personal device, so, yes. I’ve found that I never look at it because once I’ve hammered something together I usually got the concept so next time it takes me a fraction of the time.
I use obsidian to make notes of how to install and setup applications from a fresh install, for example to install mariadb-libs when I install digikam so that I can use the mariadb database on my nas, and the way to mount my nas shares in fstab
No. Stuff I use more than once I just put in a shell file. I don’t really run much on the terminal besides those files and using it to update my system.
Sometimes I’m searching for a recipe to some obscure Linux tool and finding my own answers on Stackoverflow from ten years ago.
No never even crossed my mind but ig I was also in a competition for Linux that required me to memorize basically every single command and option
Which is bullshit tbh, which in turn is why I don’t like LPIC. Even RedHat exams give you VMs with full manpages. Know concepts and know what to expect from which tool, everything else is wasted resources.
Yup
I ctrl-r my history and set the histsize to some ludicrous value
History is documentation enough.