Show Menu
Cheatography

Linux Cheat Sheet (DRAFT) by

My custom linux stuff

This is a draft cheat sheet. It is a work in progress and is not finished yet.

General

Location of app
which [appli­cation]
Snap to Path
sudo ln -s /snap/­bin­/code /usr/b­in/code
 

Processes

Command for Services at autostart
systemctl
Enable Autostart
systemctl --user enable syncth­ing.se­rvice
List all services
systemctl list-units --type­=se­rvice --all