# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1329677774 0 # Node ID 326071a2c1959cfc95547c6c11e924d850a99fd1 # Parent c8cb23630661280354d14a250cb4a358c4ab5283 * Added alias for starting vnc server (mostly for Xastir on Joshua) diff -r c8cb23630661 -r 326071a2c195 .bash_aliases --- a/.bash_aliases Sun Feb 19 18:55:11 2012 +0000 +++ b/.bash_aliases Sun Feb 19 18:56:14 2012 +0000 @@ -65,6 +65,7 @@ eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" 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 gala='ssh -L9940:gala:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:14:51:0d:94:e4 ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9940 &'" +alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd' # Programs alias atari='atari800 -height 800 -width 600'