mirror of https://github.com/CrimsonTome/tldr.git
parent
444c78c805
commit
a324a09820
|
@ -0,0 +1,13 @@
|
|||
# bird
|
||||
|
||||
> BIRD Internet Routing Daemon.
|
||||
> Routingdaemon met ondersteuning voor BGP, OSPF, Babel en anderen.
|
||||
> Meer informatie: <https://bird.network.cz/>.
|
||||
|
||||
- Start Bird met een specifiek configuratiebestand:
|
||||
|
||||
`bird -c {{pad/naar/bird.conf}}`
|
||||
|
||||
- Start Bird als een specifieke gebruiker en groep:
|
||||
|
||||
`bird -u {{gebruikersnaam}} -g {{groep}}`
|
|
@ -0,0 +1,9 @@
|
|||
# bird
|
||||
|
||||
> Dit ondersteunt de synchronisatie van iCloud en iCloud Drive.
|
||||
> Het moet niet handmatig worden aangeroepen.
|
||||
> Meer informatie: <https://keith.github.io/xcode-man-pages/bird.8.html>.
|
||||
|
||||
- Start de daemon:
|
||||
|
||||
`bird`
|
Loading…
Reference in New Issue