I've had to install and configure these things a few times, and I always forget how to do it, so here it is for posterity:
-
Update brew and install pandoc:
brew update brew install pandoc -
Install mactex from https://www.tug.org/mactex/
| { | |
| "riak": { | |
| "framework-name": "riak", | |
| "hostname": "riak.marathon.mesos", | |
| "marathon": "m1.dcos:8080", | |
| "master": "m1.dcos:5050", | |
| "zk": "m1.dcos:2181", | |
| "user": "root", | |
| "role": "riak", | |
| "auth-principal": "riak", |
I've had to install and configure these things a few times, and I always forget how to do it, so here it is for posterity:
Update brew and install pandoc:
brew update
brew install pandoc
Install mactex from https://www.tug.org/mactex/
Erlang only has a few primitives that you need to worry about. Here they are below with corresponding Elixir examples.
integer: Erlang: 123, Elixir: 123float: Erlang: 123.5, Elixir: 123.5atom: Erlang: hello, Elixir: :hellobinary: Erlang: <<"hello">> or <<10,20>>, Elixir: "hello" or <<10,20>>Download this gist, and then run:
chmod 755 open_files_limit_mac.sh
./open_files_limit_mac.sh
Restart the system, and then run:
| Execute the following command and make a note of X-Auth-Token. You will need this token to use in all subsequent commands. | |
| curl -v -H 'X-Storage-User: system:root' -H 'X-Storage-Pass: testpass' http://10.80.83.68:8077/auth/v1.0 | |
| In the following command examples we are using 'AUTH_tk65840af9f6f74d1aaefac978cb8f0899' as the X-Auth-Token. Replace this with the appropriate token you obtained in the above step. | |
| To create a container: | |
| curl -X PUT -H 'X-Auth-Token: AUTH_tk65840af9f6f74d1aaefac978cb8f0899' http://10.80.83.68:8077/v1/AUTH_system/mycontainer | |
| To list all containers in current account: |
| #Minecraft server properties | |
| allow-cheats=true | |
| allow-flight=true | |
| allow-nether=true | |
| broadcast-console-to-ops=true | |
| broadcast-rcon-to-ops=true | |
| difficulty=easy | |
| enable-command-block=false | |
| enable-jmx-monitoring=false | |
| enable-query=false |