forked from geerlingguy/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.aliases
17 lines (17 loc) · 975 Bytes
/
.aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#alias rsys='tsh login --proxy teleport.rsystemscloud.com --user=shawn'
alias rsyshou='ssh -Y root@216.110.71.9'
#alias rsyschamp='ssh -Y shawn@199.184.211.66'
#alias nash1='ssh root@nash1.vcompute.com'
alias texoma='ssh root@texoma.vcompute.com'
alias geoe='ssh shawn@mail.geoenergycorp.com'
alias mailg='ssh -Y root@mail.geoenergycorp.com'
alias nas='ssh sshd@192.168.1.200'
alias box='ssh -Y shawn@192.168.1.100'
alias home='ssh -p 4444 -Y pi@box.stephens.me'
alias stephensme='ssh stephens.me@ssh.gb.stackcp.com'
alias easywget='wget -c --no-check-certificate --user=shawn174 --password=SRV1rules!'
alias ytdl='youtube-dl --format=bestvideo+bestaudio'
#alias serial='minicom -D /dev/tty.usbserial -b 19200'
alias dnsflush='sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder'
alias showdotfiles='defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder'
alias hidedotfiles='defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder'