• applemao@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    1 day 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.

    • varyingExpertise@feddit.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      17 hours 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.

    • NeatoBuilds@lemmy.today
      link
      fedilink
      English
      arrow-up
      4
      ·
      21 hours 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

    • pelya@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      23 hours ago

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

    • madame_gaymes@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      1 day 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.

    • SaharaMaleikuhm@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      22 hours 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.

    • histic@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      23 hours 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

      • varyingExpertise@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 hours 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.