This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:darwin [2018/05/19 17:21] – oemb1905 | computing:darwin [2020/02/12 01:02] (current) – oemb1905 | ||
|---|---|---|---|
| Line 230: | Line 230: | ||
| git -C " | git -C " | ||
| - | | + | |
| - | Apache | + | Apache |
| - | + | ||
| 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 / | AuthUserFile / | ||
| AuthGroupFile /dev/null | AuthGroupFile /dev/null | ||
| AuthName " | AuthName " | ||
| AuthType Basic | AuthType Basic | ||
| - | + | ||
| - | | + | syntax for Debian: |
| - | | + | |
| - | | + | |
| + | AuthUserFile / | ||
| + | AuthName " | ||
| + | Require | ||
| + | | ||
| 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=" | ||
| + | export GOOGLE_DEFAULT_CLIENT_ID=" | ||
| + | export GOOGLE_DEFAULT_CLIENT_SECRET=" | ||
| + | |||
| + | To run the program, you must make a shell script that does: | ||
| + | |||
| + | / | ||
| + | |||
| + | Remove the annoying Gatekeeper ban on open source apps like GIMP | ||
| + | xattr -d com.apple.quarantine / | ||
| - | --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2017/05/15 04:26// | + | This tutorial is a designated " |
| + | --- // | ||