Skip to content

Instantly share code, notes, and snippets.

View o0h's full-sized avatar
😀
Working from home

Hideki Kinjyo o0h

😀
Working from home
View GitHub Profile
@dachi023
dachi023 / atom-export-packages.sh
Last active November 16, 2018 11:00
My atom packages
apm list --installed --bare > ~/.atom/atom-packages.txt
@dwilkie
dwilkie / docker-cheat-sheat.md
Last active January 18, 2024 10:56
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes