rootpages icon indicating copy to clipboard operation
rootpages copied to clipboard

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.

Results 163 rootpages issues
Sort by recently updated
recently updated
newest added
trafficstars

This guide is still valid and working as of 2024. https://kowalski7cc.xyz/blog/systemd-boot-fedora-32/ https://www.reddit.com/r/Fedora/comments/1fux9g0/comment/lrckpuo/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

new content

The UEFI partition that Windows creates has two flags set: `boot` and `esp`. Windows will still boot without those flags but then other programs such as `os-prober` in Linux will...

new content

It's possible to pre-install the Steam bootstrap files but the license and redistributability of this is unclear. ``` $ curl -Lo /usr/share/gamescope-session-plus/bootstrap_steam.tar.gz https://large-package-sources.nobaraproject.org/bootstrap_steam.tar.gz ``` https://github.com/ublue-os/bazzite/blob/v3.7.0/Containerfile#L808

new content

Re-enable excludes for all repositories: ``` $ sudo dnf5 --setopt=disable_excludes=* ``` Or one: ``` $ sudo dnf5 --setopt=disable_excludes=fedora-updates ``` `https://github.com/rpm-software-management/dnf5/issues/581`

new content

- Compare strings = `if [[ "$foobar" = "123" ]]` - Compare integers = `if [[ "$foobar" -eq 123 ]]`

new content

Find and replace with a variable by using the following synatx: ``` ${//} ``` Example: ``` $ foobar=123 $ echo ${foobar//1/4} 423 ```

new content

- Mouse focus issues which prevents many FPS games from working - `https://github.com/microsoft/wslg/issues/376` - Some controllers do not work - `https://github.com/microsoft/wslg/issues/440`

new content

Some hints are provided here for installing the Btrfs kernel module and `btrfs-progs` user space utilities: https://www.reddit.com/r/AlmaLinux/comments/1ewqbjp/almalinux_and_btrfs_any_news/

new content

When using Btrfs for managing a RAID 1 or 10 array, it is important to keep copy-on-write (COW) enabled to reduce the risk of data corruption. https://forums.unraid.net/topic/123037-reconsider-btrfs-nocow-default-option-on-domains-share-due-to-irrecoverable-corruption-risks/

new content