Mercurial > index.cgi > dotfiles
changeset 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 |
files | .bash_aliases |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bash_aliases Mon Apr 10 15:31:48 2017 -0400 +++ b/.bash_aliases Mon Apr 10 15:51:01 2017 -0400 @@ -80,10 +80,14 @@ } # Remote desktop/VNC -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 &'" +eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9930 &'" eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" +# Xanadu VMs eval "alias xvm='ssh -L9909:localhost:5909 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9909 &'" +eval "alias cygnus='ssh -L9910:localhost:5910 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9910 &'" +eval "alias syrinx='ssh -L9911:localhost:5911 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9911 &'" +eval "alias lyra='ssh -L9912:localhost:5912 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9912 &'" alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd' # Programs