Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:debian [2018/04/12 16:59] yehudakb:debian [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 6: Line 6:
 </code> </code>
 [[kb:BI]] [[kb:BI]]
 +
 +===== Shortcuts and usefull commands =====
 +
 +==== Open root shell as sudo ====
 +<code bash>
 +sudo -s
 +</code>
 +
 +==== Edit apt source.list ====
 +<code bash>
 +sudo apt edit-sources
 +</code>
 +
 +
 +
 +===== Troubleshooting =====
 +==== The memory cgroup is not enabled ====
 +WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
 +<code>
 +sudo vi /etc/default/grub
 +#
 +# add GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1 cgroup_memory=1"
 +
 +sudo update-grub
 +</code>
 +==== firmware: failed to load iwl-debug-yoyo.bin (-2) ====
 +<code>
 +sudo echo "options iwlwifi enable_ini=N" > /etc/modprobe.d/iwlwifi.conf
 +</code>
 +
 +
kb/debian.1523552351.txt.gz · Last modified: 2022/01/03 16:03 (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0