forked from geerlingguy/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.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 [email protected]'
#alias rsyschamp='ssh -Y [email protected]'
#alias nash1='ssh [email protected]'
alias texoma='ssh [email protected]'
alias geoe='ssh [email protected]'
alias mailg='ssh -Y [email protected]'
alias nas='ssh [email protected]'
alias box='ssh -Y [email protected]'
alias home='ssh -p 4444 -Y [email protected]'
alias stephensme='ssh [email protected]'
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'