Skip to content

Instantly share code, notes, and snippets.

View frankurcrazy's full-sized avatar
🎯
Focusing

Frank Chang frankurcrazy

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am frankurcrazy on github.
  • I am frankchang (https://keybase.io/frankchang) on keybase.
  • I have a public key ASCPp2T7SpGCCyx3G-aCGB78fDaJjCR1KgDFoZCA4prGPAo

To claim this, I am signing this object:

@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 / .vimrc
Created August 21, 2017 02:23
My vimrc
set ts=4
set nu
set bg=dark
set expandtab
set autoindent
set cindent
set laststatus=2

Keybase proof

I hereby claim:

  • I am frankurcrazy on github.
  • I am frankchang (https://keybase.io/frankchang) on keybase.
  • I have a public key whose fingerprint is C47F 4F56 FC89 2B26 0D05 D265 5560 53F3 9F16 BA7D

To claim this, I am signing this object:

@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