Add GPG
This commit is contained in:
parent
8aa3ea6585
commit
5de6c1d229
@ -233,3 +233,12 @@ pactl list sinks | grep -Ei 'name:|sysfs.path'
|
|||||||
```
|
```
|
||||||
grep -P 'rates|bits' /proc/asound/card(num)/codec\#0
|
grep -P 'rates|bits' /proc/asound/card(num)/codec\#0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## GPG
|
||||||
|
Symetric file encryption and decryption
|
||||||
|
```
|
||||||
|
gpg -c (file)
|
||||||
|
```
|
||||||
|
```
|
||||||
|
gpg (file).gpg
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user