Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-02 00:19:39 +00:00
parent 2b9882f70a
commit 22a84b91e2
42 changed files with 123 additions and 81 deletions

View File

@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
- Start a daemon, accepting connections from a specific network address or address range:
`distccd --daemon --allow {{ip_address|network_prefix}}`
`distccd --daemon {{[-a|--allow]}} {{ip_address|network_prefix}}`
- Start a daemon with a lowered priority that can run a maximum of 4 tasks at a time:
`distccd --daemon --jobs {{4}} --nice {{5}}`
`distccd --daemon {{[-j|--jobs]}} {{4}} {{[-N|--nice]}} {{5}}`
- Start a daemon and register it via mDNS/DNS-SD (Zeroconf):