changeset 164:18429055e586

Removing some no-longer-used aliases and such
author Steve Huston <huston@astro.princeton.edu>
date Mon, 13 Aug 2018 14:51:20 -0400
parents 9f3a343f32c0
children ab0fb2057b88
files .bash_aliases
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Tue Jun 26 16:57:28 2018 -0400
+++ b/.bash_aliases	Mon Aug 13 14:51:20 2018 -0400
@@ -53,7 +53,6 @@
 # SSH aliases
 alias bh='ssh csesbh.princeton.edu'
 alias dh='ssh srhuston.net'
-alias hostkeys='scp root@xanadu-vm:/etc/ssh/ssh_known_hosts . && vim -d /etc/ssh_known_hosts ssh_known_hosts && sudo mv ssh_known_hosts /etc/ssh_known_hosts'
 alias j='ssh joshua.srhuston.net'
 alias keys='ssh-add $HOME/.ssh/*.pvt'
 alias r='ssh -l root'
@@ -71,35 +70,21 @@
 }
 alias x='ssh xanadu.astro.princeton.edu'
 
-export CLUSTERLIST="adroit della hecate mcmillan orbital tiger tigressdata tukey"
-cdsh() { 
-  for H in $CLUSTERLIST ; do 
-    echo $H": "
-    ssh $H $@
-  done
-}
-
 # Remote desktop/VNC
 eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9930 &'"
-eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'"
-eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'"
 # Xanadu VMs
 eval "alias xvm='ssh -L9909:localhost:5909 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9909 &'"
 eval "alias cygnus='ssh -L9910:localhost:5910 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9910 &'"
 eval "alias syrinx='ssh -L9911:localhost:5911 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9911 &'"
 eval "alias lyra='ssh -L9912:localhost:5912 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9912 &'"
-alias start-vnc='vncserver -geometry 1600x1178 -depth 24 -nohttpd'
 
 # Programs
 alias atari='atari800 -height 800 -width 600'
 alias base64='openssl enc -a'
-alias bsr='bigscreen -raAx'
 alias irssi-test='irssi --home=$HOME/irssi-test/'
-alias jt65='wine /Users/huston/.wine/drive_c/Program\ Files/jt65hf109/jt65-hf.exe'
 alias pine='alpine'
 alias ret='screen -raAx'
 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'"
-alias stendhal="java -jar $HOME/Installs/stendhal/stendhal-*.jar"
 alias tops='unset STY; screen -c .screenrc.pbstops -S pbstop'
 tt () {
   OPTS="-G"
@@ -156,12 +141,6 @@
   date -u +%Y%m%d%H%M%S
 }
 
-# Some hibernation tricks on the Mac
-alias hibernate="sudo pmset -a hibernatemode 25 ; pmset -g live | grep hibernatemode"
-alias onlysleep="sudo pmset -a hibernatemode 0 ; pmset -g live | grep hibernatemode"
-alias safesleep="sudo pmset -a hibernatemode 3 ; pmset -g live | grep hibernatemode"
-alias sleepmode="pmset -g live | grep hibernatemode"
-
 # Other
 alias condor_check="ls -lat /u/condor/hosts/*/log/MasterLog"
 alias slurp="wget -r -l1 -np -nd -A.mp3"