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/05/19 17:21] oemb1905computing: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 253: Line 259:
   service macfanctld restart   service macfanctld restart
      
 +Chromium API - Q5 - add to ~/.profile
 +
 +  export GOOGLE_API_KEY="AIzaSyAz932CQ2FD3654AKxq3GCE4voQ3eBPuR"
 +  export GOOGLE_DEFAULT_CLIENT_ID="702748309358-4f29qgd9h1qgla7l0l4sh15lrj1livs0.apps.googleusercontent.com"
 +  export GOOGLE_DEFAULT_CLIENT_SECRET="OZ3G8hpcHiw77l_Jh_IDJuz"
 +
 +To run the program, you must make a shell script that does:
 +
 +  /Applications/Chromium.app/Contents/MacOS/Chromium
 +
 +Remove the annoying Gatekeeper ban on open source apps like GIMP
  
 +  xattr -d com.apple.quarantine /Volumes/macos/Applications/GIMP-2.10.app
  
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2017/05/15 04:26//+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]].
  
 + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2020/02/11 17:59//
computing/darwin.1526750493.txt.gz · Last modified: 2018/11/25 01:33 (external edit)