일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 돈암동맛집
- react
- ubuntu자바설치
- 공무원
- 영화추천
- tomcat7
- 방이편백육분삼십성신여대
- 통영
- springboot
- 스페인여행
- 방이편백육분삼십
- 자바스크립트에러처리
- 국가직
- JavaScript
- 성북구맛집
- 퇴사후공무원
- 통영에어비앤비
- 서울숲누룽지통닭구이
- 파이썬
- 성신여대편백집
- npm
- 한남동맛집
- 꼴뚜기회
- 통영여행
- 뚝섬역맛집
- gradle
- 통영예쁜카페
- 한성대맛집
- ELK
- 성신여대맛집
- Today
- Total
목록전체보기 (146)
코린이의 기록
* Support Policy를 먼저 참고하세요 ! https://www.elastic.co/kr/support/matrix * Elasticsearch and Kibana version compatibility. 1. Download and install the public signing key: $ rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2. /etc/yum.repos.d/에 kibana.repo 파일을 만든다 그리고 아래를 그대로! 입력해야함 [kibana-7.x] name=Kibana repository for 7.x packages baseurl=https://artifacts.elastic.co/packages/7.x/..
prerequisite - Java 8 이상 권장 Support Policy를 먼저 참고하세요 ! https://www.elastic.co/kr/support/matrix 1. Download and install the public signing key: $ rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2. /etc/yum.repos.d/에 elasticsearch.repo 파일을 만든다 그리고 아래를 그대로! 입력해야함 (7.x 인 부분을 버전인가? 하고 적었는데 그게 아니였음..) [elasticsearch-7.x] name=Elasticsearch repository for 7.x packages baseurl=https://a..
elasticsearch를 설치하는 과정에서 아래와 같은 dependency error가 발생하였다. (설치했다 지웠다를 반복한탓..) 해결 방법 : rpm -e xx Reference : https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch03s03s02.html
$ ulimit -Sa core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 31060 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seco..
root로 elasticsearch를 실행했을때 다음과 같은 error 발생함. [root@rusdev bin]# ./elasticsearch [2019-04-26T18:19:52,697][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [rusdev] uncaught exception in thread [main] org.elasticsearch.bootstrap.StartupException: java.lang.RuntimeException: can not run elasticsearch as root at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:163) ~[elasticsear..
Project 만들기 1. https://start.spring.io/ 2. 위 입력한 후 Generate Project 버튼 클릭한다. 3. STS에서 File ->Open Projects From File System 클릭 위에서 생성된 zip 파일은 unzip한후 디렉토리를 불러온다. 주의) 이 아래에 sub pakcage를 만들어야함! 스프링부트 프로젝트 구조 src/main/java : 자바 Source 파일들 src/main/resources/application.properties : Spring boot property 값들을 모아 놓은 파일 src/main/resources/static : html, css 같은 정적 파일들 src/main/resources/templates : jsp,..
prerequisite - Java 8 이상 권장 RPM 으로 설치하기 ...더보기 1. Download (*현 시점에서는 elasticsearch version이 7.0.0입니다. 이는 추후에 변경될 수 있습니다.) $ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-7.0.0-x86_64.rpm 직접 받아도됨 : https://www.elastic.co/kr/downloads/elasticsearch 2. 설치 $ rpm -ivh elasticsearch-oss-7.0.0-x86_64.rpm * 꼭 알아두기! Install path : /usr/share/elasticsearch config file path : ..
user list 확인하기 $ cat /etc/passwd ...더보기 root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt mail:x:8:12:mail:/var/spool/mail:/sbin/nologin operator:x:11:0:op..