User Tools

Site Tools


computing:darwin

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:darwin [2018/11/25 01:32] – external edit 127.0.0.1computing:darwin [2020/02/12 01:02] (current) oemb1905
Line 230: Line 230:
  
     git -C "$(brew --repo homebrew/core)" fetch --unshallow     git -C "$(brew --repo homebrew/core)" fetch --unshallow
-   + 
-Apache .htaccess syntax for BSD, macOS, and Red Hat+Apache password protect directory
-  +
   sudo htpasswd -c .htpasswd username1   sudo htpasswd -c .htpasswd username1
-  sudo htpasswd .htpasswd username2 +  sudo htpasswd .htpasswd username2   
-  + 
 +syntax for BSD, macOS, and Red Hat: 
   AuthUserFile /private/etc/httpd/.htpasswd    AuthUserFile /private/etc/httpd/.htpasswd 
   AuthGroupFile /dev/null   AuthGroupFile /dev/null
   AuthName "Members Only"   AuthName "Members Only"
   AuthType Basic   AuthType Basic
- +   
-  <Limit GET POST>  +syntax for Debian: 
-  require valid-user +   
-  </Limit>+  AuthType Basic 
 +  AuthUserFile /etc/apache2/.htpasswd 
 +  AuthName "Please Authenticate" 
 +  Require valid-user 
 +  
    
 If you have an SMC based Mac, make sure to install macfanctl when installing GNU/Linux on the device: If you have an SMC based Mac, make sure to install macfanctl when installing GNU/Linux on the device:
Line 267: Line 273:
   xattr -d com.apple.quarantine /Volumes/macos/Applications/GIMP-2.10.app   xattr -d com.apple.quarantine /Volumes/macos/Applications/GIMP-2.10.app
  
 +This tutorial is a designated "Invariant Section" of the "Technotronic" section of Haack's Wiki as described on the [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]].
  
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2017/05/15 04:26// + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2020/02/11 17:59//
computing/darwin.txt · Last modified: 2020/02/12 01:02 by oemb1905