본문 바로가기
728x90
반응형
SMALL

서버66

[Haproxy] HAProxy 설정 #---------------------------------------------------------------------# Example configuration for a possible web application.  See the# full configuration options online.##   https://www.haproxy.org/download/1.8/doc/configuration.txt##---------------------------------------------------------------------#---------------------------------------------------------------------# Global settings#------.. 2025. 3. 11.
Rocky linux Bonding 설정(nmcli) 1. 인터페이스 생성 및 모니터링 주기 설정※ miimon: 모니터링 주기를 가리키며 ms 단위임으로 1000으로 할 경우 1초 단위로 링크 모니터링 수행 # nmcli connection add type bond con-name bond0 ifname bond0 bond.options “mode=active-backup,miimon=1000”2. 설정# nmcli device statusDEVICE TYPE STATE CONNECTIONens32 ethernet connected ens32lo loopback connected (externally) .. 2025. 2. 20.
[리눅스] Rocky linux9 faillock 설정 authselect select sssd --force 명령은 Rocky Linux 8에서 SSSD(System Security Services Daemon) 기반의 인증 프로파일을 활성화하는 데 사용됩니다.🔹 authselect select sssd --force란?이 명령을 실행하면 SSSD를 이용한 인증 방식이 활성화되며, /etc/nsswitch.conf 및 /etc/pam.d/ 내 PAM 설정 파일들이 변경됩니다.특히, faillock을 적용하는 경우 authselect를 제대로 설정하지 않으면 보안 정책이 비정상적으로 동작할 수 있습니다.🔧 1. SSSD 프로파일 활성화다음 명령을 실행하여 SSSD 인증을 강제로 적용합니다: authselect select sssd --force --for.. 2025. 2. 13.
[Linux] smartctl을 이용하여 하드디스크 진단 [root@localhost ~]# smartctl --all /dev/sdasmartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce AllenHome page is http://smartmontools.sourceforge.net/=== START OF INFORMATION SECTION ===Model Family:     Western Digital Caviar Second Generation Serial ATA familyDevice Model:     WDC WD5000AAKS-00A7B2Serial Number:    WD-WCASY7521049Firmware Version: 01.03B01User Capacity: .. 2024. 11. 8.
728x90
반응형
SMALL