Guides
Guides copied to clipboard
python venvs
Add network manager
Wayland autostart Python venvs
Add network manager instructions. Check initrd stuff
Replace bullseye instructions in point 3 section 4.4 with: nft add table nat nft -- add chain nat prerouting nft -- add chain nat postrouting nft add rule ip nat...
NFS troubleshooting add to check whether all packages including nfs-kernel-server are installed.
Great guide! In section 6.2.1, `sudo usemod -L username` should be `sudo usermod -L username`
Section 5.4.4 is missing the symbolic link command from Section 5.3.3: ln -s functions/mass_storage.usb0 configs/c.1/ I was getting this error in dmesg: ` [ 112.220427] Mass Storage Function, version: 2009/09/11...
Section 6.2.2 Add the Samba User, provided command `sudo smbpasswd ` fails without `-a` flag. Update example command to `sudo smbpasswd -a `