변군이글루 썸네일형 리스트형 CentOS 7에서 네트워크 구성을 설정하는 방법(network configuration) CentOS 7에서 네트워크 구성을 설정하는 방법(network configuration) 네트워크 구성은 주로 /etc/sysconfig/network-scripts/ 디렉토리의 네트워크 설정 파일을 수정하여 수행됩니다. 1. 네트워크 인터페이스 확인 시스템에 어떤 네트워크 인터페이스가 설치되어 있는지 확인합니다. ifconfig -a 2. 필요한 패키지 설치 telnet, traceroute, net-tools 패키지를 설치합니다. 이러한 패키지는 네트워크 디버깅 및 테스트 도구를 제공합니다. ** ping, telnet, traceroite, nslookup, dmesg, netstat -nr sudo yum install -y telnet traceroute net-tools 3. 네트워크 재시작.. 더보기 [원도우] Windows XP의 부팅순서 부팅의 순서(Windows XP) * 녹색은 BIOS 부팅과정, 빨간색은 Windows 부팅과정 전원 ON(그래픽카드 작동) -> BIOS 작동 (POST (power on self test) 수행)(메모리칩이나 장치를 초기화 한다) -> 디스크 탐색(부팅파일을 읽음) -> 하드디스크의 MBR (Master Boot Record)읽음 -> 부트 파티션 탐색 (MBR내부) -> NTIPL을 읽음 (Initial program loader)(파티션 맨 앞의 10섹터 차지)-> NTldr 실행 ( NT loader) -> boot.ini 읽음 -> NTDETECT.COM 읽음 (접속된 장치를 알아내고 레지스트리 확인 -> ntoskml.exe 실행(커널) -> 드라이버 읽음 (hal.dll, acpi, pci.. 더보기 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.. 더보기 이전 1 ··· 29 30 31 32 33 34 35 36 다음