alias for quick start of x11vnc server

This commit is contained in:
fabian 2023-08-20 14:49:07 +02:00
parent 8ebda1aa12
commit 32c066fe4d

View File

@ -32,6 +32,7 @@ alias fssizes='df -kh --output=size,used,avail,pcent,target | sort -hr'
alias dirsizes='du -kh --apparent-size --max-depth=1 | sort -hr'
# sed -ie 's/Beispiel/Ersetzung/' *.xml
# sed -Eie 's/(Beispiel)/\1Anhang/' *.xml
alias start_x11_vnc="sudo x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth $HOME/.vnc/passwd -rfbport 5900 -shared"
rsyncLink() {