This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:darwin [2018/11/25 01:32] – external edit 127.0.0.1 | 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 267: | Line 273: | ||
| xattr -d com.apple.quarantine / | xattr -d com.apple.quarantine / | ||
| + | This tutorial is a designated " | ||
| - | --- //[[netcmnd@jonathanhaack.com|oemb1905]] | + | --- //[[jonathan@haacksnetworking.com|oemb1905]] |