This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(E_ALL); | |
ini_set('display_errors', 'yes'); | |
$replace = array(); | |
$replace[] = array( | |
'type' => 'any', | |
'source' => 'localhost', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no-resolv | |
address=/dev/172.16.0.1 | |
listen-address=172.16.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use default MacPorts settings | |
!include /opt/local/etc/mysql57/macports-default.cnf | |
[mysqld] | |
skip-networking = 0 | |
bind-address = 172.16.0.1 | |
default-storage-engine = MyISAM | |
explicit_defaults_for_timestamp = 1 | |
lower_case_table_names=2 | |
default_password_lifetime=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>org.elasticsearch</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/opt/local/elasticsearch/bin/elasticsearch</string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version='1.0'> | |
<dict> | |
<key>Label</key> | |
<string>com.olovei.ip</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/sbin/ifconfig</string> |