comparison .bash_aliases @ 121:bd7859f3318f

One more time
author Steve Huston <huston@astro.princeton.edu>
date Tue, 09 Dec 2014 08:26:08 -0500
parents 5bc90432f6fb
children 3f720fcb9710
comparison
equal deleted inserted replaced
120:5bc90432f6fb 121:bd7859f3318f
82 82
83 # Remote desktop/VNC 83 # Remote desktop/VNC
84 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 &'" 84 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 &'"
85 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" 85 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'"
86 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" 86 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'"
87 eval "alias xvm='ssh -L9905: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 alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd' 88 alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd'
89 89
90 # Programs 90 # Programs
91 alias atari='atari800 -height 800 -width 600' 91 alias atari='atari800 -height 800 -width 600'
92 alias base64='openssl enc -a' 92 alias base64='openssl enc -a'