본문 바로가기

반응형

전체 글

C276x260 운영체제 버전 정보 확인 운영체제 버전 정보 확인 /etc/os-release 파일로 확인 cat /etc/os-release Ubuntu $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-an.. 더보기
C276x260 ‘직위’, ‘직급’, ‘직책’ 차이점 ‘직위(職位)’, ‘직급(職級)’, ‘직책(職責)’ 차이점 참고URL- 디지틀 조선일보 : 헷갈리지 마세요! ‘직위’, ‘직급’, ‘직책’ 차이점 더보기
C276x260 윈도우 10 창 정렬 기능 켜기(창 이동 활성화하기) 윈도우 10 창 정렬 기능 켜기(창 이동 활성화하기) "원도우 키 + 방향 키"로 창 이동 창 이동 단축키 Windows 키 + Left 키 : 창을 왼쪽으로 Windows 키 + Right 키 : 창을 오른쪽으로 Windows 키 + Up 키 : 창을 위쪽으로 Windows 키 + Down 키 : 을 아래쪽으로 창 맞춤 설정 Windows 설정 > 시스템 > 멀티태스킹 > 창 맞춤 원도우 10 원도우 11 더보기
C276x260 Redis 모니터링을 위한 Zabbix 템플릿을 설정하는 방법 Redis 모니터링을 위한 Zabbix 템플릿을 설정하는 방법(redis 템플릿 적용)userparameter 생성vim /etc/zabbix/zabbix_agentd.d/userparameter_redis.confUserParameter=redis.local[*], redis-cli -h 127.0.0.1 -p 6379 info | grep $1 | grep -v _human | cut -d : -f2UserParameter=redis.status[*], redis-cli -h $1 -p $2 info | grep $3 | grep -v _human | cut -d : -f2UserParameter=redis.proc, pidof redis-server | wc -l템플릿(Template App Red.. 더보기
C276x260 [VPN] Amazon Linux 2에 WireGuard를 설치하는 방법 Amazon Linux 2에 WireGuard를 설치하는 방법 ### epel 리포지토리 설치 $ amazon-linux-extras install epel ### wireguard 리포지토리 설치 $ curl -sL https://copr.fedorainfracloud.org/coprs/jdoss/wireguard/repo/epel-7/jdoss-wireguard-epel-7.repo -o /etc/yum.repos.d/wireguard.repo ### wireguard 패키지 설치 $ yum install wireguard-dkms wireguard-tools 더보기
C276x260 CentOS 7에서 PHP Redis 확장 모듈을 설치하는 방법 CentOS 7에서 PHP Redis 확장(Extension) 모듈을 설치하는 방법phpredis는 PHP에서 Redis를 쉽게 사용할 수 있도록 해주는 확장 모듈입니다. 필요한 패키지 설치sudo yum install -y gcc make autoconf jemalloc tclRedis 패키지 설치sudo yum install -y redissudo systemctl --now enable redisredis-cli --versionredis-cli -h 127.0.0.1 -p 6379 pingPHP Redis Extension 모듈 설치phpredis 다운로드 및 압축 해제GitHub에서 phpredis 모듈을 다운로드하고 압축을 해제합니다.cd /usr/local/srcwget https://git.. 더보기
C276x260 MySQL 5에서 rpcgen 오류를 해결하는 방법 MySQL 5(MySQL 5.7)에서 rpcgen 오류를 해결하는 방법컴파일 시 오류CMake Error at rapid/plugin/group_replication/rpcgen.cmake:100 (MESSAGE): Could not find rpcgenCall Stack (most recent call first): rapid/plugin/group_replication/CMakeLists.txt:36 (INCLUDE)1. rpcgen 설치 확인rpcgen이 시스템에 설치되어 있는지 확인합니다.설치되지 않은 경우 다음 명령어를 사용하여 설치할 수 있습니다.Ubuntu/Debiansudo apt-get updatesudo apt-get install rpcbindCentOS/RHELsudo yum i.. 더보기
C276x260 Let's Encrypt을 사용하여 SSL 인증서를 발급 - WEBROOT Let's Encrypt(certbot)을 사용하여 SSL 인증서를 발급 - WEBROOTWEBROOT 방식의 개요WEBROOT 방식은 도메인 소유권을 인증하기 위해, 웹 서버의 특정 경로에 인증용 파일을 생성하여 Let's Encrypt 서버가 이를 확인할 수 있도록 합니다.EPEL 패키지 설치sudo yum install -y epel-releaseCertbot 패키지 설치 및 디렉터리 권한 설정sudo yum install -y certbotmkdir -p /var/lib/letsencrypt/.well-knowncd /var/libchgrp nobody letsencryptchmod g+s letsencryptSSL 인증서 발급 - WEBROOT 방식sudo certbot certonly \ --.. 더보기

728x90
반응형