Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Kibana server is not ready yet
- elastic stack
- hardening
- x-pack
- freebsd
- PlayBook
- pfsense
- miniconda
- ELASTIC
- G-suite
- Kibana
- centos 8
- proxycfg
- endpoint security
- 보안양파
- Windows
- docker
- ssh key 배포
- xe guest utilities
- macos
- 한글가이드
- bash
- ansible
- application security
- Elasticsearch
- Proxy
- XCP-ng
- 로그인불가
- GitLab
Archives
- Today
- Total
선 밖에 선 자유인
MongoDB 설치 in CentOS 6 본문
- yum 저장소 추가
# vi /etc/yum.repos.d/mongodb.repo
[mongodb]
name=MongoDB Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1
# yum -y install mongodb-org
yum -update 를 통한 업데이트 방지
# vi /etc/yum.conf
exclude=mongodb-org,mongodb-org-server,mongodb-org-shell,mongodb-org-mongos,mongodb-org-tools
# service mongod start
# chkconfig mongod on
- tarball install
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/
- 설명 잘됨
http://dev.epiloum.net/813
Comments