Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 155:5ab127dd2d89
Fixing up aliases for VNC connections
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Mon, 10 Apr 2017 15:51:01 -0400 |
parents | cfbaaeb8b71d |
children | 5dfc68e01309 |
comparison
equal
deleted
inserted
replaced
154:cfbaaeb8b71d | 155:5ab127dd2d89 |
---|---|
78 ssh $H $@ | 78 ssh $H $@ |
79 done | 79 done |
80 } | 80 } |
81 | 81 |
82 # Remote desktop/VNC | 82 # Remote desktop/VNC |
83 eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:17:f2:01:d2:3c ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9930 &'" | 83 eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9930 &'" |
84 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" | 84 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" |
85 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" | 85 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" |
86 # Xanadu VMs | |
86 eval "alias xvm='ssh -L9909:localhost:5909 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9909 &'" | 87 eval "alias xvm='ssh -L9909:localhost:5909 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9909 &'" |
88 eval "alias cygnus='ssh -L9910:localhost:5910 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9910 &'" | |
89 eval "alias syrinx='ssh -L9911:localhost:5911 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9911 &'" | |
90 eval "alias lyra='ssh -L9912:localhost:5912 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9912 &'" | |
87 alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd' | 91 alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd' |
88 | 92 |
89 # Programs | 93 # Programs |
90 alias atari='atari800 -height 800 -width 600' | 94 alias atari='atari800 -height 800 -width 600' |
91 alias base64='openssl enc -a' | 95 alias base64='openssl enc -a' |