Posts by Category

Blog

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 유용한 명령어 모음

Post: Link Permalink

less than 1 minute read

This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.

Post: Quote

less than 1 minute read

Only one thing is impossible for God: To find any sense in any copyright law on the planet. Mark Twain

Post: Notice

1 minute read

A notice displays information that explains nearby content. Often used to call attention to a particular detail.

Post: Chat

2 minute read

Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.

Post: Standard

4 minute read

All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing...

Post: Modified Date

less than 1 minute read

This post has been updated and should show a modified date if used in a layout.

Back to Top ↑

nginx

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; ...

Back to Top ↑

blog

Back to Top ↑