• 0 Posts
  • 39 Comments
Joined 1 年前
cake
Cake day: 2023年7月3日

help-circle
  • ScottE@lemm.eetoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 个月前

    And I hate when people take a single case and extrapolate it as a general statement.

    By that argument Ubuntu is equally unstable as they have rolled out updates that broke grub resulting in unbootable systems - not during a full distro upgrade, but as Ubuntu specific patches to LTS.

    In the end, we have choice, and choice is a good thing.


  • ScottE@lemm.eetoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 个月前

    Arch is not harder to maintain not is it easier to break, that’s a myth. If anything, it’s the opposite, as a rolling release stays up to date, though it relies on the user keeping it up to date. If you get lazy with updates, then yes, you are going to have problems eventually.


  • This is normal behavior. There is much more to the JVMs memory usage beyond what’s allocated to the heap - there are other memory regions as well. There are additional tuning options for them, but it’s a complicated subject and if you aren’t actually encountering out of memory issues you have to ask if this is worth the effort to tune it.













  • ScottE@lemm.eetoAndroid@lemmy.ml***
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    8 个月前

    Just don’t open the drawer if you don’t want the drawer - doesn’t that make the most sense versus looking for something with few features? Never look to Apple for the right answer - that is always a good place to start.

    Nova launcher lets you customize how the app drawer is opened - so you can turn off gesture opening via one of the other options. Nova is a great launcher, I switched to the paid version a couple of years back and found it to be my favorite. I just wish they’d launch Nova 8 which has been in beta for 2 years already.


  • ScottE@lemm.eetoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    8 个月前

    So what do I have wrong here?

    Nothing, as far as I’m concerned. I guess DEs have to constantly change or they become stale to some people. I’m an older guy than the normal demographic here too and stale is exactly what I want. I run i3 with a bunch of terminals, a browser, and sublime text when vi in a terminal isn’t enough (yes, it’s really vim, but it’ll always be vi to me), and I xsetroot the classic weave pattern for my background. That’s it. I don’t need or want menus, widgets, themes, file managers or anything else. I guess someday Wayland will win, and I’ll be forced to do something different, but until then, not changing this extremely productive and efficient environment.


  • I don’t use Fedora, but I have ZFS on all my Arch systems for everything (including root fs). So, I’ll make a guess - is the package you installed for ZFS a DKMS kernel module, or a binary one? That’s the first thing. If it’s a DKMS module, I don’t see anything on your output showing it was compiled, which would explain the module not loading. If it’s a binary module in that package, it must be for the exact same version of the kernel that is installed - exact same. If it mismatches then you need either a different kennel or different ZFS package. In either case, you’ll probably need to wire in a hook for your initramfs, but it looks that part might be ok from your output. Hope that helps, good luck. ZFS is incredibly good.