User Tools

Site Tools


nix:proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
nix:proxy [2019/10/16 17:19] kauffmannix:proxy [2021/01/14 14:10] kauffman
Line 101: Line 101:
 user@mymachine:~$ psql -h localhost -U $username $dbname user@mymachine:~$ psql -h localhost -U $username $dbname
 </code> </code>
 +
 +====== SSHFS ======
 +
 +  * [[https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh| Community tutorial]]
 +
 +This tutorial assumes mac or linux. See the community tutorial if you wish to use windows.
 +
 +==== Install SSHFS ====
 +Debian/Ubuntu
 +<code>
 +apt-get install sshfs
 +</code>
 +
 +MacOS:
 +Download and install both packages from this site: https://osxfuse.github.io/
 +
 +==== Create Local directory ====
 +Create a directory on your local machine to which you wish to mount your CS home directory to.
 +<code>
 +mkdir $HOME/cshome
 +</code>
 +
 +==== Mount ====
 +<code>
 +sshfs -o idmap=user,reconnect,allow_other,default_permissions cnet@linux?.cs.uchicago.edu:/home/cnet/ $HOME/cshome/
 +</code>
 +
 +
/var/lib/dokuwiki/data/pages/nix/proxy.txt · Last modified: 2021/01/19 09:52 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki