Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:debian [2018/04/12 16:59] – yehuda | kb:debian [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
</ | </ | ||
[[kb:BI]] | [[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 " | ||
+ | </ | ||
+ | |||
+ |