Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

d3Xt3r, to linux in Kernel 6.6.6 is out 😈

And blacklisted by Ubuntu Christian Edition.

d3Xt3r, (edited ) to linux in The best RAID setup for internal HDD and does it actually make sense to use it all for gaming?

As others have mentioned, the sequential speeds in RAID 0/5 won’t really help you in gaming. What you might see at best is faster loading times, but that’s really about it.

One option which no one else has mentioned is using setting up tiered storage using bcachefs - where your SSD acts like a cache drive, which would contain frequently read aka “hot” data, and the rest of the data would be on your spinning disks. This way, you’d be making the most of your limited SSD space, whilst still taking advantage of the large storage provided by the spinning disks.

The advantage of bcachefs is that all your drives can be part of the same pool and it’ll all be transparent to your OS/programs, and all your data is striped like a RAID 10 array, so you can replace your drives in the future without any issues, or any major config changes. Like if you get a faster NVMe drive in the future, you can set that as your “hot” (promote) drive, your SSD as the foreground drive and your spinning disk pool as the background ones and your data will automagically migrate.

Have a quick read of the manual, you’ll see that it’s actually fairly easy to set up and operate: bcachefs.org/bcachefs-principles-of-operation.pdf

The main drawback right now (for you) is that it’s not yet part of the kernel. The good news is that it’s gonna be in the next kernel (6.7), so you can either wait for it, or use a third-party kernel with bcachefs already compiled in it (I believe linux-tkg is one of them).

d3Xt3r, to linux in Kernel 6.6.6 is out 😈

If you see the word “LILO” during your windows startup (just after you turn the machine on), your son has installed lunix.

Wow, that’s a blast from the past! Completely forgot that LILO used to be a thing.

d3Xt3r, to linux in Mandrake Linux 10.0, from 2004. They still work too. Had to buy them on disc, slow dialup internet in those days.

Mine was Mandrake 6. RedHat 5.2 was my first, and I was surprised how much easier Mandrake was in comparison. But the one that really wowed me was SuSE (before they became OpenSUSE), I was blown away how polished and user-friendly it was. Windows 9x/ME felt like a joke in comparison at time. And some people still claim Linux isn’t user friendly… and I’m like, bruh it’s been user friendly for about three decades now…

d3Xt3r, to linux in Fully featured tilling window managers (like DEs) for lazy people

Am important gotcha is:

Other window managers are only available when using X.org. These changes cannot be made for Wayland sessions yet.

d3Xt3r, to linux in What's your current favorite distro that isn't Arch, Debian or Fedora?

Bazzite. It’s based on Fedora uBlue so it’s technically Fedora, but being an immutable OS, it works quite differently enough that it counts as its own distro. For instance, you don’t use dnf or yum to install stuff, you’d use Flatpak/Distrobox/Nix. Updates are done using the rpm-ostree command, and it’s effectively a rolling release model, but atomic in nature so you get none of the instability that you’d get in a typical rolling release.

d3Xt3r, to linux in PipeWire 1.0 "El Presidente" Officially Released, This Is What's New

improved resume from suspend in ALSA

YES! Hopefully this means no more needing to restart the pipewire service after resume.

d3Xt3r, to linux in system freezes when waking up from suspend

Seems like resuming from suspend on nVidia is a common issue.

Try this first forum.endeavouros.com/t/…/42303

And if that doesn’t work, check gist.github.com/…/375f14eaa17f88756b4bdbbebbcfd02…

d3Xt3r, (edited ) to linux in Fedora 39 Released with GNOME 45, Linux 6.5 + More

Meh. As a KDE F38 user, this is a super boring release. Nothing really new for us to look forward to, except LibreOffice 7.6 (which you can get via Flatpak). I was hoping the new DNF 5 would make the cut, but guess it’s still not ready yet. :(

Guess will have to hold out my excitement until F40 for Plasma 6 and DNF 5 (hopefully).

d3Xt3r, to linux in What are you most excited when it comes to linux in 2024?

For me:

  • Ability for a panel to stay visible but dodge windows, for a dock-like behavior.
  • Better/customisable touchpad gestures (rumored)
  • HDR support on Wayland
  • Simultaneous password and fingerprint authentication
  • Decoupling of icons from the Plasma theme (so ALL icons are changed when you apply a systemwide icon theme)
d3Xt3r, to linux in Modern fitting packages for DE behavior on Fedora Hyprland?

I would like to create my first ublue spin as there only is Fedora Sericea currently

Have you looked at Hyprgreen? It should be exactly what you’re after.

github.com/hyprgreen/

d3Xt3r, to linux in Is PopOs a good option if i don't want to tinker much with the OS and do some basic tasks as web browsing etc?

it’s quite difficult for me to get things working for now. […]

Where do i learn more about linux system so i can get more familiar with it?

You said it was difficult “to get things working” - identify what exactly is it that you’re finding difficult, then type that into Google/DuckDuckGo and check the results. If there’s anything in that results you don’t understand, Google/DDG it further. Keep doing that until you understand everything that you want to about that topic. Then proceed to the next topic.

There are also IRC, Discord and Matrix chat rooms for most Linux distros out there, so if you’re unable to find an answer, feel free to hop into one of those channels and ask a question.

ChatGPT is also a decent resource for general understanding - but don’t type any commands it suggests (unless you know what you’re doing!).

d3Xt3r, to linux in Reddit API blew up and now I run Linux?

Completely FOSS isn’t completely self-sustainable either in the real world - you’d need to be using something like RISC-V with coreboot and a completely open hardware stack with zero proprietary firmware blobs in the mix + not to mention running a fully self-hosted email/cloud stack. And if you’re using a mobile phone - even a dumb one or a pinephone - then you’re not fully FOSS. I’m not aware of anyone who’s fully FOSS out there, except maybe RMS?

d3Xt3r, (edited ) to linux in Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way

That’s only true you succumb to the hardcore Nix fanatics and follow their recommended “declarative” way. However, Nix, as a package manager, is perfectly usable - and accessible - with the imperative way, without having to subscribe to their religion and learn their language and terminology.

In the imperative path, Nix is as easy to use as any other package manager, yet it still retains many of the unique Nix features such as versioned packaged, instant rollback, non-root user-based installs etc.

It’s a shame because Nix is actually really cool and very easy to use if used this way - and especially useful on immutable distros, locked-down systems or distros which have a limited number of packages - but unfortunately, most people are missing out because the fanatics keep preaching the declarative way as if it’s the only option out there.

d3Xt3r, (edited ) to linux in What are you most excited when it comes to linux in 2024?

Initial benchmarks show better performance than btrfs (at least for some workloads), but more importanty, I like that it offers tiered/cache storage - so you can use a fast and small drive (NVMe) to speed up a slow and bigger drive (HDD). You can do that with ZFS as well of course, but it doesn’t have the massive RAM requirements. Also it’s much more easier to set up and configure in comparison.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #