변군이글루 썸네일형 리스트형 How to set or change timezone on Ubuntu How to set or change timezone on Ubuntu 22.04The test environmentdocker run -d --privileged --name ubunut anti1346/ubuntu2204:systemddocker exec -it ubunut bash To set or change the timezone on Ubuntu, you can follow the steps below1. Check the current timezone configurationtimedatectl show$ timedatectl Local time: Mon 2023-06-19 11:19:07 UTC Universal time: Mon 2023-06-1.. 더보기 How to install the latest version of influxdb on Ubuntu How to install the latest version of influxdb on UbuntuInstall the latest version of InfluxDB on Ubuntu 1. Update the system packagessudo apt update 2. Import the InfluxDB GPG keywget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - 3. Add the InfluxDB repository to the package managerFor Ubuntu 22.04echo "deb https://repos.influxdata.com/$(lsb_release -si) $(lsb_release -sc) .. 더보기 시스코 스위치의 기본 설정하는 방법 시스코 스위치의 기본 설정하는 방법(Switch 기본 설정)콘솔 연결스코 스위치와 PC를 콘솔 케이블로 연결하고 터미널 에뮬레이터 프로그램(예: PuTTY)을 사용하여 스위치의 콘솔 포트에 접속합니다.초기 설정 모드스위치를 처음 부팅하면 Initial Configuration Dialog가 나타납니다. 이 대화 상자에서 기본 설정을 할 수 있지만 보통은 나중에 수동으로 설정하는 것이 더 좋습니다. 따라서 'No'를 선택하고 Enter를 누릅니다.기본 모드 진입기본 설정 모드로 진입합니다.Switch> enableSwitch# configure terminal호스트 이름 설정스위치의 호스트 이름을 설정합니다.Switch(config)# hostname SwitchSwitch(config)#비밀번호 설정콘솔.. 더보기 리눅스 Bonding 모드 리눅스 Bonding 모드리눅스에서 Bonding 모드는 패킷을 전송할 NIC를 선택하는 방식을 지정합니다. Bonding 모드mode=0(Round-robin) : 패킷을 순서대로 각 NIC에 보내는 방식입니다.mode=1(Active-backup) : 하나의 NIC만 활성화되어 패킷을 전송하고, 다른 NIC는 대기 상태로 유지됩니다. 장애가 발생하면 대기 상태의 NIC가 활성화됩니다.mode=2(balance-xor) : 패킷의 MAC 주소와 목적지 MAC 주소의 XOR을 계산하여 각 NIC를 선택하는 방식입니다.mode=3(broadcast) : 모든 패킷을 모든 NIC에 보내는 방식입니다.mode=4(802.3ad) : IEEE 802.3ad 표준을 기반으로 하는 방식입니다.mode=6(balan.. 더보기 [error] named: initgroups(): Operation not permitted named 실행 시 아래와 같은 에러가 발생할 경우 [root@dns3 slaves]# service named restart named를 정지 중: [ OK ] named를 시작 중: named: initgroups(): Operation not permitted [실패] [root@dns3 slaves]# vi /var/log/messages Mar 26 21:50:03 dns3 kernel: type=1400 audit(1301143803.811:5): avc: denied { getcap } for pid=1776 comm="named" scontext=root:system_r:named_t:s0 tcontext=root:system_r:named_t:s0 tclass=process enforci.. 더보기 CentOS 6에서 rsyslog 데몬 설정 및 로그 정책 변경 CentOS 6에서 rsyslog 데몬 설정 및 로그 정책 변경(rsyslogd)1. /etc/rsyslog.conf 주요 설정기본 설정 파일은 /etc/rsyslog.conf에 위치합니다. 모듈 로딩 섹션#### MODULES ####$ModLoad imuxsock.so # 로컬 소켓 지원 (logger 명령어 등)$ModLoad imklog.so # 커널 메시지 수집#$ModLoad immark.so # --MARK-- 메시지 주기 출력 (비활성화됨)immark.so는 시스템 상태 표시용 주기 메시지 기능이지만 일반적으로 사용하지 않으므로 주석 처리되어 있습니다.네트워크 수신# UDP 수신 활성화 (비활성화됨)#$ModLoad imudp.so#$UDPServerRun 514# T.. 더보기 How to Enable HTTP/2 in Apache 2.4 on Ubuntu 22.04 How to Enable HTTP/2 in Apache 2.4 on Ubuntu 22.04To enable HTTP/2 in Apache 2.4 on Ubuntu 22.04, you can follow these steps: 1. Update your systemsudo apt update 2. Install Apache 2.4 with SSL support and HTTP/2 modulesudo apt install apache2sudo apt install libapache2-mod-http2 3. Enable the necessary modulessudo a2enmod http2sudo a2enmod ssl 4. Configure your virtual hostsEdit the Apache conf.. 더보기 [네임서버] bind view zonetransfer test(dns) bind view zonetransfer 테스트(bind) 마스터 서버 named 설정 파일(/etc/named.conf) vim /etc/named.conf // named.conf options { listen-on port 53 { any; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; recursing-file "/var/named/data/named.recursing"; secroots-file "/var/named/data/.. 더보기 이전 1 ··· 29 30 31 32 33 34 35 36 다음