profile
개발 기록
태그 목록
전체보기 (296)linux(29)ML(27)blockchain(25)docker(22)db(10)NestJS(9)todo(9)Nginx(8)http(8)git(7)python(6)log(5)prometheus(5)opencv(5)postgres(5)code(5)tensorflow(4)nextjs(4)bash(4)apt(4)ssl(3)fs(3)error(3)docker compose(3)oAuth(3)js(3)cpu(3)mongodb(3)disk(3)DNS(3)Angular(3)GitLab(3)Grafana(3)time(3)ts(3)ip(2)cli(2)Group(2)cron(2)Auth(2)CSS(2)Java(2)React(2)CI/CD(2)zsh(2)shell(2)typeOrm(2)nsetjs(2)os.path(2)exporter(2)consensus(2).env(2)network(2)express.js(2)user(2)nat(1)yarn(1)path(1)multi-stage build(1)project(1)tail(1)prune(1)redis(1)nofile(1)AMD(1)CommonJS(1)Module(1)status code(1)yaml(1)CRLF(1)localhost(1)PIL(1)service(1)Prototype(1)w(1)ajax(1)TEE(1)off-chain(1)initDB(1)PostgreSQL(1)sed(1)Sync(1)metrics(1)oh my zsh(1)병렬성(1)lua(1)mongoose(1)export(1)&&(1)질문(1)pagination(1)vpn(1)transaction(1)Wget(1)optimism(1)socket(1)Flexbox(1)env(1)IO(1)ssh(1)ec2(1)EOF(1)webjar(1)psql(1)https(1)Node(1)개행(1)JWT(1)json(1)systemctl(1)BSC(1)pathlib(1)bootstrap(1)nproc(1)multiplexer(1)config(1)awk(1)redirection(1)watch(1)submodule(1)di(1)Preprocessing(1)architecture(1)tar(1)rsyslog(1)Javascipt(1)ulimit(1)rxjs(1)mysql(1)middleware(1)uniq(1)alert(1)binance(1)ifconfig(1)top(1)tinyproxy(1)hook(1)Trilemma(1)Logrotate(1)scikit learn(1)jq(1)www(1)vechain(1)Uptime(1)react native(1)gzip(1)layer(1)stats(1)VS(1)aws(1)iotop(1)cost function(1)helmet(1)cookie(1)express(1)next.js(1)tmux(1)systemd(1)on-chain(1)openresty(1)excel(1)Activation(1)동시성(1)aria2(1)CA(1)ES6(1)websocket(1)set(1)kakao(1)DTO(1)session(1)canonical name(1)OS(1)Keras(1)sop(1)typescript(1)vim(1)finality(1)dockerfile(1)tag(1)goaccess(1)reg(1)swarm(1)jar(1)numpy(1)slack(1)cors(1)ARM(1)make(1)web(1)dockerize(1)beacon chain(1)promise(1)Gateway(1)glob(1)daemon(1)Orchestration(1)TSDB(1)자료구조(1)scp(1)API(1)sh(1)ethereum(1)List(1)ubuntu(1)inode(1)개발용어(1)REST(1)Proxy(1)DAO(1)Attributes(1)plugin(1)operator(1)ln(1)ppa(1)

[Docker compose] init db

/docker-entrypoint-initdb.d 아래에 .sh 또는 .sql 파일이 있으면 entrypoint로써 실행시킨다.

어제
·
0개의 댓글
·

rsyslog 로 nginx log 관리하기

rsyslog variables https://www.rsyslog.com/doc/master/configuration/properties.html

어제
·
0개의 댓글
·
post-thumbnail

NAT

NAT(National Address Translation)IP packet 에 있는 출발지 및 목적지의 IP 주소와 TCP/UDP port 숫자 등을 바꿔 재기록하면서 network trafic 을 주고 받게하는 기술가장 중요한 질문이다. NAT 를 사용하는 데에는

2023년 6월 2일
·
0개의 댓글
·

nginx proxy

proxy server 를 경유한 요청이 nginx server 에 도착했다고 해보자.nginx server 입장에서는 proxy server 의 ip 만을 전달 받을 것이다. 하지만 만약 실제 사용자의 IP 를 찾고싶다면 어떻게 할까?이에 대한 이야기를 해보자ngin

2023년 6월 2일
·
0개의 댓글
·
post-thumbnail

goaccess

goaccess 로 nginx log 관리

2023년 6월 2일
·
0개의 댓글
·

SSL 과 인증서 구조

인증서란 무엇이고 왜 사용하는걸까?

2023년 6월 1일
·
0개의 댓글
·
post-thumbnail

system resource limit (ulimit)

ulimit command

2023년 5월 30일
·
0개의 댓글
·
post-thumbnail

Makefile

Makefile 에 대해서 알아보자

2023년 5월 30일
·
0개의 댓글
·
post-thumbnail

[Next.js] css

next.js 에 css 적용하기

2023년 5월 29일
·
0개의 댓글
·
post-thumbnail

Docker updating ENV

아래 글을 참고해보자https://www.baeldung.com/ops/dockerfile-path-environment-variable

2023년 5월 26일
·
0개의 댓글
·
post-thumbnail

nginx openResty

openresty package installation http://openresty.org/en/linux-packages.htmlopenresty binary releases http://openresty.org/en/download.htmlope

2023년 5월 25일
·
0개의 댓글
·
post-thumbnail

Docker 자동 종료 방지

자꾸 종료되는 docker 를 붙잡아 두는 방법에 대해서 알아보자

2023년 5월 25일
·
0개의 댓글
·
post-thumbnail

Docker multi-stage builds

Docker multi stage builds

2023년 5월 24일
·
0개의 댓글
·
post-thumbnail

lua

nginx-lua github https://github.com/openresty/lua-nginx-modulehttps://github.com/knyar/nginx-lua-prometheus

2023년 5월 24일
·
0개의 댓글
·
post-thumbnail

uniq

입력 내용의 중복 항목을 제거하는 uniq

2023년 5월 23일
·
0개의 댓글
·
post-thumbnail

tail

tail 로 실시간 log 확인하기

2023년 5월 22일
·
0개의 댓글
·

wc

wc, word count command \-w, --words print the word counts

2023년 5월 19일
·
0개의 댓글
·
post-thumbnail

optimism

optimism

2023년 5월 18일
·
0개의 댓글
·
post-thumbnail

[Prometheus] Data storage

prometheus 는 어떻게 data 를 저장할까?

2023년 5월 18일
·
0개의 댓글
·
post-thumbnail

[TSDB] Time Series Database

시계열 데이터를 처리하는 TSDB

2023년 5월 18일
·
0개의 댓글
·