nix:proxy
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nix:proxy [2019/10/16 17:19] – kauffman | nix:proxy [2021/01/19 09:52] (current) – [SOCKS] kauffman | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ====== SOCKS ===== | ====== SOCKS ===== | ||
| - | Read up on SOCKS proxies here: https:// | + | [[https:// |
| Where the port number is set to ' | Where the port number is set to ' | ||
| Line 101: | Line 101: | ||
| user@mymachine: | user@mymachine: | ||
| </ | </ | ||
| + | |||
| + | ====== SSHFS ====== | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | This tutorial assumes mac or linux. See the community tutorial if you wish to use windows. | ||
| + | |||
| + | ==== Install SSHFS ==== | ||
| + | Debian/ | ||
| + | < | ||
| + | apt-get install sshfs | ||
| + | </ | ||
| + | |||
| + | MacOS: | ||
| + | Download and install both packages from this site: https:// | ||
| + | |||
| + | ==== Create Local directory ==== | ||
| + | Create a directory on your local machine to which you wish to mount your CS home directory to. | ||
| + | < | ||
| + | mkdir $HOME/ | ||
| + | </ | ||
| + | |||
| + | ==== Mount ==== | ||
| + | < | ||
| + | sshfs -o idmap=user, | ||
| + | </ | ||
| + | |||
| + | |||
/var/lib/dokuwiki/data/attic/nix/proxy.1571264374.txt.gz · Last modified: 2019/10/16 17:19 by kauffman