Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created November 6, 2014 12:49
Show Gist options
  • Select an option

  • Save rnewson/81ac10a46cf76d9b7f88 to your computer and use it in GitHub Desktop.

Select an option

Save rnewson/81ac10a46cf76d9b7f88 to your computer and use it in GitHub Desktop.
➜ ~ rm -f ~/.erlang.cookie
➜ ~ erl -name foo
Erlang R14B01 (erts-5.8.2) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [kernel-poll:false]
Eshell V5.8.2 (abort with ^G)
(foo@Invariant.local)1> erlang:get_cookie().
'HLOAVDPHNZNOKELLNYKQ'
^C
➜ ~ cat ~/.erlang.cookie
HLOAVDPHNZNOKELLNYKQ%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment