Learn, apply and share
About Category Tags Archives
  • [linux] 셀스크립트 작성 방법

    Jun 20, 2018 - linux - [ shell , linux ]

    초간단 hello.sh 예제

    1. 첫번째 줄에 #!/bin/sh 입력하고 2번째 라인부터 스크립트 작성
      #!/bin/sh
      echo "Hello Word!!"
      
    2. 실행권한을 부여한 후
      chmod 700 hello.sh
      

    Read on →

  • remote 호스트의 mac address 얻어오는 방법

    Jun 11, 2018 - network - [ macaddress , ARP ]

    문제

    서버에서 클라이언트의 mac address 를 알아낼 수 있을까

    Read on →

  • iOS 에서 입력컨트롤 테두리 그림자 제거

    Jun 11, 2018 - FrontEnd - [ border , shadow , ios ]

    문제

    입력 컨트롤의 테두리를 보시면(border-top) 어두운 그림자가 드리어져 있다

    Read on →

  • [js] 불변성을 유지하며 array 순서 뒤집기

    Jun 7, 2018 - vanillaJS - [ array , reverse , immutability , 불변성 ]

    문제

    배열의 순서를 뒤집기 위해 간단히 arr.reverse() 를 이용할 수 있지만 Array.prototype.reverse 는 불변성을 유지하지 못한다.

    Read on →

  • [mongoDB] aws ec2 에서 mongoDB 세팅하기

    Jun 6, 2018 - database - [ aws , mongoDB , ec2 ]

    mongodb 설치

    1. root 권한으로 전환
      $ sudo su
      
    2. vi /etc/yum.repos.d/mongodb-org-3.4.repo 입력 후 아래 내용 저장
      [mongodb-org-3.4]
      name=MongoDB Repository
      baseurl=https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/3.4/x86_64/
      gpgcheck=1
      enabled=1
      gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc
      
    3. yum 으로 설치
      $ yum install -y mongodb-org
      

    Read on →

« Older Newer »

Learn, apply and share

  • Learn, apply and share
  • min9nim@gmail.com
  • min9nim
  • min9nim
  • minq
  • min9nim
  • smg529

SW 개발에 대한 이야기

크리에이티브 커먼즈 라이선스 크리에이티브 커먼즈 저작자표시-동일조건변경허락 4.0 국제 라이선스에 따라 이용할 수 있습니다
© - Powered by GitHub & Jekyll & whiteglass - Subscribe via RSS