Skip to content

Instantly share code, notes, and snippets.

View pono's full-sized avatar

Daniel Pono Takamori pono

View GitHub Profile
@pono
pono / tools and tricks.txt
Last active April 10, 2019 18:55 — forked from magical/gist:e4a0bcc8c458e4799ab66c95f9592cee
Useful tools and tricks
Utilities
---------
htop
tree
atool
the_silver_searcher (silversearcher-ag)
whois
mtr
mosh
vim
@pono
pono / Dockerfile
Last active March 4, 2016 00:02 — forked from borcean/Dockerfile
Lots of containers for DOBC
FROM centos:latest
MAINTAINER jeffrey@borcean.xyz
RUN yum upgrade -y
RUN yum install -y \
man \
openssh-server \
screen \
vim \
@pono
pono / README.md
Last active September 16, 2015 20:52 — forked from pop/README.md
A *very* simple flask app script for DevOps DayCamp 2015

Python Flask App

Thiiiis far above hello world.

Installation/Usage

$ sudo apt install git 
$ git clone $THISURL 
@pono
pono / gist:4350182
Last active December 10, 2015 00:19 — forked from gumayunov/gist:2158147
Pair programming with screen with .screenrc and suid permissions.

User john (on host):

john $ cat > ~/.screenrc <<EOF
    multiuser on
    acladd mike
    EOF

john $ sudo chmod u+s /usr/bin/screen 
john $ sudo chmod 755 /var/run/screen