This commit is contained in:
RealStickman 2021-04-16 11:38:16 +02:00
parent 8aa3ea6585
commit 5de6c1d229

View File

@ -233,3 +233,12 @@ pactl list sinks | grep -Ei 'name:|sysfs.path'
```
grep -P 'rates|bits' /proc/asound/card(num)/codec\#0
```
## GPG
Symetric file encryption and decryption
```
gpg -c (file)
```
```
gpg (file).gpg
```