• Vopyr@lemmy.world
    link
    fedilink
    arrow-up
    22
    arrow-down
    2
    ·
    16 hours ago

    Over the years of using Windows (2010-2023), I don’t remember learning anything at all, only using the command line twice, once to check the hard disk and once to clean the registry… I’m in love with Linux terminal.

  • blandfordforever@lemm.ee
    link
    fedilink
    arrow-up
    27
    ·
    edit-2
    18 hours ago

    I’m sure this will draw some criticism but I’ve found duck.ai to be extremely helpful in troubleshooting minor issues with my Linux mint installation and recently with accessing and understanding SMART hard drive diagnostic data. It’s very helpful in figuring out which commands could be useful in the terminal and in understanding exactly what each terminal command is doing. Of course finding answers in forums and manuals is still relevant and important but as a beginner, this has been a fast and easy way to get advice.

    • milicent_bystandr@lemm.ee
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      12 hours ago

      Just be careful to think twice before doing what it says. (That goes for any advice from the internet too!)

      Like all the old stories of people’s GPS steering them into a lake. Let the GPS help you, but still, like, actually look at the road!

      ETA: It’s probably quite reliable at explaining what terminal commands do, since it’s drawing from many manuals. But sometimes it might completely make up the answer, in a way that’s almost right but terribly wrong. You think the command does one thing, so you use it ‘appropriately’, but really it does something else so your carefully thought out use goes completely wrong.

    • zakurei@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      17 hours ago

      That makes sense. It cuts through the RTFM bullshit, and gets you a clear answer without unnecessary ego.

    • Habahnow@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 hours ago

      Good point. I don’t know why I didn’t think about this sooner, i literally use it for other programming stuff.

  • LostXOR@fedia.io
    link
    fedilink
    arrow-up
    53
    arrow-down
    1
    ·
    21 hours ago

    And the less you use Windows, the worse you get at using it. Luckily the bar for Windows competency is pretty low, just basic critical thinking skills and Google get you far.

    • clubb@lemmy.world
      link
      fedilink
      arrow-up
      29
      arrow-down
      2
      ·
      20 hours ago

      You can make that point for any operating system, basic critical thinking could mean anything

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      5
      ·
      17 hours ago

      Honestly, potentially the more you use Windows the worse you get at it. You come to accept the garbage, but the more you try to fix it the more it fights you and the less stable it becomes. A user who just doesn’t touch anything is probably better off.

    • Shanmugha@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      19 hours ago

      /triggered/

      Oh hell no. My basic critical thinking applied to googling has got me to a forum with the solution to wi-fi not working in the form of “meh, it happens. reser all network settings and reboot”. Which became my personal turning point of “fuck this shit, I’d rather have actually debuggable software”

      /cooled down/

      Well, your point read as “look at the problem, search for solutions and you probably will find them” stands, it is the low competency bar that triggered me: to even know where crash logs etc might be on Windows is far beyond even “power user” level

      • Mesophar@pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        12 hours ago

        If you’re searching online for how to fix the problem… Couldn’t you also search online on how to find the crash logs? I fully get sometimes not having enough knowledge in a subject to even know where to begin searching, but “well, the first result wasn’t helpful, guess I’ll stop looking for an answer” and “it says to check XYZ, but I don’t know what that is. Too bad I don’t have a way to search for what things are” aren’t exactly difficult hurtles to overcome.

        • Shanmugha@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 hour ago

          I could, if only I knew they existed :)

          I only learned windows had system-level crash logs by reading someone’s post about many programs ignoring that and thus it being way less helpful than one might expect it to be, while on Linux it seems something that gets picked up quite early: the system can write “check logs using journalctl something-somethng”, vast number of posts asking to provide system logs with the commands to get them, various troubleshooting guides mentioning system logging. Though in the end this difference can be traced to difference in philosophies: neither microsoft, nor most authors of online guides have a habbit of troubleshooting things this way

  • applemao@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    18 hours 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.

    • prole@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      16 minutes 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.

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

      • milicent_bystandr@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        12 hours 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.

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

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

    • pelya@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      17 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.

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

  • SitD@lemy.lol
    link
    fedilink
    arrow-up
    24
    arrow-down
    1
    ·
    19 hours ago

    it’s a good os. on the other hand everytime i learned anything in windows it would get invalidated by new ux and new bugs…

      • LostXOR@fedia.io
        link
        fedilink
        arrow-up
        21
        ·
        21 hours ago

        Have you tried standing up from your computer and going outside? It’s the only 100% reliable way I’ve found to exit vim.

      • limerod@reddthat.com
        link
        fedilink
        arrow-up
        5
        ·
        16 hours ago

        That’s why you install Emacs and never look back. Everything you need in one program. No need to exit at all.

        • TabbsTheBat@pawb.social
          link
          fedilink
          arrow-up
          12
          ·
          edit-2
          20 hours ago

          Efficiency :3… if you need to edit text in terminal a lot, getting good with vi/vim can save a decent chunk of time, due to all the keyboard shortcuts it has

          And then other people do it cause the pros do and it’s perceived as cool

            • TabbsTheBat@pawb.social
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              13 minutes ago

              Basically just the keyboard commands afaik. In vim you move through lines with hjkl keys instead of the arrow keys, and most commands are one letter (because it works through switching modes) instead of needing to hit ctrl for every one. In effect it lets you keep your fingers on the home row at all times which means you can more seamlessly go between moving around to typing, as well as minimizing having to stretch your fingers, so less hurting hands for long editing sessions

              Personally I’ve not had enough of a need to use vim or vi or any of the other related text editors, so I can’t give more concrete examples, but ye :3… for most stuff and most people nano is gonna be good enough

        • davad@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          20 hours ago

          It’s powerful, lightweight, and ubiquitous. If you do sysadmin work, remote into a random machine, and need to update a config file, it probably has vi installed already. It’s also extensible enough to use as a full IDE.

          Personally, I like it because of how fast it feels and because I can do everything while keeping my hands on the home row of the keyboard.

          • zenforyen@feddit.org
            link
            fedilink
            arrow-up
            7
            ·
            edit-2
            15 hours ago

            Software developer here.

            I only recently switched from vim to VSCode and I refuse to use any editor without vim emulation.

            Regular expressions for quick and efficient and precise search and replace, modal editing which allows me to type di" to ‘delete inside current double quotes’ (needs vim-surround plugin), typing 123gg to go to line 123, press % to switch between any pair of marching braces, brackets or parentheses, and all sorts of such efficient goodies.

            It’s not only efficient, vi has a whole concept, a philosophy how you can build quick editing commands. It’s not like remembering random shortcuts like Ctrl-C Ctrl-V. Once you understand the language, it becomes second nature and you can translate something you want to do into 5 key strokes which would need 100 otherwise or would involve the mouse and clicking and selecting etc.

            I’m not even that good at vim, I’m just using the surface features.

            It has very good reasons why every notable editor provides some form of vi editing emulation.

        • Luffy@lemmy.ml
          link
          fedilink
          arrow-up
          6
          ·
          20 hours ago

          Because especially for very low profile systems its more than enough, so you dont need to use something like vim or nvim.

      • TabbsTheBat@pawb.social
        link
        fedilink
        arrow-up
        4
        ·
        20 hours ago

        Real :3

        Though actually most of the stuff I had not work on my system was cause of flatpak permissions x3

        • Monstrosity@lemm.ee
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          17 hours ago

          If you haven’t already, try Flatseal, it’s a gui to deal w/ Flatpak permission (such a PITA).

          The last time I broke my system, it was because I removed a folder called /home/monstrosity/home/monstrosity/.

          When I deleted the weird duplicate home folder, it broke the entire desktop environment & I had to use the terminal to log in and reinstall. I have no idea which of my numerous ‘fucking around’ sessions caused any of it lol

    • cRazi_man@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      20 hours ago

      I’m getting better at finding new ways to break my installation. Now I don’t mess with things and just use it as is. Might start messing with stuff on my laptop rather than PC so I can mess up there instead.

    • kevlar21@lemm.ee
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      20 hours ago

      Not me! It’s been too reliable and everything that I need works fine without much effort at all, so I never get any experience troubleshooting or using the command line.

    • davad@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      20 hours ago

      I’m about at that point. I had to set up a Windows VM last year to do some testing. It was more of a struggle to install than I expected.

      • TimeSquirrel@kbin.melroy.org
        link
        fedilink
        arrow-up
        4
        ·
        20 hours ago

        I stopped using it regularly several years ago, then I come back to help someone install it and it took me more time than I want to admit to figure out how to make a local account that wasn’t attached to a Microsoft cloud account.

          • applemao@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            18 hours ago

            By design. Soon ms won’t allow you to even have the OS installed, it will only be internet accessible (no internet=no pc usage) so they can steal more data for free.

    • Vopyr@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      Nah, even a kid can handle Windows. But after becoming a Linux user, I don’t even want to look at Windows, that’s for sure.

      • LordKitsuna@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        14 hours ago

        A young enough kid can handle just about anything put in front of them at the same rate. When you are learning from zero there isn’t a ton of difference.

        I mean early 2000s? Oh windows easier 100%. But today? Both are easy im different ways and to a child just starting out on computer it won’t matter

  • Lembot_0001@lemm.ee
    link
    fedilink
    arrow-up
    13
    ·
    21 hours ago

    That’s why sausages are better than Linux: you can start using them on a professional level right from the start. And as a bonus sausages don’t use Nvidia!

  • qyron@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    17 hours ago

    Meanwhile, when, as a little more than a basic user, I look at my system, feeling as if I’m dealing with a dumpster fire just to have that nagging recurrent insight: “I actually have a brain and can learn!”

  • rickdg@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    17 hours ago

    You can actually go through the motions for years and learn nothing if the software allows for it.

  • SoftestSapphic@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    18 hours ago

    Hopefully we can make progress on the “getting people started” front instead of the “I hate UI and am superior to others” circlejerk