• Geodad@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    13 days ago

    Don’t be elitist. You were a noob once, and someone helped you along the way.

    The more people who leave corporate platforms, the better. Punch up, not down.

  • MTK@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    12 days ago

    Yeah? No looking it up, give me a bash script for a ping scan of a subnet with a 24 bit mask.

    • ihawk@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      12 days ago

      #!/bin/bash

      for i in 0…254; do ping -c 4 10.0.0.$i &; done

      wait

      Throwing that many background tasks at once is a little risky, but awesome

    • dream_weasel@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      12 days ago

      #!/bin/bash

      ping 255.255.255.0 > checker &

      sleep 5

      kill “$!”

      grep unreachable checker || echo ‘255.255.255.0’

      ping 255.255.255.1 > checker &

      sleep 5

      kill “$!”

      grep unreachable checker || echo ‘255.255.255.1’

      ping 255.255.255.2 > checker &

      sleep 5

      kill “$!”

      grep unreachable checker || echo ‘255.255.255.2’

      Did I do it coach? 😭

    • gens@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      12 days ago

      nmap -sn x.x.0.0/24 I think, was a while. Pure coincidence how I know.

      Edit: no, it’s one less x because 16 is the middle.

  • slacktoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 days ago

    I know this is a joke but I genuinely get annoyed by people who seriously believe this.

    • Ziglin (it/they)@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      11 days ago

      I mean I do reserve the right to get annoyed when I’m asked for help because windows messed something up and they want it fixed in windows.

      In that cases while perhaps a little less polite and more over the top than I would phrase it the meme’s end at least is valid in my opinion.

      I also very quickly get frustrated when people fail to follow the instructions with a program.

      • slacktoid@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 days ago

        I just say I don’t use windows anymore so I can’t help you from the windows side of things.

        And not following instructions are something that needs to be undone slowly. I tend to just point out the instructions they missed and how they could have avoided the whole ordeal if they read that. Unfortunately you need to teach (or unlearn the windows habit) people that in Linux there’s no BS next next next where there’s no useful info given.

        • Ziglin (it/they)@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 days ago

          I just say I don’t use windows anymore so I can’t help you from the windows side of things.

          And yet they come back again and again :(

          I think the rest I would agree with, I’m just impatient with that.

      • Sunsofold@lemmings.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        Unfortunately, people like that are an outsized problem wherever they exist. The extremes are often the most visible parts of a group, especially in the world of algorithmic relevance. If you really want to see whatever your group is achieve cultural success, those people are counterproductive.

  • wpb@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    12 days ago

    I’m kind of surprised at the number of people taking this post seriously.

          • Matriks404@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            11 days ago

            I think at least few years ago it was much better for laptops if you cared about your laptop’s battery life (on Windows). Not sure how it’s nowadays, or if it works the same way on Linux.

            I think in the end, if you need Chromium-based browser and want something that is supported by bigger corporation for some reason, you need to decide which company you hate more and use competitor’s product.

  • Hyphlosion@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    12 days ago

    While y’all were beating your chests over PC operating systems, I was simply browsing lemmy on my phone.

  • Matriks404@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    13 days ago

    I’ve switched to Debian GNU/Linux, because I figured out it’s easier to manage than modern Windows anyways.

    I’ve ended up taking notes on personal MediaWiki instance on various Unix/GNU commands, and various other stuff.

    Also ended up finding 7 bugs (for now) mostly in APT/Aptitude and their documentation (didn’t report them yet).

    Don’t mind me, I am just a self-diagnosed autist (lmao).

  • Crashumbc@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    I find it amussing that tech bros think the average home user will care… They’ll keep using Win 10 like nothing has changed. I knew people still happily using XP in 2014…

  • Evil_Shrubbery@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    13 days ago

    Excel is basically a bunch of CLIs.

    :'(

    Also GIMP skills, not to be mistaken with gimp skills (tho there is some overlap in users).