2023-12-19
-
Signing statements using GPG key
Put the statement in a document or textfile like file.txt
gpg --clearsign file.txt
A file called file.txt.asc will be created which is gpg signed statement. -
Installing iosevka font
-
Controlling audio within the terminal
pactl set-sink-volume 0 +10%
: to increase the volume by 10%pactl set-sink-volume 0 -10%
: to decrease the volume by 10%