Differences

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

Link to this comparison view

Next revision
Previous revision
kb:debian [2018/04/11 12:10] – created yehudakb: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
 </code> </code>
 +[[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.1523448649.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