Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Linux cheatsheet

Packages

List installed packages:

dpkg --get-selections | grep -v deinstall
apt list --installed

Files created by systemd services

Fix the group permissions with:

[Service]
UMask=0002

Or by hand with:

chmod -R g+w *.mp4