Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 49:8d204a89b981
* Local Perl install paths weren't quite right - they assumed a link existed
which didn't necessarily, and didn't work for 64-bit installs either.
* Removed bynarr remote desktop alias (VNC will be easier, but it's a VM now
anyway and not on all the time)
* Added gala VNC alias
* Added joshua to the toodledo block
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Thu, 10 Feb 2011 14:39:39 +0000 |
parents | 183d95ce098c |
children | 407b3bac9cb0 |
comparison
equal
deleted
inserted
replaced
48:1a825373dc25 | 49:8d204a89b981 |
---|---|
59 alias s=ssh | 59 alias s=ssh |
60 alias sy='ssh syrinx.astro.princeton.edu' | 60 alias sy='ssh syrinx.astro.princeton.edu' |
61 alias x='ssh xanadu.astro.princeton.edu' | 61 alias x='ssh xanadu.astro.princeton.edu' |
62 | 62 |
63 # Remote desktop/VNC | 63 # Remote desktop/VNC |
64 alias bynarr='rdesktop -a 16 bynarr.astro.princeton.edu -g 1593x1109' | |
65 eval "alias harmonic='ssh -L9910:harmonic:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:11:24:3c:3a:e8 ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9910 &'" | 64 eval "alias harmonic='ssh -L9910:harmonic:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:11:24:3c:3a:e8 ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9910 &'" |
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 xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" | 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 | 68 |
69 # Programs | 69 # Programs |
70 alias atari='atari800 -height 800 -width 600' | 70 alias atari='atari800 -height 800 -width 600' |
71 alias base64='openssl enc -a' | 71 alias base64='openssl enc -a' |
72 alias bsr='bigscreen -raAx' | 72 alias bsr='bigscreen -raAx' |
93 case `hostname -s` in | 93 case `hostname -s` in |
94 xanadu|syrinx) | 94 xanadu|syrinx) |
95 TOODLEDO_CMDS="toodledo tasks @Work; toodledo tasks @Anywhere" | 95 TOODLEDO_CMDS="toodledo tasks @Work; toodledo tasks @Anywhere" |
96 ;; | 96 ;; |
97 | 97 |
98 milton) | 98 milton|joshua) |
99 TOODLEDO_CMDS="toodledo tasks @Home; toodledo tasks @Anywhere" | 99 TOODLEDO_CMDS="toodledo tasks @Home; toodledo tasks @Anywhere" |
100 ;; | 100 ;; |
101 | 101 |
102 rapture) | 102 rapture) |
103 TOODLEDO_CMDS="toodledo tasks @Anywhere" | 103 TOODLEDO_CMDS="toodledo tasks @Anywhere" |