Skip to content

Instantly share code, notes, and snippets.

@sz3n
sz3n / gist:7bbbf409b709b1bcd67757f3bd2caea4
Created November 18, 2017 19:02 — forked from mdisec/gist:b0d44cc14e4c4c10cd64
Kibana with Nginx Reverse Proxy + SSL + HTTP Auth
# Nginx proxy for Elasticsearch + Kibana
#
# In this setup, we are password protecting the saving of dashboards. You may
# wish to extend the password protection to all paths.
#
# Even though these paths are being called as the result of an ajax request, the
# browser will prompt for a username/password on the first request
#
# If you use this, you'll want to point config.js at http://FQDN:443/ instead of
# http://FQDN:9200
@sz3n
sz3n / byobuCommands
Last active September 10, 2016 21:52 — forked from jshaw/byobuCommands
Byobu Commands
Byobu Commands
==============
byobu Screen manager
F2 Create a new window
F3 Go to the previous window
F4 Go to the next window
exit Close the current window
F9 Menu Window
@sz3n
sz3n / mongodb-install.sh
Created July 2, 2016 21:30 — forked from chappy84/mongodb-install.sh
Install MongoDB from source on Fedora/RedHat based Linux with SystemD
#!/bin/sh
# MongoDB Version
MONGODB_VER='2.2.2'
# Get all the dependencies up to date
yum -y update
yum -y install scons gcc-c++ glibc-devel
# Get the source