Skip to content

Instantly share code, notes, and snippets.

View frankurcrazy's full-sized avatar
🎯
Focusing

Frank Chang frankurcrazy

🎯
Focusing
View GitHub Profile
@frankurcrazy
frankurcrazy / gist:9f558a2f52eda860bac97ba0a676c13a
Created January 18, 2019 07:16 — forked from chrisdone/gist:02e165a0004be33734ac2334f215380e
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@frankurcrazy
frankurcrazy / nginx.conf
Created February 29, 2016 20:21 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048