1. 필요 패키지 설치 root~# apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 2. GPG 키 추가 root~# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 3. DOCKER Repository 추가 root~# add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" 4. DOCKER 설치 root~# apt-get install docker-ce dock..
기존 CentOs에서 Ubuntu로 서버 OS를 변경하였으며, 그로 인한 시간에 대한 문제점이 발생을 하였다. 시스템 시간은 한국시간이 맞는대 jvm의 시간이 틀린것이다. 해결방법 1. jvm의 시간을 동기화 하는방법 JVM 기동시에 -XX:+UseGetTimeOfDay -XX:+UseHighResolutionTimer 위와 같은 옵션을 주는 방법 2. 시스템의 타임존을 재설정 하는방법 1. rdate설치 root@server:/opt# apt-get install rdate 2. tzdata재설정 root@server:/opt# dpkg-reconfigure tzdata Asia와 Seoul을 선택한다. Current default time zone: 'Asia/Seoul' Local time is n..
1. MinIO 다운로드 root@daniel-server:~# cd /usr/local/bin/ root@daniel-server:~# wget https://dl.min.io/server/minio/release/linux-amd64/minio root@daniel-server:~# chmod +x minio 2. MinIO 설정 root@daniel-server:~# cd /etc root@daniel-server:~# mkdir minio root@daniel-server:~# cd /etc/minio root@daniel-server:~# vi minio.conf MINIO_VOLUMES="/data" # minio 의 파일들을 관리할 위치 (volumes) MINIO_OPTS="--addres..
1. smartmoontools 설치 apt-get install smartmontools 2. smartctl 명령어 smartctl [옵션] [장치] 3. 디스크 정보 확인 root@daniel-server:~# df -h Filesystem Size Used Avail Use% Mounted on udev 1.9G 0 1.9G 0% /dev tmpfs 383M 1.3M 382M 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 91G 9.2G 77G 11% / tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/loop2 33M 33M 0 100..
- Total
- Today
- Yesterday
- Intellj들여쓰기
- camelcase
- Letsencrypt wildcard
- 마이바티스CamelCase
- 마이바티스
- Letsencrypt wildcard auto renew
- letsencrypt
- SSL
- Letsencrypt+nginx
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |