Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-20 00:24:01 +00:00
parent 16134c78d9
commit 1ec3810968
41 changed files with 352 additions and 139 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# netplan
> Network configuration utility using YAML.
> More information: <https://netplan.io/>.
> More information: <https://netplan.readthedocs.io/en/stable/cli/>.
- Apply a network configuration and make it persistent:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Try configuration changes without applying them permanently:
`sudo netplan try --timeout={{seconds}}`
`sudo netplan try --timeout {{seconds}}`
- Return to previous working configuration after failed apply: