mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
netplan: add page; hash, hostname, zip, tar, touch: add Farsi translation (#15763)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
co-authored by
Juri Dispan
parent
0b0841e370
commit
4cc711e5b2
@@ -0,0 +1,28 @@
|
||||
# netplan
|
||||
|
||||
> Network configuration utility using YAML.
|
||||
> More information: <https://netplan.io/>.
|
||||
|
||||
- Apply a network configuration and make it persistent:
|
||||
|
||||
`sudo netplan apply`
|
||||
|
||||
- Generate backend configuration files:
|
||||
|
||||
`sudo netplan generate`
|
||||
|
||||
- Configure a network interface to use DHCP:
|
||||
|
||||
`sudo netplan set ethernets.{{interface_name}}.dhcp4=true`
|
||||
|
||||
- Try configuration changes without applying them permanently:
|
||||
|
||||
`sudo netplan try --timeout={{seconds}}`
|
||||
|
||||
- Return to previous working configuration after failed apply:
|
||||
|
||||
`sudo netplan --debug apply`
|
||||
|
||||
- Display the current netplan configuration status:
|
||||
|
||||
`netplan status`
|
||||
Reference in New Issue
Block a user