Skip to content

Instantly share code, notes, and snippets.

View r3lik's full-sized avatar

r3lik

View GitHub Profile
@Netherdrake
Netherdrake / Dockerfile
Created September 26, 2017 10:46
steem full rpc node dockerfile
# -*- coding: utf-8 -*-
FROM phusion/baseimage:latest
ARG STEEM_STATIC_BUILD=ON
ENV STEEM_STATIC_BUILD ${STEEM_STATIC_BUILD}
ENV LANG=en_US.UTF-8
RUN \
apt-get update && \
@wosephjeber
wosephjeber / ngrok-installation.md
Last active March 22, 2024 15:55
Installing ngrok on Mac

Installing ngrok on OSX

For Homebrew v2.6.x and below:

brew cask install ngrok

For Homebrew v2.7.x and above:

@ekristen
ekristen / check_docker_container.sh
Last active January 16, 2024 16:15
Bash Script for Nagios to Check Status of Docker Container
#!/bin/bash
# Author: Erik Kristensen
# Email: erik@erikkristensen.com
# License: MIT
# Nagios Usage: check_nrpe!check_docker_container!_container_id_
# Usage: ./check_docker_container.sh _container_id_
#
# Depending on your docker configuration, root might be required. If your nrpe user has rights
# to talk to the docker daemon, then root is not required. This is why root privileges are not

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: