How to start Docker for Mac daemon on boot?

TL;DR Running Docker for Mac as a standalone service is not supported. Instead run Docker in a VirtualBox VM, either by creating a plain VM or using docker-machine. Then set the Virtualbox VM up to run at boot. This is the LaunchAgent I use for Virtualbox: <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” … Read more

How can I uninstall dotnet core from macOS Sierra

To uninstall dotnet core from macOS: download dotnet-uninstall-pkgs.sh from https://github.com/dotnet/sdk/blob/main/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh make dotnet-uninstall-pkgs.sh executable execute dotnet-uninstall-pkgs.sh as root (requires superuser privileges to run). curl -O https://raw.githubusercontent.com/dotnet/sdk/main/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh chmod u+x dotnet-uninstall-pkgs.sh sudo ./dotnet-uninstall-pkgs.sh

Can you use macOS “log stream” or “log show” to get messages from connected iOS devices?

tl;dr: log collect —device log collect –device lets you retrieve log archives that can be passed into log show –archive system_logs.logarchive with all the options you’re familiar with. Use log collect –device to automatically guess the device you’re referring to. log collect device-name=”Maxs iPhone” or log collect device-udid=abcdefg to collect from a particular device. log … Read more

Apache Localhost 403 Forbidden with macOS Sierra [closed]

Here’s the steps I followed to fix this: Go to /private/etc/apache2 Open httpd.conf.bak, copy the contents, overwrite httpd.conf with it then save In httpd.conf, change Options FollowSymLinks Multiviews to Options FollowSymLinks Multiviews Indexes Change DocumentRoot “/Users/username/Sites” <Directory “/Library/WebServer/Documents”> to DocumentRoot “/Users/username/Sites” <Directory “/Users/username/Sites”> Then save Check the /users/ directory and go to your *.conf file … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)