/+ encrypt & decrypt
This commit is contained in:
@@ -29,11 +29,13 @@ alias cacafire="DISPLAY= cacafire" # terminal idle "screensaver"
|
|||||||
alias cmatrix="cmatrix -a -b -s -u 5" # terminal idle "screensaver"
|
alias cmatrix="cmatrix -a -b -s -u 5" # terminal idle "screensaver"
|
||||||
alias cp="cp -i" # confirm before overwriting something
|
alias cp="cp -i" # confirm before overwriting something
|
||||||
alias ct="sudo ct"
|
alias ct="sudo ct"
|
||||||
|
alias decrypt="gpg --decryp"
|
||||||
alias df='df -h' # human-readable sizes
|
alias df='df -h' # human-readable sizes
|
||||||
alias diskusage="ncdu -x"
|
alias diskusage="ncdu -x"
|
||||||
alias dr="dragon-drop --and-exit --all --print-path"
|
alias dr="dragon-drop --and-exit --all --print-path"
|
||||||
alias du="du --summarize --human-readable"
|
alias du="du --summarize --human-readable"
|
||||||
alias dus="du --summarize --human-readable * | sort -h"
|
alias dus="du --summarize --human-readable * | sort -h"
|
||||||
|
alias encrypt="gpg --encrypt --sign --recipient frode@klevstul.com"
|
||||||
alias faf="find . -type f -iname" # faf (find a file)
|
alias faf="find . -type f -iname" # faf (find a file)
|
||||||
alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux
|
alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux
|
||||||
alias gparted="sudo gparted"
|
alias gparted="sudo gparted"
|
||||||
@@ -50,6 +52,7 @@ alias mapscii='telnet mapscii.me'
|
|||||||
alias myip="echo $(wget http://ipinfo.io/ip -qO -)"
|
alias myip="echo $(wget http://ipinfo.io/ip -qO -)"
|
||||||
alias neofetch='fastfetch'
|
alias neofetch='fastfetch'
|
||||||
alias nr="nitrogen --restore"
|
alias nr="nitrogen --restore"
|
||||||
|
alias quantumfix="pw-metadata -n settings 0 clock.force-quantum 1024"
|
||||||
alias sb="source ~/.bashrc"
|
alias sb="source ~/.bashrc"
|
||||||
alias sbr="source /home/poq/syncDir/gitRepos/gi.op.fo/lnx-arch/dots/bash/.bashrc" # source bash (from) repo
|
alias sbr="source /home/poq/syncDir/gitRepos/gi.op.fo/lnx-arch/dots/bash/.bashrc" # source bash (from) repo
|
||||||
alias ssh_weba_r="ssh -t root@178.156.192.201 -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
alias ssh_weba_r="ssh -t root@178.156.192.201 -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
||||||
@@ -59,11 +62,11 @@ alias tp-empty="trash-empty"
|
|||||||
alias tp-list="tree ~/.local/share/Trash/"
|
alias tp-list="tree ~/.local/share/Trash/"
|
||||||
alias tp-restore="trash-restore"
|
alias tp-restore="trash-restore"
|
||||||
alias tp="tp.sh"
|
alias tp="tp.sh"
|
||||||
alias quantumfix="pw-metadata -n settings 0 clock.force-quantum 1024"
|
|
||||||
alias tree="tree --du -h"
|
alias tree="tree --du -h"
|
||||||
alias unimatrix="unimatrix.py" # terminal idle "screensaver"
|
alias unimatrix="unimatrix.py" # terminal idle "screensaver"
|
||||||
alias weba-connect="ssh -t root@178.156.192.201 -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
alias weba-connect="ssh -t root@178.156.192.201 -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
||||||
|
|
||||||
|
|
||||||
# app images
|
# app images
|
||||||
#alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage"
|
#alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user