Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-09 00:16:57 +00:00
parent fdd3cc0208
commit e46a713c5e
4 changed files with 9 additions and 5 deletions

View File

@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
`aws s3 rm s3://arn:aws:s3:{{region}}:{{account_id}}:{{access_point}}/{{access_point_name}}/{{object_key}}`
- Remove all objects from a bucket (empty the bucket):
`aws s3 rm s3://{{bucket_name}} --recursive`
- Display help:
`aws s3 rm help`

View File

@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
- Decompress a file, replacing it with the original uncompressed version:
`gzip {{-d|--decompress path/to/file.gz}}`
`gzip {{-d|--decompress}} {{path/to/file.gz}}`
- Compress a file, keeping the original file:
`gzip {{-k|--keep path/to/file}}`
`gzip {{-k|--keep}} {{path/to/file}}`
- Compress a file, specifying the output filename:
`gzip {{-c|--stdout path/to/file}} > {{path/to/compressed_file.gz}}`
`gzip {{-c|--stdout}} {{path/to/file}} > {{path/to/compressed_file.gz}}`
- Decompress a `gzip` archive specifying the output filename:

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Initialize a LUKS volume with a keyfile:
`crypsetup luksFormat {{/dev/sdXY}} {{path/to/keyfile}}`
`cryptsetup luksFormat {{/dev/sdXY}} {{path/to/keyfile}}`
- Initialize a LUKS volume with a passphrase and set its label:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# networkQuality
> Measure the network quality by connecting to the internet.
> More information: <https://support.apple.com/HT212313>.
> More information: <https://support.apple.com/101942>.
- Test the network quality for the default interface: