Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 91:9d5fcbb36232
Reordering some alises for completeness
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Fri, 14 Jun 2013 16:56:04 -0400 |
parents | cdfa42697eec |
children | d635f7e31032 |
comparison
equal
deleted
inserted
replaced
90:cdfa42697eec | 91:9d5fcbb36232 |
---|---|
79 ssh $H $@ | 79 ssh $H $@ |
80 done | 80 done |
81 } | 81 } |
82 | 82 |
83 # Remote desktop/VNC | 83 # Remote desktop/VNC |
84 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 &'" | |
85 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 xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" | 86 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" |
85 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" | 87 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" |
86 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 &'" | |
87 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 &'" | |
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' |
95 alias jt65='wine /Users/huston/.wine/drive_c/Program\ Files/jt65hf109/jt65-hf.exe' | 95 alias jt65='wine /Users/huston/.wine/drive_c/Program\ Files/jt65hf109/jt65-hf.exe' |
96 alias pine='alpine' | 96 alias pine='alpine' |
97 alias ret='screen -raAx' | 97 alias ret='screen -raAx' |
98 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" | 98 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" |
99 alias stendhal="java -jar $HOME/Installs/stendhal/stendhal-*.jar" | 99 alias stendhal="java -jar $HOME/Installs/stendhal/stendhal-*.jar" |
100 alias tops='unset STY; screen -c .screenrc.pbstops -S pbstop' | |
100 alias vi='vim' | 101 alias vi='vim' |
101 alias tops='unset STY; screen -c .screenrc.pbstops -S pbstop' | |
102 | 102 |
103 # SSHFS mounts | 103 # SSHFS mounts |
104 # The $DARWIN check fills in a nice volname if this is a Mac | 104 # The $DARWIN check fills in a nice volname if this is a Mac |
105 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile" | 105 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile" |
106 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net" | |
106 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua" | 107 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua" |
107 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net" | |
108 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx" | 108 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx" |
109 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" | 109 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" |
110 | 110 |
111 # LDAP/host tools | 111 # LDAP/host tools |
112 alias ldm="ldapmodify -Z -x -W -c -D 'cn=DrAdmin,dc=astro,dc=princeton,dc=edu'" | 112 alias ldm="ldapmodify -Z -x -W -c -D 'cn=DrAdmin,dc=astro,dc=princeton,dc=edu'" |