Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 56:326071a2c195
* Added alias for starting vnc server (mostly for Xastir on Joshua)
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Sun, 19 Feb 2012 18:56:14 +0000 |
parents | 214cd70bd3f2 |
children | c27db9abf42c |
comparison
equal
deleted
inserted
replaced
55:c8cb23630661 | 56:326071a2c195 |
---|---|
63 # Remote desktop/VNC | 63 # Remote desktop/VNC |
64 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" | 64 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" |
65 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" | 65 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" |
66 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 &'" | 66 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 &'" |
67 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 &'" | 67 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 &'" |
68 alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd' | |
68 | 69 |
69 # Programs | 70 # Programs |
70 alias atari='atari800 -height 800 -width 600' | 71 alias atari='atari800 -height 800 -width 600' |
71 alias base64='openssl enc -a' | 72 alias base64='openssl enc -a' |
72 alias bsr='bigscreen -raAx' | 73 alias bsr='bigscreen -raAx' |