rootpages
rootpages copied to clipboard
Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Place the `.desktop` file in `/etc/xdg/autostart/` directory. Any user on that system will launch those applications upon login. Discovered from investigating into this winesapOS issue: https://github.com/LukeShortCloud/winesapOS/issues/242
https://linuxiac.com/how-to-set-up-ssh-to-use-two-factor-authentication/
As of 2023-12-29, Gentoo provides binary packages (built daily). https://www.gentoo.org/news/2023/12/29/Gentoo-binary.html
``` Nobara Official has now be rebased on KDE instead of GNOME for several reasons: ———– (1) VRR (Variable Refresh Rate/Freesync) functionality. Gnome currently still requires patched-in VRR functionality. The...
The official Fedora installer uses Anaconda which, for Silverblue, is hardcoded to reformat existing EFI partitions making other operating systems (ex., Windows) unbootable. This is not an issue on Fedora...
Using UnitedRPM which provides `gstreamer1-plugins-bad-nonfree` (the most compatibility but, as of 2023-12, it only has packages for Fedora 37 which is already end-of-life - I am not sure if this...
https://lancache.net/ https://www.youtube.com/watch?v=wWltASCJO-U
Windows has various known issues with broadcast and multicast protocols which a lot of LAN games rely on. Solutions: 1. Change the interface priority of the network adapter to be...
``` Removable media devices cannot have more than one boot entry added to the UEFI boot menu. The boot manager finds the first EFI partition that contains \EFI\BOOT\BOOT{machine type short...
See if the udevd socket is available. ``` # skip retriggering if udevd isn't even accessible, e.g. containers or # rpm-ostree-based systems if [ -S /run/udev/control ]; then udevadm control...