mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 10:36:30 +08:00
Added gpg to Useful list
I believe gpg deserves a mention because it provides very convenient and powerful options for encrypting files, or any data in general. Even without a key, using gpg with just --symmetric can be great for secure transport or storage.
This commit is contained in:
parent
7b20803499
commit
1f51632be0
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,8 @@ A few examples of piecing together commands:
|
|||
|
||||
- `lshw`: hardware information
|
||||
|
||||
- `gpg`: encrypt and sign files
|
||||
|
||||
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue