I start: the most important thing is not the desktop, it’s the package manager.

  • Tom
    link
    fedilink
    8510 months ago

    That after getting used to Linux I will hate to be forced to use less free operating systems.

      • @Holzkohlen@feddit.de
        link
        fedilink
        410 months ago

        I could but I always get a feeling like I’m being monitored constantly. Like imagine being at work and if you don’t move your mouse for a few minutes you’d get a warning or something. Or remember using a computer at school where the teacher could literally see the screen of every student, yeah like that.

    • 𝕸𝖔𝖘𝖘
      link
      fedilink
      English
      710 months ago

      Used to use gedit, the found nano and it was awesome. Then found Vim… I RAN back to nano haha

      • @lud@lemm.ee
        link
        fedilink
        610 months ago

        Try micro.

        It’s much better and quite easy if not easier to use than nano. It should really be the default simple editor.

      • @moormaan@lemmy.ca
        link
        fedilink
        4
        edit-2
        10 months ago

        I hear you 😁. For whatever reason I stuck with the Vim tutorial and did it a few times over the years. Now I’m using the IdeaVIM extension in IntelliJ - that mode system is just sooo powerful. It has a horrible learning curve, yes, but if you manage to stick with it, it pays huge dividends. I probably know, like, 18% of all commands, and it completely changed how I edit files (mostly for coding, but also text).

        • 𝕸𝖔𝖘𝖘
          link
          fedilink
          English
          210 months ago

          Alright alright. You win haha seriously, you’ve convinced me to give vim another chance.

          • @JaxNakamura@programming.dev
            link
            fedilink
            2
            edit-2
            10 months ago

            Use vimtutor. It comes with vim and teaches you to the basic vim commands from within vim.

            And don’t worry about exiting vim, that’s lesson 1.2 :)

            • 𝕸𝖔𝖘𝖘
              link
              fedilink
              English
              210 months ago

              Hahaha!!! I actually know how to exit Vim. Had to learn it when setting up a server config on a server that only had Vim installed. Once set up, nano got installed.

              This vimtutor looks pretty awesome, and I can’t wait to get learning on it. In all honesty, vim does looks super helpful. It’s just that I usually use text editors to quickly setup configs, when gui won’t do or I’m just done with gui for the moment. During those times, my patience is usually low, and searching how to save or quit or open or do any other basic functionality, reduces that patience further. But vimtutor makes it a point to learn vim when I’m not trying to get in, get it done, and get out. This may work for me. I may actually learn vim!

    • @Swarfega@lemm.ee
      link
      fedilink
      English
      410 months ago

      I remember, back in the day, I asked on IRC how to edit a file in Linux. Someone said vi. Little did I know that in chat someone said, the next question is how do I quit. I asked that exact question. Yes chat erupted.

    • @ExLisper@linux.community
      link
      fedilink
      English
      310 months ago

      I vaguely remember pressing Alt+F4 while trying to close vim in a terminal once. It did switch to me login prompt so I thought it worked.

    • @Slotos@feddit.nl
      link
      fedilink
      210 months ago

      Either by making it segfault or you don’t.

      I got a whole software developer career going out of my attempts to exit vim.

    • Fonzie!
      link
      fedilink
      110 months ago

      For people who actually don’t know this, yet: Type :x.
      This means “eXit, save any changes”

      If you want to leave and discard your changes, type :q!
      The :q means “Quit”, without any other instructions. This will warn you if you changed anything, adding ! means “force this command”.

  • Aa!
    link
    fedilink
    4010 months ago

    I guess the main things would be:

    • As a beginner, don’t bother trying to dual boot – If you still need a Windows box, get some cheap hardware to do your Linux work on. It’s too easy to screw up both systems otherwise.
    • Don’t get too hung up on a specific distro, the better you are at dealing with different configurations, the better prepared you will be for whatever comes. Once you’ve gotten one set up, don’t be afraid to just try a different one.
    • Dandroid
      link
      fedilink
      3110 months ago

      I never had a problem dual booting, even as a beginner. I always kept everything on two separate drives, though, each with their own EFI partition.

      • spez
        link
        fedilink
        English
        710 months ago

        I kept them on the same drive, different EFI partitions.

        • @Jayb151@lemmy.world
          link
          fedilink
          210 months ago

          I’ve also always done dual boot on one drive, no real problems other than when I know I caused the problem.

          Also… What’s up with that user name?

    • @flashgnash@lemm.ee
      link
      fedilink
      610 months ago

      I did the opposite, have always dual booted my laptops and had win on my PC until quite recently now that I’m comfortable enough not to need a safety net anymore

  • Montagge
    link
    fedilink
    3610 months ago

    That I could put /home on a different drive
    That I would never boot into Windows again so having partitions for it was a waste of time
    That mounting drives with their uuid as the mount location is insane

    • @SneakyThunder@sh.itjust.works
      link
      fedilink
      910 months ago

      That mounting drives with their uuid as the mount location is insane

      Why tho? Kernel sometimes can index drives in different order (if you have multiple drives), screwing your mount locations. But UUID is always the same

        • @Holzkohlen@feddit.de
          link
          fedilink
          3
          edit-2
          10 months ago

          But why would I even try to remember them? Just look them up. Nowadays I don’t even see them since I use Gnome Disk Utility or KDE partition manager to automount them (they both just write to your /etc/fstab)

          • @GamingChairModel@lemmy.world
            link
            fedilink
            110 months ago

            But why would I even try to remember them? Just look them up.

            For me, I used labels when setting up those volumes manually. Creating a LUKS container, setting up LVM groups and volumes, configuring my bootloader to decrypt the correct encrypted disk, etc. It was just easier to remember which device label was my encrypted container, which was the group, and what the different volumes were. And once the labels were made, well, I just used them.

      • Montagge
        link
        fedilink
        310 months ago

        It’s just really long is all. I wish I had given it something shorter but descriptive.

  • @Cwilliams@beehaw.org
    link
    fedilink
    3410 months ago

    I learned to never settle. If you don’t like the default workflow of Gnome, try some extensions, or even a different DE. Same with Package Managers. If you don’t like the syntax, make an alias. Don’t just “deal with it”. Windows has brainwashed people into thinking that there is only one way to do a thing.

    • @s20@lemmy.ml
      link
      fedilink
      410 months ago

      This is kinda funny to me because I hadn’t realized how terrible the Windows workflow was for me until Gnome 3 came out.

      Ever since, while I’ll use extensions for stuff like alphabetical app grid and Caffeine, I never do anything that changes the Gnome workflow. It’s not for everyone, but it absolutely is for me.

    • Dudewitbow
      link
      fedilink
      310 months ago

      Its why I always find it funny when people complain about changes to the start bar, because surely there isnt a bunch of 3rd party options in existance that change it, and can mimic 7’s start bar.

      • @lud@lemm.ee
        link
        fedilink
        210 months ago

        I have heard that shell replacements are often very buggy on Windows.

        • Dudewitbow
          link
          fedilink
          310 months ago

          Ive been using classic(then open) shell since moving off of 7 for consistency. for the most part, there haven’t been any serious bugs that im aware of. Because the app works between windows versions, start bar for me at least has been pretty much consistent since windows 7 existed, and the stuff id adjust to would be changes in some apps (e.g control panel > settings) that happened overtime.

          The problem of some users is they want the vanilla experience to be what they want when there are options to not make something vanilla. Similar to debates on linux distros on whether you want a very specific UI design vs having a distro that is personalizable and customizable based on preference.

    • @flashgnash@lemm.ee
      link
      fedilink
      210 months ago

      See I’ve run into an issue now where I like and am used to GNOME, but I also want to try a tiling WM and doesn’t seem like there’s really a good way to do that in gnome

      • L3ft_F13ld!
        link
        fedilink
        210 months ago

        You can install the tiling WM and try it seperately. Might even be possible to combine them too, but that might get pretty involved and hacky since Gnome doesn’t like it when you stray from “the path” that they deem correct.

        • @flashgnash@lemm.ee
          link
          fedilink
          210 months ago

          I’d probably just do one or the other, don’t want to be using nonstandard stuff within my non-standard stuff

          • L3ft_F13ld!
            link
            fedilink
            210 months ago

            I know XFCE is a popular choice for people who want to add a tiling WM. That was a combo that I heard about quite a bit in the past if that’s something you’d wanna try. XFCE + i3 might be nice.

  • @eldavi@lemmy.ml
    link
    fedilink
    3410 months ago

    The 1:1 windows:Linux replacement is just a means to keep you on Windows. Once you learn Linux, you’ll come to understand how much of a farce it is and how it’s designed to keep you away

  • Trying not to make it windows.

    There’s a lot of conveniences that Windows comes default with.

    When I switched to Linux, my immediate goal was to find alternatives for EVERYTHING. That lead to being disappointed by a lot.

    Understanding Linux and also recognizing there’s a lot of shit I don’t need (that windows was giving me for the sake of VALUE) was a game changer.

    • @secret301@sh.itjust.works
      link
      fedilink
      1010 months ago

      Understanding Linux and also recognizing there’s a lot of shit I don’t need (that windows was giving me for the sake of VALUE) was a game changer.

      This 100%! After using Linux for the past few years I’ve realized a lot of the crap windows has by default is stuffed in there to have something to market.

    • Rusty
      link
      fedilink
      English
      110 months ago

      Nowadays there’s a lot of good alternatives for everything, including windows hello for any password prompt

  • Papamousse
    link
    fedilink
    2510 months ago

    It was free, I could not afford a Sun workstation and Minix had problems, so when this Finnish guy wrote in Usenet that he was working on a free kernel/OS, it was cool!

      • @Cpo@lemm.ee
        link
        fedilink
        410 months ago

        The biggest bonus to the democratic world stems from just one individual. And the rest of the world believing in his idea.

        So never say that just you cannot make a difference in this world.

        Because you can!

    • @argv_minus_one@beehaw.org
      link
      fedilink
      210 months ago

      386BSD was a thing back then too, but there was the AT&T lawsuit that scared everyone away. That gave Linux an opportunity.

  • @heartlessevil@lemmy.one
    link
    fedilink
    English
    2410 months ago

    Linux is pretty easy to use nowadays. The only thing I would check before switching is driver compatibility.

    • @flashgnash@lemm.ee
      link
      fedilink
      810 months ago

      Installed distrobox on NixOS because I was worried being limited to only nixpkgs and have not touched it once lol

      Same goes for the windows VM except for the time I needed to run excel macros for work

      • @null@slrpnk.net
        link
        fedilink
        610 months ago

        Worried about being limited to only the biggest selection of packages available. Does not compute.

        • @babeuh@lemmy.world
          link
          fedilink
          110 months ago

          Here’s a graph, it should be fine for your package needs: Graph

          This is not totally accurate because nixpkgs also packages some packages that wouldn’t be in the system package manager like Python and Haskell packages. Excluding those it’s pretty much the same as the AUR

      • I did on my Nix, there was a package in Nixpkgs that was outdated, so I had the opportunity to use distrobox for that, at leqst temporarily until they update the package.

    • 𝕸𝖔𝖘𝖘
      link
      fedilink
      English
      310 months ago

      Am I reading the readme correctly in that I can run apt-get within distrobox on Fedora, and not be limited to dnf packages?

  • supert
    link
    fedilink
    1910 months ago
    • tab completion in bash
    • vim
    • zfs
    • git (though it didn’t exist then)
    • @argv_minus_one@beehaw.org
      link
      fedilink
      310 months ago

      I wouldn’t use ZFS. Too risky. If a new kernel comes along and ZFS fails to build or something, my system will be unbootable.

      Btrfs scratches my copy-on-write/checksum/integrated RAID itch well enough anyway.

      • supert
        link
        fedilink
        110 months ago

        Nix and ubuntu have in kernel support. Void’s module build system also prevents this situation. I use nix and void, so have never faced this problem.

      • supert
        link
        fedilink
        210 months ago

        I gave up on btrfs when Icouldn’t recover from a full disk situation (years ago, may be better nwo). But zfs tooling is so good, reliable and intuitive, I’d not want to switch anyway.

    • @rotopenguin@infosec.pub
      link
      fedilink
      English
      310 months ago

      By the time you’ve dressed out an Rpi to be halfway usable, you’ve spent about as much as a decent NUC. And all you have to show for it is a slow-as-mud sd card, hardly any video acceleration, a USB stack that only crashes sometimes, a busy OOM killer, and no software.

      Get an N95 based nuc. A Beelink with 8/256 runs about $150, and it just works. (Well, you might need pcie_aspm=off).

  • EponymousBosh
    link
    fedilink
    1510 months ago

    I wish I’d known how much of a pain in the ass having an NVIDIA card would be. I would have gotten a different computer.