Recent Posts

Post: nginx

less than 1 minute read

aws npm install 시 ec2.micro 뻗어버리는 현상

Post: nginx

1 minute read

nginx config ``` conf.d server { listen 0.0.0.0:80; server_name _; location / { root /usr/share/nginx/html/images; ...

Post: Docker3 -docker compose

2 minute read

docker-compose * configure relationships between containers * save our docker container run settings in easy to read file * create one-liner developer env...

linux

less than 1 minute read

linux 유용한 명령어 모음