Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

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 ======
-  Installiere brew und sshfs +===== MacOSX with OSXfuse and sshfs ===== 
-  1.installing brew + 
-  $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/ +First of all you need to have **VPN** with anyconnect:  
-  * install/master/install.sh)" +https://www.hiz-saarland.de/dienste/vpn/ 
-  - 2.installing wget+(without VPN you need to use our **jumphost** ''styx'' configured) 
 + 
 +Install ''brew'', ''osxfuse'' and ''sshfs'' 
 + 
 +The Dollar sign stands for MacOSX ''terminal'' command prompt. You should type all commands after the Dollar sign. 
 + 
 +Replace ''ag-prof'' with your group login to the webserver not equivalent with login for Math Department. 
 + 
 +The path for ''/users/local/'' should be adapted to your local username. 
 + 
 +  * installing brew 
 + 
 +  $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 
 + 
 +  installing wget for testing purpose 
   $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 ~/MatheWebPublic   $mkdir ~/MatheWebPublic
-  - 5.sshfs mounting with webserver+ 
 +  * sshfs mounting with webserver 
   $sshfs ag-prof@www.math.uni-sb.de:/exports/ag/ag-prof /Users/local/MatheWebPublic   $sshfs ag-prof@www.math.uni-sb.de:/exports/ag/ag-prof /Users/local/MatheWebPublic
-  - 6.repeat last two steps for non public folders+ 
 +  * repeat last two steps for non public folders 
   $mkdir ~/MatheWebNonPublic   $mkdir ~/MatheWebNonPublic
   $sshfs ag-prof@www.math.uni-sb.de:/home/ag/ag-prof /Users/local/MatheWebNonPublic   $sshfs ag-prof@www.math.uni-sb.de:/home/ag/ag-prof /Users/local/MatheWebNonPublic
-  - 7.weblinks + 
-  * https://brew.sh/index_de +  * weblinks 
-  https://linuxize.com/post/how-to-use-sshfs-to-mount-remote-directories-over+    - Brew for MacOS X: https://brew.sh/index_de 
-  - ssh/ +    - How to install sshfs on MacOSX: https://linuxize.com/post/how-to-use-sshfs-to-mount-remote-directories-over-ssh/ 
-  + 

QR-Code
QR-Code systemverwaltung:user_info:howto:www (erstellt für aktuelle Seite)