• @[email protected]
    link
    fedilink
    213 months ago

    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.

    • @[email protected]
      link
      fedilink
      English
      9
      edit-2
      3 months ago

      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.

      • @[email protected]
        link
        fedilink
        53 months ago

        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.

    • @[email protected]
      link
      fedilink
      English
      13 months 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

      • @[email protected]
        link
        fedilink
        English
        33 months ago

        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.

    • pelya
      link
      fedilink
      23 months ago

      Sometimes I’m searching for a recipe to some obscure Linux tool and finding my own answers on Stackoverflow from ten years ago.

    • @[email protected]
      link
      fedilink
      23 months ago

      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.

    • MrPistachios
      link
      fedilink
      English
      53 months ago

      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

    • @[email protected]
      link
      fedilink
      English
      33 months ago

      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.

    • @[email protected]
      link
      fedilink
      43 months ago

      I press up key in terminal to find my commands, as for shortcuts I only use a few so I already remembered all of them

    • @[email protected]
      link
      fedilink
      3
      edit-2
      3 months ago

      I use KDE, and I put a sticky note widget on my top bar, so when you click it, it drops down (and then disappears when you click off of it). Whatever is on it is saved between sessions.

      Works great for this kind of thing.

      Edit: I also put a webbrowser widget up there that points to this handy site: https://linuxcommandlibrary.com/

      Same deal, click the icon and the site drops down.

    • r.EndTimes
      link
      fedilink
      English
      33 months ago

      Just go up arrow til you dont need to anymore lol, i sometimes keep a sticky note, wish gnome had a sticky note in the topbar extension

    • @[email protected]
      link
      fedilink
      English
      23 months ago

      I’ve got things that need to run periodically set up in crontab, and create menu launchers for things that I run as needed.