• /home/pineapplelover@lemm.ee
    link
    fedilink
    arrow-up
    10
    ·
    7 days ago

    Practice I guess. Especially using cli for specific tasks that is done more efficiently on there than the gui.

    Moving files using regex for example is useful. Or finding files with specific phrases in them. Stuff like that

  • spv.sh@lemmy.spv.sh
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    in my experience, practice, practice, and more practice. but “just git gud m8” isn’t really helpful advice. if you don’t have half a decade on hand, i can make a few more practical recommendations.

    a shell that can do argument autocomplete is your best friend. personally, i use zsh + ohmyzsh + fzf + fzf-tab, but i’m sure there are other configs, and i’ve heard ohmyzsh is a bit of a nightmare, though i haven’t had too many issues.

    so let’s say you’re running the one rsync command this month, and you forgot the args, just tab-tab and you can search through the arguments with fzf.

    fuzzy search of autocompleted command arguments

  • josefo@leminal.space
    link
    fedilink
    arrow-up
    10
    ·
    7 days ago

    For me it was self hosting, aka not having a choice but to learn. I’ll be dead before using remote desktop for that.

    Also, self hosting gives you real motivation, because you actually need to do things, carry tasks, not just learning for the sake of it. Your efforts get immediately rewarded with functioning things.

    • utopiah@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      7 days ago

      real motivation, because you actually need to do things, carry tasks, not just learning for the sake of it. Your efforts get immediately rewarded with functioning things.

      Yes indeed, and that’s true for any challenging skill to hone.

  • Shayeta@feddit.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    6 days ago

    Knowing:

    • pwd, ls, cd, cat/less, cp, mv, rm, rmdir, rm -rf, ls -lah
    • command --help
    • man command | grep thing I care about
    • bonus points if you have tldr command installed
  • Fizz@lemmy.nz
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    Doing hackthebox or other CTF challenges, Using CLI software, writing bash scripts.

  • phantomwise@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 days ago

    I have no clue… I grew up on Windows 3.11 and I thought Windows was kinda lame while MS-DOS was the coolest thing ever because you typed things like magic spells 😅

    • bitjunkie@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      6 days ago

      This right here (more or less - first home PC was Win95, but it still relied pretty heavily on DOS, esp for games). I loved the RPGs where you typed in your actions, too.

  • skozzii@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    6 days ago

    When you aren’t in a rush try to do stuff in command instead, looking for a file? , try to find it in command. Need to copy and move a folder? Don’t use your file manager, use the command line instead.

    Eventually you will piece together the bits you learn and it starts to make sense, and then you feel like a God. Lol.

    • pineapple@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 days ago

      I 100% agree. I’m still relatively new but this helped me become much more confident.

  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    7 days ago

    I am a Linux noob as far as the desktop goes. But I’m quite comfortable in the terminal because for years I’ve maintained a home server running Debian. After I install the OS, I unplug the keyboard and monitor and the only way to talk to that box is through SSH.

  • zapz@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    7 days ago

    I want a dropdown terminal la guake and yuake. Both options don’t work on my Fedora. Because of this, I almost never use the terminal.