mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 07:57:49 +00:00
Update cheatsheets
This commit is contained in:
29
distccd
Normal file
29
distccd
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distccd
|
||||
|
||||
> Server daemon for the distcc distributed compiler.
|
||||
> More information: <https://distcc.github.io>.
|
||||
|
||||
- Start a daemon with the default settings:
|
||||
|
||||
`distccd --daemon`
|
||||
|
||||
- Start a daemon, accepting connections from IPv4 private network ranges:
|
||||
|
||||
`distccd --daemon --allow-private`
|
||||
|
||||
- Start a daemon, accepting connections from a specific network address or address range:
|
||||
|
||||
`distccd --daemon --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}}`
|
||||
|
||||
- Start a daemon and register it via mDNS/DNS-SD (Zeroconf):
|
||||
|
||||
`distccd --daemon --zeroconf`
|
||||
Reference in New Issue
Block a user