전체 글153 MongoDB 설정. MongDB 설정.구글링해보면 크게 2.4 버젼과 3.0 버젼으로 나옵니다. 2.4 url (https://docs.mongodb.org/v2.4/reference/configuration-options/) 3.0 url (https://docs.mongodb.org/manual/reference/configuration-options/) 둘간의 차이점은 분명한데 2.4 방식은 key=value 방식이고 3.0 방식은 yaml 방식으로 json과 흡사하다. 2.4 3.0 option 설정 dbpath=/data/db logpath=/data/log setParameter=logLevel=1 storage: dbPath:/data/db systemLog: destination:file path:"/var/.. 2015. 11. 9. 리눅스 tar/tar.gz/zip 사용법 서버는 주로 centos 등의 리눅스 서버를 많이 사용하는데, 압축/압축 해제 할 일이 많다 보니 여기에 기록한다. tar 압축 tar -cvf 파일명.tar 폴더명 ex) tar -cvf hello.tar hello tar 압축 풀기 tar -xvf 파일명.tar ex) tar -xvf hello.tar 사실 tar는 압축이 아니라 파일을 하나로 모으는 것이다. 이것을 압축하기 위해서는 tar.gz를 사용하면 된다. tar.gz 압축 tar -zcvf 파일명.tar.gz 폴더명 ex) tar -zcvf hello.tar.gz hello tar.gz 압축 풀기 tar -zxvf 파일명.tar.gz ex) tar -zxvf hello.tar.gz 윈도우와 주고 받으려면 zip이 편하다. zip 압축 zip.. 2015. 11. 4. IP가 나가는 경로를 알고 싶다면 traceroute 내 IP가 나가는 경로를 알고 싶으면 traceroute 를 실행하면 된다. traceroute www.google.com === update 안타깝게도 AWS에서 내부 터미널로 연결된 인스턴스에서는 위 명령어가 안 먹는다. 전부 * * * 로 나온다. 마지막 나가는 ip는 알 수 있는 방법이 있다. curl bot.whatismyipaddress.com 이 방법을 사용하면 AWS에서도 사용할 수 있다. 2015. 11. 4. Mac OS Yosemite 에 Wireshark 설치하기. Mac Yesemite에 Wireshark 설치하기 1. Wireshark 설치하기 https://www.wireshark.org/download.html Stable Release 에서 설치 한 뒤에 터미널에서 실행했더니 아래와 같은 에러가 발생하였다. 2015-10-27 11:39:05.802 defaults[6593:327495] The domain/default pair of (kCFPreferencesAnyApplication, AppleAquaColorVariant) does not exist 2015-10-27 11:39:05.811 defaults[6594:327500] The domain/default pair of (kCFPreferencesAnyApplication, AppleHigh.. 2015. 10. 27. 이전 1 ··· 19 20 21 22 23 24 25 ··· 39 다음