Skip Navigation

User banner
data1701d (He/Him)
data1701d (He/Him) @ data1701d @startrek.website
Posts
101
Comments
738
Joined
1 yr. ago

  • I'd take a well-maintained native package for my distro over a Flatpak, but sometimes, a Flatpak is just the the easiest way to get the latest version of an application working on Debian without too much tinkering - not always no tinkering, but better than nothing.

    This is especially true of GIMP - Flatpak GIMP + Resynthesizer feels like the easiest way to experience GIMP these days. Same with OBS - although I have to weather the Flatpak directory structure, plugins otherwise feel easier to get working than the native package. The bundled runtimes are somewhat annoying, but I'm also not exactly hurting for storage at the moment - I could probaby do to put more of my 2 TB main SSD to use.

    I usually just manage Flatpaks from the terminal, though I often have to refresh myself on application URLs. I somewhat wish one could set nicknames so they need not remember the full name.

  • A good one. I’ve also made an attempt before with this during the Patrick Starship Enterprise fiasco/masterpiece:

    I should do one without SpongeQuimp, though.

  • And that is still largely true - I’m still running XFCE with xorg on Debian, and I think the only issue I’ve had was Waydroid.

    Will there come a day where what you say is true? Yes.

    However, right now, a more apt example to convey your point is systemd; that’s true for most distros with a lot of community support. Even then, its hold isn’t absolute - Alpine seems like the most livable non-systemd distro, though I could be wrong.

  • As I’ve commented elsewhere on this post and others have said, this is a change that affects pretty much no one. I didn’t even know MBR (legacy BIOS) partition tables on UEFI boot was possible, honestly.

    By no longer putting in the effort to maintain this bit that no one uses, work can be put to something someone uses.

    Also, with Linux, specific distros can get encrapified (kind of happened to Ubuntu), but as others have said, there’s usually always another distro to jump to at worst.

  • For those panicking about it, this is not something you need to worry about. Here’s what this actually does:

    Enforce the use of GPT partition tables for all UEFI-based Fedora installations for x86 architecture. This removes support for installing Fedora in UEFI mode on MBR-partitioned disks on x86 systems

    You probably have already been using GPT on your UEFI system since you had a UEFI system. Even if you somehow were using MBR, this probably;

    1. Won’t break existing installations, as it’s merely support for installs of this type
    2. Would not be a problem even if somehow the broke existing installs, as it’s not difficult to convert MBR to GPT.
  • As much as I resonate with the issues, in this case, this isn’t what they’re doing at all.

    This drops support only for UEFI on the MBR partition scheme typically used by a BIOS setup, which I honestly didn’t even know was possible.

    This ends support for no hardware - almost all distro installations on UEFI have defaulted to GPT partition tables for a long time.

  • That’s not what this is saying.

    It’s only support for UEFI on the old MBR partition table - GPT partitioning has been the default for ages now.

  • IYKYK

    Jump
  • I think is is more a c/Risa thing.

  • Also used it before, for Rounds I believe.

  • You're right that it was power-related - one of the options was an ASPM modification - but the issue seemed to be common to this chipset accross laptop brands.

    The fix I used came from this post: https://bbs.archlinux.org/viewtopic.php?id=286109

    My machine was a Thinkpad, but this article was also talking about problems on HP, Asus, etcetera. I think the 8852BE might just be cursed

    To be fair, I was using an E series Thinkpad, but in my defense, the E series seems to have improved a lot in the past few years - this was luckily the only issue I've had. I've had much more difficult times with Linux on other laptops. Heck, even my desktop had more setup than this when I was first starting out, though it was because I was using a Broadcom Wi-Fi card, as I also dual-booted with a Hackintosh and macOS only supports Broadcom Wi-Fi chipsets.

  • Otherwise agree, but I did run into pain with Realtek on my Thinkpad - the module would sometimes crash and disconnect entirely (on a PCI-e level) from the system.

    I did manage to find a fix, but I would not recommend Realtek to someone.

  • I once experimented with something similar, except it was supported to trigger my smart speaker and drop into another part of the house to tell me.

    Honestly, I really need to replace my proprietary smart speaker system with something self-hosted; it’s just I only recently have had the time to start cinsidering.

  • Vulnerabilities certainly do exist, but I’m pretty sure the attacker has to be well-equipped

    I’d call it a protection against data getting cracked in a petty theft, but if your attack vector is much more than that, there are other measures you should probably take. I think Clevis also works with Yubikeys and similar, meaning the system won’t decrypt without it plugged in.

    Heck, I think I know someone who just keeps their boot partition with the keys on it on a flash drive and hide it on their person.

  • In my case, no; it’s all a single machine - it is in the initramfs and uses the system’s TPM to (relatively) securely store the keys.

    It can be set up with an attestation server, but you certainly don’t have to do it. The Arch wiki has a really good article on getting it set up.

  • I use Clevis to auto-unlock my encrypted root partition with my TPM; this means when my boot partition is updated (E.G a kernel update), I have to update the PCR register values in my TPM. I do it with my little script /usr/bin/update_pcr:

     
        
    #!/bin/bash
    clevis luks regen -d /dev/nvme1n1p3 -s 1 tpm2
    
    
      

    I run it with sudo and this handles it for me. The only issue is I can't regenerate the binding immediately after the update; I have to reboot, manually enter my password to decrypt the drive, and then do it.

    Now, if I were really fancy and could get it to correctly update the TPM binding immediately after the update, I would have something like an apt package shim with a hook that does it seamlessly. Honestly, I'm surprised that distributions haven't developed robust support for this; the technology is clearly available (I'm using it), but no one seems to have made a user-friendly way for the common user to have TPM encryption in the installer.

  • I’m pretty sure by default, virtual networks are not enabled automatically if you’re not using virt-manager GUI.

    To make it run automatically, run the following: virsh net-autostart default

    If it’s not that, just to make it easier to find information, what’s your host distro? I’m guessing by mention of Kickstart files that it’s something Red Hat related, possibly Rocky 9 based on your choice of guest.

  • Weird. It must be that my taste is very indie/alternative. You can always also check if the artist has their own shop.

    That’s how Jonathan Coulton does it. They Might Be Giants does it as well (in addition to a Bandcamp), but most of their stuff from 1990-1996 is stuck on their former label, so they can’t sell DRM-free audio, only vinyl and/or cassette.

  • I got midway through season 4 of Disco, though I plan on finishing eventually. I think season 3 had its ups and downs, but the setting it introduced could have been really interesting. I was just underwhelmed by what they were doing in season 4 instead of the natural plot threads the 32nd century opened.

    I agree on SNW, and LD and PRO have earned a special place in my heart.

  • Do you have FluidSynth installed? I had similar issues recently - I just have a script that restarts pipewire automatically on login.

  • You must be quite behind on Trek. They sort of just gave up on Kelvin and returned to the prime timeline with Star Trek: Discovery back in 2017. They eventually canonized that the Kelvin timeline is just an alternate reality existing in parallel to the main timeline.

  • Risa @startrek.website

    I'm finally going to the 🪩DISCO🪩

    Risa @startrek.website

    Here's Some Parliament Class Love

    Daystrom Institute @startrek.website

    How Many Kims on the Anaximander / Is the Anaximander sufficiently staffed?

    Risa @startrek.website

    (Not OC, mostly) Gowron Jumproping

    Risa @startrek.website

    "But when the phone inside her ribcage rings, it's not for me."

    Daystrom Institute @startrek.website

    Klingon Theology Question: "When I say jump out of an airlock, you will JUMP OUT OF AN AIRLOCK!"

    Risa @startrek.website

    I finished watching DS9... again.

    Star Trek Social Club @startrek.website

    What’s with Sci-Fi and Commemorative Plates?

    Daystrom Institute @startrek.website

    How would the Trill Symbiosis Commission handle duplicate symbionts?

    Star Trek Social Club @startrek.website

    Change my mind: SNW, SFA should fire their music departments and replace them with Chris Westlake!!! 😉

    Risa @startrek.website

    If I Get to Kill Him, Take My Latinum!

    Daystrom Institute @startrek.website

    Is The Dog from “Much Ado About Boimler” legal?

    Daystrom Institute @startrek.website

    Merp Naming

    Star Trek Social Club @startrek.website

    Lower Decks Eulogizing

    Risa @startrek.website

    Look at Lower Decks gettings all authentic...

    Risa @startrek.website

    If I had a slip of latinum for every time a DS9 character went to an alien afterlife...

    Daystrom Institute @startrek.website

    Hypothetical Pips

    Linux @lemmy.ml

    Debian 13 Is Quickly Approaching - Desktop Artwork Voting Now Underway

    Linux @lemmy.ml

    Why? - Weird Pi 5 RAM upgrade

    Daystrom Institute @startrek.website

    The Life of Cetacean Ops Officers