Last active
May 25, 2017 18:51
-
-
Save niedbalski/646e7cdf1fef99e6cc3b82a2634fb0a3 to your computer and use it in GitHub Desktop.
connect to erlang vm
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
erl -sname tester -setcookie $(cat /var/lib/rabbitmq/.erlang.cookie) -remsh rabbit@$(hostname) | |
io:format("~p", [dict:find(rabbit, dict:from_list(rabbit:environment()))]). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment