mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 18:48:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user