Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-16 00:18:07 +00:00
parent d973616cf7
commit 0522392249
12 changed files with 40 additions and 10 deletions

View File

@@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git
- View documentation for the original command:
`tldr ip-route-show`
`tldr ip route show`

View File

@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Add a new chain to accept all inbound traffic:
`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \}`
`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \; \}`
- Add a new rule to accept several TCP ports:

View File

@@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git
- View documentation for the original command:
`tldr pacman-sync`
`tldr pacman sync`

View File

@@ -3,7 +3,7 @@ syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# qm move disk
# qm move_disk
> This command is an alias of `qm disk move`.