Skip to content

Instantly share code, notes, and snippets.

@yzbr
yzbr / gist:3c3edd8954322e12bbb42421a49327be
Created December 29, 2023 12:29 — forked from lrascao/gist:6880485b8dc4c51c74392b0fa5b9d358
Build Erlang statically linked with OpenSSL
sudo yum install gcc gcc-c++ make libxslt fop ncurses-devel openssl-devel *openjdk-devel unixODBC unixODBC-devel
KERL_CONFIGURE_OPTIONS="--with-ssl=/home/ec2-user/openssl/releases/1.0.2h --disable-dynamic-ssl-lib" kerl build 18.3 18.3
# without ECC
KERL_CONFIGURE_OPTIONS="CFLAGS=-DOPENSSL_NO_EC=1" kerl build 18.3 18.3
@yzbr
yzbr / bird2.conf
Created September 7, 2023 11:17 — forked from mschep/bird2.conf
BIRD 2 configuration including RPKI
# Very minimal BIRD2 configuration with RPKI enabled
log syslog { info, remote, warning, error, auth, fatal, bug };
log "/var/log/bird.debug.log" { debug, remote, trace };
router id 193.0.31.28;
protocol device {
}