Skip to content

Instantly share code, notes, and snippets.

View a-n-d-r's full-sized avatar
👋

Andre a-n-d-r

👋
  • bogdanna.com
  • Kazakhstan
  • 04:46 (UTC +05:00)
View GitHub Profile

Linux - Systemd cheatsheet

systemctl

Activates a service immediately:

systemctl start foo.service

Deactivates a service immediately:

@a-n-d-r
a-n-d-r / tmux.md
Created June 4, 2023 12:09 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a