728x90 반응형 Developer/Server & JVM54 [Server] ntpq -p 명령어 이해하기 https://syuda.tistory.com/12 [NTP] ntpq -p 필드값 설명안녕하세요. 슈다 입니다. 서버에서 ntpq -p 명령의 결과값 필드에 대해 알아보도록 하겠습니다. # ntpq -p remote refid st t when poll reach delay offset disp =============================================================== *ntpsyuda.tistory.com 2024. 11. 29. [Server] Linux, CentOS 하드웨어 정보 확인 (벤더, 모델명, OS, CPU, Core, 메모리, 하드디스크) 하드웨어 제조사 벤더dmidecode -s system-manufacturer 하드웨어 장비 모델명dmidecode -s system-product-name OS 버젼cat /etc/*-release | uniq OS 커널 배포 버젼uname -a CPU 정보cat /proc/cpuinfo | grep 'model' | tail -1 물리적 CPU 수량grep 'physical id' /proc/cpuinfo | sort | uniq | wc -l CPU당 물리 Core 수량grep "cpu cores" /proc/cpuinfo | tail -1 논리적 CPU 전체 수량 ( CPU * Core )grep ^processor /proc/cpuinfo | wc -l 물리적 메모리 수량, 용량dmidecode.. 2024. 11. 14. [Server] Tomcat JKS SSL인증서 적용 Server.xml @ 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 Colored by Color Scripter cs @ 2024. 10. 23. [Server] du명령어 자세히 보기 du -h --max-depth=1 ./ 2024. 5. 27. [Server] SSL 인증서 갱신 후 크롬 및 CURL (Peer certificate cannot be authenticated with known CA certificates) 문제 curl: (60) Peer certificate cannot be authenticated with known CA certificates More details here: http://curl.haxx.se/docs/sslcerts.htmlcurl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a c.. 2024. 5. 20. 이전 1 2 3 4 ··· 11 다음 728x90 반응형