comparison .bash_aliases @ 53:1f84b0ddf24b

* Removed references to Harmonic, as it won't be back.
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Mon, 01 Aug 2011 16:20:33 +0000
parents 44c36681ca0f
children 214cd70bd3f2
comparison
equal deleted inserted replaced
52:3f489fba24de 53:1f84b0ddf24b
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 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 &'" 64 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 &'" 65 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 &'" 66 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 67
69 # Programs 68 # Programs
78 alias vi='vim' 77 alias vi='vim'
79 78
80 # SSHFS mounts 79 # SSHFS mounts
81 # The $DARWIN check fills in a nice volname if this is a Mac 80 # The $DARWIN check fills in a nice volname if this is a Mac
82 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile" 81 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile"
83 alias sharm="sshfs -oreconnect${DARWIN:+,volname=Harmonic} harmonic.srhuston.net: $HOME/harmonic"
84 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua" 82 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua"
85 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net" 83 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net"
86 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx" 84 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx"
87 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" 85 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu"
88 86