I hereby claim:
- I am glejeune on github.
- I am glejeune (https://keybase.io/glejeune) on keybase.
- I have a public key ASCOfHi10nVD7yaNQBeZpEoifx74zJpPDIBBbsSnlqaqWQo
To claim this, I am signing this object:
| -module(message). | |
| -export([decode/3, decode/4, encode/1]). | |
| decode(M1, M2, M3) -> | |
| decode(M1, M2, M3, float_to_integer(length(M1)/8 - 1)). | |
| decode(M1, M2, M3, Size) -> | |
| [L1, L2, L3] = [[list_to_integer(string:substr(M, I*8+1, 8), 2) || I <- lists:seq(0, Size)] || M <- [M1, M2, M3]], | |
| [A bxor B bxor C || {A, B, C} <- lists:zip3(L1, L2, L3)]. |
I hereby claim:
To claim this, I am signing this object:
This guide uses the domain your-domain.tld and its www. prefixed version.
It starts the rocket application on 127.0.0.1:1337 and as the user www-data. The proxy listens on port 80 and 443 though.
If you need other values, update them accordingly in your nginx and systemd configs.
Follow these instructions for an easy way to get up and going quickly! These are complete instructions, and will be the easiest way to get started on a new RG35XX.
Get a high quality SD (e.g. SanDisk Extreme) card, 128GB or larger, 256GB is recommended. Don't skimp here, they're cheap, and don't use the card that comes with the RG35XX as it's crap.