Skip to content

Instantly share code, notes, and snippets.

@dcolinmorgan
Last active September 6, 2022 01:09
Show Gist options
  • Save dcolinmorgan/d5d91aa3cb2b1eb55c759dd81a10ee13 to your computer and use it in GitHub Desktop.
Save dcolinmorgan/d5d91aa3cb2b1eb55c759dd81a10ee13 to your computer and use it in GitHub Desktop.
# activate via source ./bash_profile
alias hkuvpn='sudo openconnect -u dcmorgan -b vpn2fa.hku.hk'
alias nanfs='sshfs -p 22 [email protected]:/udd/redmo/ ~/mountchan -oauto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=myNantucket'
alias ferryfs='sshfs -p 22 [email protected]:/udd/redmo/ ~/mountchan -oauto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=myFerry'
alias tmp0fs='sshfs -p 22 [email protected]:/pc/redmo/ ~/mountchan -oauto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=myTmp0'
alias tmp1fs='sshfs -p 22 [email protected]:/d/tmp/redmo/ ~/mountchan -oauto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=myTmp1'
alias unfs='diskutil unmount force /Users/redmo/mountchan'
alias fpcfs='sshfs -p 22 [email protected]:/udd/redmo/ ~/pc/redmo/ -oauto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=myVolName'
alias unfpc='diskutil unmount force /Users/redmo/pc/redmo/'
alias hkufs='sshfs -p 22 -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3,IdentityFile=~/.ssh/id_rsa [email protected]:/home/dcmorgan/ ~/HKUfs/'
alias unhku='fusermount -u ~/HKUfs/'
alias cposfs='sshfs -p 22 -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3,IdentityFile=~/.ssh/id_rsa [email protected]:/home/dcmorgan/ ~/CPOSfs/'
alias uncpos='fusermount -u ~/CPOSfs/'
source miniconda3/bin/activate
source activate mypy3
# ./bash_aliases
alias addsmall='find * -size -4M -type f -print0 | xargs -0 git add'
alias start='conda activate mypy3'
alias inter='qsub -I -q cgsd -l nodes=1:ppn=8 -l mem=10gb'
## generate ssh_id
ssh-keygen... then... ssh-copy-id to server
ie:
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
@dcolinmorgan
Copy link
Author

update for hkuvpn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment