SIP Protected macOS Apps

System Integrity Protection (SIP) While “rootless” was mostly marketing, SIP actually hardened the Mac by preventing modifications to the following locations: /System /usr /bin /sbin All apps preinstalled by Apple…

AutoPkg

Install AutoPkg Install the latest pkg release. This will also install and load a LaunchDaemon used by AutoPkg's packaging component. This allows AutoPkg to build packages without requiring root privileges.…

Apache macOS

ps aux | grep httpd Internal Apache Binary: /usr/sbin/httpd Start/Stop: sudo /usr/sbin/apachectl start Version: /usr/sbin/apachectl -v Config: /etc/apache2/httpd.conf Find used Apache: which -a httpd whereis httpd /usr/sbin/httpd sudo apachectl stop…