mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
shell/alias: add sync-progress
This commit is contained in:
parent
ebec27b457
commit
8c813665a7
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10'
|
||||||
alias ssh-keygen-secure="ssh-keygen -o -a 64 -t ed25519"
|
alias ssh-keygen-secure="ssh-keygen -o -a 64 -t ed25519"
|
||||||
alias shuttle='sshuttle --dns -r uberspace 0/0'
|
alias shuttle='sshuttle --dns -r uberspace 0/0'
|
||||||
alias mosh-uberspace="mosh uberspace -p 40201"
|
alias mosh-uberspace="mosh uberspace -p 40201"
|
||||||
|
alias sync-progress="watch -d grep -e Dirty: -e Writeback: /proc/meminfo"
|
||||||
|
|
||||||
alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd -speeds 50,1,1'
|
alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd -speeds 50,1,1'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue