
LoadModule expires_module libexec/apache2/mod_expires.so LoadModule deflate_module libexec/apache2/mod_deflate.so edit the apache config file /private/etc/apache2/nf Open the Apache Configuration file (/private/etc/apache2/nf) and edit the following. Atom is a wonderful text/code editor and it’s great for editing system files without a problem. While I use Sublime Text for pretty much everything else, I use Atom for this. Just search through your apache configuration file for these bits and either replace, remove, or comment out. Sorry, no easy terminal commands for this part. Sudo launchctl start Now, on to the Apache setup Sudo bash -c 'echo "nameserver 192.168.0.188" > /etc/resolver/localhost' Restart DNSMasq sudo launchctl stop Listen-address=192.168.0.188 Setup the DNSMasq resolver directory for your IP address // create dnsmasq resolver directory and file where 127.0.0.1 is your computer's static IP address This will add the following to your nf configuration file (/usr/local/etc/nf) address=/.localhost/192.168.0.188 #reference: Edit the DNSMasq parameters to fit your local network setup/IP echo 'address=/. Sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock Using DNSMasq for wildcard URLs and Redirects // setup dnsmasq for smart urls and redirecting Here’s a little fix if later you can’t access your MySQL databases over Socket // Reference: Just type the following command into your terminal.

://brew.sh/ /usr/bin/ruby -e "$(curl -fsSL )" Since we’re going to use the built-in macOS web server, we’ll just setup MySQLĪfter installing Homebrew, installing other things, like MySQL, is super easy.

MAC SEQUEL PRO CHANGE LINE ENDINGS INSTALL
Open up the terminal and paste the following snippet to download and install Homebrew.

With it we can quickly and easily install any number of packaged applications, utilities, and services. It bills itself as “The missing package manager for macOS”.
MAC SEQUEL PRO CHANGE LINE ENDINGS MAC
Homebrew is an essential part of Mac development. This is one of the best Terminal alternatives for Mac. With that said, enjoy.īefore doing all the terminal stuff, you probably want to start with downloading iTerm. Hopefully someone else can get something useful from this article, but really, that’s just a bonus. The main reason for the following post is for my personal benefit, so I can reference it and remember exactly how I setup everything when I need to do it again.
