목록서버셋팅 (24)
코드 잡동사니
yum install epel-release yum install xrdp tigervnc-server chkconfig xrdp on chkconfig vncserver on chcon -t bin_t /usr/sbin/xrdp chcon -t bin_t /usr/sbin/xrdp-sesman systemctl start xrdp.service 이순서가 맞는지는 모르겠다 ...
vi tomcat경로/conf/server.xml 에 들어가면 69줄에 위치한 Connector port 가 있는데 초기 포트는 8080으로 되어있다. 아래는 8083으로 변경한 것
yum clean all & yum clean metadata 위에가 안되면 아래꺼 yum install epel-release 터미널에 작성 후 다시 설치 시도
http://leanq.tistory.com/26 mosquitto_pub --help 도움말 잘 보자 mosquitto_pub -u -P
http://linguist79.tistory.com/57 이글 참조하면 되고 윈도우 사용자에서는 오라클 클라이언트를 설치하고 테스트하면 된다. 리눅스 로컬에서 테스트할 경우에는 오라클 DB 가 설치되어 있으면 오라클 클라이언트 설치 안하고 로컬로 테스트 가능하다.
http://onecellboy.tistory.com/220http://ngee.tistory.com/488https://m.blog.naver.com/PostView.nhn?blogId=dudwo567890&logNo=130160156727&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F http://tip.daum.net/question/117611
https://www.rootusers.com/how-to-reset-root-user-password-in-centos-rhel-7/ http://allthatlinux.com/dokuwiki/doku.php?id=root_%ED%8C%A8%EC%8A%A4%EC%9B%8C%EB%93%9C_%EB%B3%80%EA%B2%BD#redhat_7_%EB%B3%80%EA%B2%BD_%EB%B0%A9%EB%B2%95
출처 : https://medium.com/mongoaudit/how-to-upgrade-mongodb-to-latest-stable-version-9607266834cf 1. vi /etc/yum.repos.d/mongodb-org-3.4.repo 2. [mongodb-org-3.4]name=MongoDB Repositorybaseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/3.4/x86_64/gpgcheck=1enabled=1gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc 3. sudo yum install -y mongodb-org 하고 mongo -version 을 치면 3.4 로 변한다 근데..