Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
systemverwaltung:user_info:howto:www [2020/05/13 15:04] admin angelegt |
systemverwaltung:user_info:howto:www [2021/12/02 11:27] (aktuell) |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Webserver User Access ====== | ====== Webserver User Access ====== | ||
- | | + | ===== MacOSX with OSXfuse and sshfs ===== |
- | - 1.installing brew | + | |
- | $/bin/bash -c " | + | First of all you need to have **VPN** with anyconnect: |
- | * install/ | + | https:// |
- | | + | (without VPN you need to use our **jumphost** '' |
+ | |||
+ | Install '' | ||
+ | |||
+ | The Dollar sign stands for MacOSX '' | ||
+ | |||
+ | Replace '' | ||
+ | |||
+ | The path for ''/ | ||
+ | |||
+ | * installing brew | ||
+ | |||
+ | $/bin/bash -c " | ||
+ | |||
+ | | ||
$brew install wget | $brew install wget | ||
- | - 3.install osxfuse and sshfs | + | |
+ | * install osxfuse and sshfs | ||
$brew cask install osxfuse | $brew cask install osxfuse | ||
$brew install sshfs | $brew install sshfs | ||
- | - 4.local directory | + | |
+ | * local directory | ||
$mkdir ~/ | $mkdir ~/ | ||
- | - 5.sshfs mounting with webserver | + | |
+ | * sshfs mounting with webserver | ||
$sshfs ag-prof@www.math.uni-sb.de:/ | $sshfs ag-prof@www.math.uni-sb.de:/ | ||
- | - 6.repeat last two steps for non public folders | + | |
+ | * repeat last two steps for non public folders | ||
$mkdir ~/ | $mkdir ~/ | ||
$sshfs ag-prof@www.math.uni-sb.de:/ | $sshfs ag-prof@www.math.uni-sb.de:/ | ||
- | - 7.weblinks | + | |
- | * https:// | + | * weblinks |
- | | + | - Brew for MacOS X: https:// |
- | | + | - How to install sshfs on MacOSX: |
- | | + |