• Skip to primary navigation
  • Skip to content
  • Skip to footer
MM
  • Posts
  • Categories
  • Tags
  • About
    First Lastname

    First Lastname

    My awesome biography constrained to a sentence or two goes here.

    • Website
    • Twitter
    • GitHub
    • Instagram

    linux

    less than 1 minute read

    linux 유용한 명령어 모음

      * shell 확인
       - echo $SHELL  
      * alias 지정
       - alias  #list
       - ~/.bashrc #vi/vim  후 source
       - alias dd=''  
    

    Tags: linux

    Categories: Blog

    Updated: March 23, 2022

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    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 swarm

    less than 1 minute read

    docker-swarm ``` docker info looking for swram in docker info list inactive 면

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

    • Twitter
    • GitHub
    • Instagram
    • Feed
    © 2022 MM. Powered by Jekyll & Minimal Mistakes.