Table of Contents
Debian
Nice to have
sudo apt install libproj13
Shortcuts and usefull commands
Open root shell as sudo
sudo -s
Edit apt source.list
sudo apt edit-sources
Troubleshooting
The memory cgroup is not enabled
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
sudo vi /etc/default/grub # # add GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1 cgroup_memory=1" # sudo update-grub
firmware: failed to load iwl-debug-yoyo.bin (-2)
sudo echo "options iwlwifi enable_ini=N" > /etc/modprobe.d/iwlwifi.conf