목록분류 전체보기 (910)
변군이글루

‘직위(職位)’, ‘직급(職級)’, ‘직책(職責)’ 차이점 출처 : https://digitalchosun.dizzo.com/site/data/html_dir/2018/07/06/2018070612214.html 헷갈리지 마세요! ‘직위’, ‘직급’, ‘직책’ 차이점 헷갈리지 마세요! ‘직위’, ‘직급’, ‘직책’ 차이점 digitalchosun.dizzo.com

창 정렬 기능 켜기 : "원도우 키 + 방향 키"로 창 이동 창 이동 단축키 Windows 키 + Left 키 : 창을 왼쪽으로 Windows 키 + Right 키 : 창을 오른쪽으로 Windows 키 + Up 키 : 창을 위쪽으로 Windows 키 + Down 키 : 을 아래쪽으로 창 맞춤 설정 Windows 설정 > 시스템 > 멀티태스킹 > 창 맞춤

zabbix redis 모니터링 https://github.com/oscm/zabbix/tree/master/redis oscm/zabbix Zabbix Plugin. Contribute to oscm/zabbix development by creating an account on GitHub. github.com userparameter 생성 $ vim /etc/zabbix/zabbix_agentd.d/userparameter_redis.conf UserParameter=redis.local[*], redis-cli -h 127.0.0.1 -p 6379 info | grep $1 | grep -v _human | cut -d : -f2 UserParameter=redis.status[*], redis-..

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