I thought it’d be a pain but installing programs through the terminal is actually so nice, I never would have expected it

  • glitchdx@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    49 minutes ago

    if I could copy pasta with ctrl-c and ctrl-v in terminal, then 90% of my hatred of the command line would evaporate instantly.

      • glitchdx@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        38 minutes ago

        I don’t want to pasta with middle click. I want to scroll with middle click. I want to pasta with ctrl-v.

        • MonkeMischief@lemmy.today
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          10 minutes ago

          I don’t want to pasta with middle click. I want to scroll with middle click. I want to pasta with ctrl-v.

          🍝🤌🤌🤌

          Lol jokes aside, like they said above just add a shift and you’re good. Ctrl+shift+c and Ctrl+shift+v a’cut’a a’nna pasta jus’sa fine! Muah!

    • Trainguyrom@reddthat.com
      link
      fedilink
      English
      arrow-up
      8
      ·
      5 hours ago

      As an administrator, powershell is an essential tool these days. There are tunables that Microsoft simply only exposes via powershell even in their cloud Microsoft 365 environments. Just last month I had to rely on Powershell to trim previous versions on SharePoint, and 2 weeks ago I had to use Powershell to adjust a parameter on Exchange.

      But also being able to pop a Powershell session and quickly apply a registry fix or run a diagnostic command or even just install a piece of software without disrupting a user’s work is absolutely brilliant (plus saves a call when I can just email back and say “I’ve pushed it remotely, reboot and it should be sorted now”)

      • Hawke@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        5 hours ago

        As a sometimes Windows admin, I completely agree. Plus so many things that become simple one-liners instead of taking forever farting around in a GUI tool where a little misclick screws up everything and documentation requires 27 pages of giant screenshots.

  • Kualdir@feddit.nl
    link
    fedilink
    arrow-up
    6
    ·
    13 hours ago

    I installed mint yesterday and am having a PAIN installing anything not in the software manager. Currently stuck on teamspeak as my first thing to try. Got a tar.gz and can’t find anything well explained online (as of yet, it was already 3 hours just to get mint to dual boot and I was exhausted)

    • Kualdir@feddit.nl
      link
      fedilink
      arrow-up
      2
      ·
      58 minutes ago

      Imma just update: I have given up and wiped the drive to use it as a game drive for windows again. Each turn just gave hours of headache and I’m just done trying.

      Installing Mint took over 3 hours of searching obscure errors with solutions that were way too technical. In the end having gone from 5pm to 11pm just to get Mint dual booting. Got it installed and got teamspeak and stuff installed, after a bit too long having to find out but that’s fine. Spent 4 hours trying to get steam games to run, not a single working boot and couldn’t find anything online.

      I might try again once I get my new AMD based game pc whenever I have budget for it. But for now, nah this took too long and took way too much effort. I just started a new work project which has already been exhausting and I just plain don’t have the energy to bother with this. Its not plug and play like people like to say online.

    • TimeNaan@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      12 hours ago

      With .tar.gz software usually the steps are:

      1. Extract the archive
      2. Find a file with the .sh extention - that’s the shell script. It will most likely be named something like install.sh
      3. Make it executable - by right clicking and enabling it in the properties or by opening a terminal in this folder and using a command:
      chmod +x install.sh
      
      1. Run the installer in the terminal:
      ./install.sh
      

      It might ask you to run it as root and quit. In that case put a sudo before the command above and it will ask you for your password

      sudo ./install.sh
      

      And tbat’s it, installation should begin. Follow the instructions in your terminal.

    • Allero@lemmy.today
      link
      fedilink
      arrow-up
      5
      ·
      13 hours ago

      Can’t say for TeamSpeak, but will say for Linux: setting everything up and figuring out your steps in edge cases is the hardest part. Once you figure it out, it gets so much easier.

  • it_depends_man@lemmy.world
    link
    fedilink
    arrow-up
    111
    arrow-down
    1
    ·
    23 hours ago

    Also, updates.

    “hey computer! Update!”

    “Sure thing, here is a list of 57 packages I will update, y/n?”

    “y”

    “ok… done!”

    👌

    • KneeTitts@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      5 hours ago

      Guess what I did last night? I spent 4 hours working on getting PSD, XCF and KRA thumbnailers working in Mint. It took custom scripts to be written and each one required different commands because KRA files are just a zip file so you have to extract that and grab one of 3 possible preview files that might exist inside that zip and make that the thumbnail, while in gimp files you cant just use convert command, even convert[0] will only turn the first layer into a thumbnail and thats completely useless. And to top off all that, I finally got thumbnails working in gnome/nautilus but Only the XCF thumbs will generate in cinnamon/nemo (I still have no clue why that is) but I cannot just switch to gnome because there is technically no gnome variant of Mint so gnome doesnt work 100%… etc etc etc

      Linux is still not there, this stuff should be simple and automatic. If a 20 year professional took 4 hours to get this far, the average user will give up immediately. Yes Mint is still my daily driver, but seriously thumbnails should not be this much work.

      • sqw@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        4 hours ago

        publish your scripts and you might save the next guy some hours 🙂

    • Pennomi@lemmy.world
      link
      fedilink
      English
      arrow-up
      88
      ·
      22 hours ago

      But how do Linux users handle the crippling loneliness of their operating system not pestering them with ads on every update? How else can you know if your computer loves you? Where is the warmth of the corporate embrace?

    • wise_pancake@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      22 hours ago

      “Hey computer, I don’t like when you ask for that confirmation, just do it”

      “Oh, -y, I got you”

    • Kecessa@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      ·
      21 hours ago

      Two clicks with the update thingy on Mint, if I could never have to use the terminal I might be tempted to uninstall Windows completely.

  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    78
    ·
    22 hours ago

    The Windows terminal has some very good commands. ‘ssh username@server’ can log you right into a Linux machine!

  • hansolo@lemm.ee
    link
    fedilink
    English
    arrow-up
    53
    ·
    23 hours ago

    I once installed HP shitbox printer drivers from the command line in 30 seconds, and the shitbox printer just…worked.

    My heart soared higher than the eagle. I touched the face of the one true FOSS God, and felt that thing when astronauts have epiphanies about the Earth. 10/10, would recommend.

    • wise_pancake@lemmy.ca
      link
      fedilink
      arrow-up
      26
      ·
      22 hours ago

      The moment I loved the FOSS community was when I went on an Linux IRC channel, complained about my wifi not working, and some stranger messaged me detailed instructions with a patch in 20 minutes that completely fixed my issue.

      • Kecessa@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        ·
        21 hours ago

        At the same time it encourages people to just trust whatever people are telling them to input in the terminal, which is potentially dangerous.

    • Lucy :3@feddit.org
      link
      fedilink
      arrow-up
      13
      ·
      edit-2
      22 hours ago

      I once plugged my linux laptop into the scanner and it just worked

      I spent days tinkering with proprietary, outdated (seriously, win XP as target) programs that provide sort-of drivers, and nothing worked, on windows.

      • TunaLobster@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        21 hours ago

        I think that is just wildly amazing that printer drivers in Linux so often just work. I plugged in a wireless printer the other day and the hardest part was connecting it to the network. Once that was done BOOM Ubuntu found it and I could print. Those driver maintainers are doing a great job!

        • superkret@feddit.org
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          11 hours ago

          Funnily enough, you have the Apple folks to thank for that.
          sane-airprint is a Mac invention, but Macs use the common Unix printer system, so Linux benefits from it

        • Lucy :3@feddit.org
          link
          fedilink
          arrow-up
          8
          ·
          21 hours ago

          Capitalism vs Communism on a small scale

          One is “We’re not making profit anymore, so not paying anyone to do this. Also not publishing the source because of IP.”, the other one is “I have fun doing this, I think I’ll adapt the driver to my printer. Open ofc, so others can benefit, while all others, including me, benefit from others achievements.”

    • Colloidal@programming.dev
      link
      fedilink
      English
      arrow-up
      6
      ·
      20 hours ago

      Mine worked out of the box on mint. Like, it detected the network HP shitbox and I could print, no user intervention. I was floored.

  • applemao@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    16 hours ago

    Isn’t it fun? It’s like owning your car and learning what everything actually does, and figuring out how to fix it. And having an amazing community to boot!. I enjoy it.

    • sykaster@feddit.nl
      link
      fedilink
      English
      arrow-up
      5
      ·
      14 hours ago

      I’m thinking of making Linux my daily driver apart for some software I need for work. People are super positive about it on here, but isn’t it still the case that some peripherals won’t work? Or that I’ll spend a ton of time making the system work instead of actually using the system?

      It would be for gaming that I’d use the Linux installation mostly.

      • applemao@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        6 hours ago

        It depends a lot on your hardware. All of my stuff was picked up instantly (all AMD), my kb/mouse/tartarus of course, and my Logitech wheel. Now if you mean VR, linux struggles with that right now at least for oculus. The vive is ok with steam only games I heard.

        I treat it a lot like an old car. I love it and tinkering on it is fun, but if an emergency pops up and I have to, I can reboot into windows. Really trying to never have to do that, except for VR and games like PUBG (which yeah we shouldn’t support but my friends and I still like it sometimes).

        If you’re the type that craves learning and the journey is more fun than the goal (ie, me), then do it! I just put mint and popos on 3 different computers and have been having a lot of fun with it.

      • Jankatarch@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        13 hours ago

        Speaking from personal experience but pretty universal one at that.

        Once terminal kinda “clicks” you will get the urge to tweak stuff. It happens because there is bunch “demo apps” that are just cool to mess around with but simply don’t get known on co-orperate OS. Check this as example.

        If games you play or tools you use can be fitted to linux, at some point you will port 80% of your workflow just messing around during the tweaking. Like when you do your first rice.

        And after that you can confidently chose if you want to add on to that or continue dualboot.

  • amotio@lemmy.world
    link
    fedilink
    arrow-up
    21
    arrow-down
    3
    ·
    23 hours ago

    Just wait when you try AUR on arch systems. I was long time ubuntu based user but once I tasted rolling release and AUR I don’t want to go back.

    • Owl@mander.xyz
      link
      fedilink
      arrow-up
      21
      arrow-down
      1
      ·
      23 hours ago

      It is going to make to want to go back

      Someday

      When you least expect it, and have a deadline

      • rickrolled767@ttrpg.network
        link
        fedilink
        arrow-up
        13
        ·
        23 hours ago

        For me that day was yesterday. Ran an update. Next bootup got a black screen.

        Saw it as a sign that it’s time to distro hop again lol

        • Full Throttle@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          23 hours ago

          I know the feeling! I’ve been happily rolling with opensuse tumbleweed for almost a year now. Btrfs rollback is a life saver (2 times). Less than 5 minutes for a rollback. Other than that, pretty solid…

      • amotio@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        21 hours ago

        That happened to me few times, once GPU driver update, once grub update, both relatively easy to fix by searching the error on Endeavour forums and reading their official updates. And both of these issues was me not reading the update notes.

        And when I was once forced to reinstall it was matter of an hour at most to have PC with working environment up and running, thanks to separate home mount and keeping all my installation notes in one place.

        But one can do that with Ubuntu too.

        I learnt one lesson from my manny distro-hopping sessions in the last 12 years, allways separate home from system amd keep all essential installation scripts and files in one place.

    • RustyNova@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      23 hours ago

      I was a Nobara user and I’ve gone back. Too many updates that Bork the DE/bootloader (TBF it’s not as maintained as AUR) As for fedora… Random NVidia update borked the system too… But I’m resigned as my GPU being cursed rather than the distro being the isue

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

    It’s insane to me that Windows still doesn’t have a proper package manager. When you need to upgrade a program you’re expected to go to their website and download the latest version, or update it with its own update mechanism.

    • Integrate777@discuss.online
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      21 hours ago

      They do, several third party options and of course the Microsoft store too. It’s the users who are stuck in their old ways, which ironically is the harder way. Weird.

    • Dudewitbow@lemmy.zip
      link
      fedilink
      arrow-up
      3
      ·
      20 hours ago

      i mean its just a matter that app makers avoid the windows store. the only companies i recall I remotely use on the windows store are nvidias control panel (which is ironically being depricated for nvidia app and updates itself).

      companies just don’t want to use the windows store aome because of the fear at some point if microsoft wants to take a cut of profits, they could strong arm it like android/ios/game console OS. Linux has the advantage that people will trust that repositories wont be paid.

    • Kecessa@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      21 hours ago

      At the same time if there’s a software I don’t use often I’m not wasting my time updating it every time I update everything else. So for example I haven’t played a game on the Ubisoft launcher in about a year, next time I do it will update to the current version from last year’s version and that will be it.

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      14
      ·
      23 hours ago

      FWIW, most Debians (which includes Ubuntu and Mint) have Ctrl+Alt+T set to open the default terminal program without needing to install anything else. This is usually reconfigurable in the system settings too if that’s an awkward stretch.

      But I get that people like the drop-down terminals too, for which see also Yakuake and Guake.

      • sbv@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        20 hours ago

        Before Tilde and friends, that’s what I use. I prefer having a drop-down with the same terminal session.

        But that’s a handy default.

    • SpaceNoodle@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      23 hours ago

      For a moment I wondered why I never bound a hotkey thusly, but it’s because I simply almost always have at least one terminal open in each workspace.

      • sbv@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        20 hours ago

        I don’t really use a mouse or window switcher, so I prefer the dedicated hotkey. It’s nice to have a single keystroke that brings me in or out of the same terminal across every desktop.