updated by /home/nico/bin/sync-all-repos on nb3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
Nico Schottelius 2024-07-30 17:22:47 +02:00
parent 18d05d9b37
commit 31b8abca50

7
vpn.sh
View file

@ -8,6 +8,13 @@ case "$1" in
uzh|uzhsplit) uzh|uzhsplit)
vpnc --no-detach "$1" vpnc --no-detach "$1"
;; ;;
uzhvnc)
pkill -f 5999:localhost:5900
ssh -L5999:localhost:5900 -f -N uzh-macmini-ipv4
pass git co master
pass uzh/macmini/vnc-password -c
vncviewer localhost:99
;;
runa) runa)
pass git checkout nico-privat pass git checkout nico-privat
pass tws/runa/vpn-endpoint > /dev/null pass tws/runa/vpn-endpoint > /dev/null