
distccd
List of commands for distccd:
-
distccd:tldr:497e6 distccd: Start a daemon with a lowered priority that can run a maximum of 4 tasks at a time.$ distccd --daemon --jobs ${4} --nice ${5}try on your machineexplain this command
-
distccd:tldr:50469 distccd: Start a daemon, accepting connections from IPv4 private network ranges.$ distccd --daemon --allow-privatetry on your machineexplain this command
-
distccd:tldr:779bc distccd: Start a daemon with the default settings.$ distccd --daemontry on your machineexplain this command
-
distccd:tldr:9afc9 distccd: Start a daemon and register it via mDNS/DNS-SD (Zeroconf).$ distccd --daemon --zeroconftry on your machineexplain this command
-
distccd:tldr:befd6 distccd: Start a daemon, accepting connections from a specific network address or address range.$ distccd --daemon --allow ${select}try on your machineexplain this command