Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kb:debian [2018/04/11 12:10] – created yehuda | kb:debian [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
sudo apt install libproj13 | sudo apt install libproj13 | ||
</ | </ | ||
+ | [[kb:BI]] | ||
+ | |||
+ | ===== Shortcuts and usefull commands ===== | ||
+ | |||
+ | ==== Open root shell as sudo ==== | ||
+ | <code bash> | ||
+ | sudo -s | ||
+ | </ | ||
+ | |||
+ | ==== Edit apt source.list ==== | ||
+ | <code bash> | ||
+ | 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 / | ||
+ | # | ||
+ | # add GRUB_CMDLINE_LINUX=" | ||
+ | # | ||
+ | sudo update-grub | ||
+ | </ | ||
+ | ==== firmware: failed to load iwl-debug-yoyo.bin (-2) ==== | ||
+ | < | ||
+ | sudo echo " | ||
+ | </ | ||
+ | |||