mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 17:01:34 +00:00
Update cheatsheets
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user