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/)A
Posts
0
Comments
14
Joined
3 yr. ago

  • Oh that’s a shame. Yeah, then I’m right with you, that’s not beginner friendly

  • Are media codecs hard to install on Fedora? I haven’t daily driven Fedora in a while, but last I remember it was one of the top-level categories in GNOME Software. Click it then install all the things. Although I suppose if the user didn’t know what a media codec is that wouldn’t help them very much

  • I started on Ubuntu if I recall correctly, then made the jump to Fedora at some point. I think Manjaro was in there too? That was my first exposure to KDE Plasma

    At some point I installed Arch in a VM and then I was hooked. These days I daily drive Arch with Hyprland (apps and whatnot provided by Plasma)

  • Glad I could help!

  • Make sure the btrfs-progs package is installed. I got the same error from mkinitcpio when I redid my computer using btrfs and forgot that package

  • Of course. I troubleshot a similar issue for a while. Finally found the toggle in BIOS and felt a bit dumb

  • Make sure power management is properly configured on the Nvidia card.

    I had this exact issue on an MSI motherboard. What ended up being the fix for me was changing the “Wake Up Event By” toggle in my UEFI. It was set to “BIOS”. Changing it to “OS” immediately fixed all the issues I was having with suspend

  • Is the GSP firmware included in linux-firmware yet?

  • Fair enough

  • Keychron is very expensive (you’re paying extra for the “slickness” factor of the board in my opinion), but so far the product is quality.

    The optical switch has very linear travel. If you prefer a more tactile feel, the other option for switch might work a little better

  • Command suggestions can be provided by the shell too for what it’s worth. fish ships with autosuggestion and autocompletion. For zsh, you need a separate plugin (but it’s well worth it)

  • journalctl -b -1 should get you logs from the last boot

  • This is really great info! I never knew Multipass existed, thanks for sharing.

    For macOS, Homebrew can be used to selectively replace certain parts of the coreutils with the GNU versions

    Edit: On reviewing the script you mentioned, that’s exactly what it does. It uses Homebrew to replace all the coreutils in one go