added xclip notes
This commit is contained in:
parent
30d4b695b0
commit
030139ba06
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ And decompress directory:
|
||||||
|
|
||||||
gpg -d folder.tar.gz.gpg | tar -xvzf -
|
gpg -d folder.tar.gz.gpg | tar -xvzf -
|
||||||
|
|
||||||
|
To decrypt a gpg file and then take it's out put and copy it into the clipboard using xclip:
|
||||||
|
gpg -d secret_file.gpg | cat | xclip -sel clip
|
||||||
|
|
||||||
To mount a usb drive via terminal:
|
To mount a usb drive via terminal:
|
||||||
cd /mnt
|
cd /mnt
|
||||||
mkdir media
|
mkdir media
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue