The official installation instructions for pgModeler recommends installing Xcode and the Enterprise DB distribution of Postgres to fulfill its build requirements. Luckily, Homebrew's got us covered!
-
Checkout the source
| # Ignore all | |
| * | |
| # Unignore all with extensions | |
| !*.* | |
| # Unignore all dirs | |
| !*/ | |
| ### Above combination will ignore all files without extension ### |
The official installation instructions for pgModeler recommends installing Xcode and the Enterprise DB distribution of Postgres to fulfill its build requirements. Luckily, Homebrew's got us covered!
Checkout the source
| Host * | |
| ControlPath ~/.ssh/control/%C | |
| ControlMaster auto |
#Ubuntu - Adding CA Certs
To add new Certificate Authority (CA) certs:
Create a directory (ie extra) in the ca-certs to hold the new certs
sudo mkdir /usr/share/ca-certificates/extra
Copy or move the certs into the new directory
These set of scripts are for Magento 2. For Magento 1, see this Gist.