Skip to content

Instantly share code, notes, and snippets.

View seongjoojin's full-sized avatar
🎯
Focusing

EvanJin seongjoojin

🎯
Focusing
  • seoul
  • 12:23 (UTC +09:00)
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/*
* ------------------------------------------------------------
* "THE BEERWARE LICENSE" (Revision 42):
* <author> wrote this code. As long as you retain this
* notice, you can do whatever you want with this stuff. If we
* meet someday, and you think this stuff is worth it, you can
* buy me a beer in return.
* ------------------------------------------------------------
*/
@seongjoojin
seongjoojin / gist:e904645426c9c7ce3c6d416168dffdc3
Last active July 26, 2018 06:07
가상 데이터 센터 만들기 - VPC 기본 및 연결 옵션 정리
VPC (Virtual Private Cloud) : 보안 레벨을 지정할때 유용
외부에서 접속하지 말아야할 것들을 서브넷이라는 개념으로 분리할 수 있음.
## 인터넷에 연결된 VPC 만들기 : 단계별
IP 주소 범위 선택 -> 가용 영역(AZ)별 서브넷 설정 -> 인터넷으로 향하는 경로(route) 만들기 -> VPC 로/부터의 트래픽 설정
## CIDR notation revie
@seongjoojin
seongjoojin / config.fish
Created April 15, 2019 16:14 — forked from pierre-b/config.fish
golang fish shell config
# config file
# vim ~/.config/fish/config.fish
# reload the config
# source ~/.config/fish/config.fish
# set the workspace path
set -x GOPATH /users/my-username/go
# add the go bin path to be able to execute our programs