Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PN
Posts
0
Comments
123
Joined
1 yr. ago

  • I assume your issue is reproducible every time, right? If yes, do so and reboot. Use the following command to obtain logs from the previous boot, where you had the problem:

     sh
        
    $ journalctl -r -b -1
    
      

    Before resuming from sleep, wait for about a minute or so to check for that time gap in the logs to easily find the logs of the resuming process.

    You can append >> file_name.log to the command above to output logs to a file, in case that makes copy and pasting easier for you.

  • I am aware of the perks of having your /home not tied to your root filesystem. In my case, I have a single LUKS2 encrypted btrfs partition with separate subvolumes for root and home.

    I just don't see the reasoning for having it on a separate drive, as the OP explicitly states in their post. Both drives would have the same likelyhood of failing and it makes encryption (though, only slightly) harder.

  • I recently installed VMware Workstation on Fedora 41 KDE. Browsing Broadcom's website to find the download link was one of the most abysmal life experiences I have ever had. So, at the end, I went to the AUR and got the link from the PKGBUILD there. I installed it by running the executable as root. I didn't have any issues with the modules since the Workstation automatically offers to install required kernel modules upon launch if they are not present. Only manual intervention I had to do was to disable Secure Boot from BIOS since MSI likes to enable it each time I update it's firmware.

  • Permanently Deleted

    Jump
  • That's a great build, OP! I got nearly the same system running Fedora KDE, at least architecture wise.

    I recommend getting an SN850x for your SSD instead. It is not much more expensive but so much faster. Everything I do on my system is super snappy. I even got a close friend also to buy this one and they are super happy as well.

  • I recently discovered Filen and all their clients are open-source. It claims to encrypt all files before uploading and I did notice my CPU usage ramp up quite a lot during it. Though, I currently lack the time and expertise to audit their code.