Skip to content

Instantly share code, notes, and snippets.

View akraxx's full-sized avatar

Maximilien Marie akraxx

  • Worldline
  • Lille, France
View GitHub Profile
zcat /usr/share/doc/zabbix-proxy-mysql*/schema.sql.gz | mysql -uzabbix -p zabbix
@akraxx
akraxx / kong.md
Last active August 31, 2021 14:24

Mockbin

docker run -d --name mockbin_redis redis
docker run -d --link mockbin_redis:redis --name mockbin mashape/mockbin

Cassandra database

docker run -d --name kong-database \
              -p 9042:9042 \