본문 바로가기

반응형

변군이글루

itop 설치하기 itop(itsm) 설치하기itop - ITSM & CMDB OpenSource필수 패키지 설치yum install php-develiTop-2.1.0mkdir log env-production conf datarootchown apache.apache log env-production conf dataiTop 데이터베이스 생성mysql -u root -pcreate database itopDB character set utf8;grant all privileges on itopDB.* to 'itop'@'localhost' identified by 'itop';flush privileges; 더보기
Swap 메모리 초기화 및 사용 빈도 설정 Swap 메모리 초기화 및 사용 빈도 설정Linux 시스템에서는 물리 메모리가 부족할 경우 디스크의 일부를 Swap 영역으로 활용하여 메모리처럼 사용하는 기능이 있습니다. 하지만 Swap은 디스크 I/O를 사용하기 때문에 성능이 떨어질 수 있어, 상황에 따라 Swap 사용 빈도 조절이 필요할 수 있습니다.현재 Swap 사용 빈도 확인vm.swappiness = 60 / 기본값 60(사용 빈도가 낮음 0%-----------------------|------------100% 사용 빈도가 높음)sysctl vm.swappinessvm.swappiness = 60Swap 사용 빈도 설정 방법일시적 적용(재부팅 시 초기화됨)echo 10 > /proc/sys/vm/swappiness영구 적용(재부팅 후에도 유.. 더보기
PHP Suhosin 확장 모듈을 설치하는 방법 PHP 수호신(Suhosin) 확장 모듈을 설치하는 방법작업 디렉토리로 이동cd /usr/local/srcSuhosin 소스 다운로드 및 압축 해제wget http://download.suhosin.org/suhosin-0.9.29.tgztar xvfz suhosin-0.9.29.tgzcd suhosin-0.9.29PHP 확장 빌드 준비phpize구성(configure) 및 컴파일./configure --with-php-config=/usr/bin/php-configmake && make installphp.ini에 Suhosin 모듈 등록vim /etc/php.ini[Suhosin]extension=suhosin.soextension_dir 경로가 기본값과 다르다면 명시적으로 설정extension_di.. 더보기
iTop 설치하기 iTop(itsm) 설치하기 iTop - IT Service Management & CMDB테스트 환경$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 22.04.1 LTSRelease: 22.04Codename: jammyAPT 인덱스 업데이트apt update필수 종속성(required dependencies) 설치apt install -y lsb-release ca-certificates apt-transport-https software-properties-commonapt install -y openssl$ openssl versionOpenSSL 3.0.2 15 Mar 2022 (Libra.. 더보기
hpacucli 유틸리티 hpacucli 유틸리티hpacucli 유틸리티를 사용하여 HP Smart Array 컨트롤러에서 RAID를 구성하는 예시입니다. 1. hpacucli 다운로드wget http://downloads.linux.hp.com/SDR/downloads/ServicePackforProLiant/RedHatEnterpriseServer/5.7Server/x86_64/2013.02.0/hpacucli-9.40-12.0.x86_64.rpmyum install hpacucli-9.40-12.0.x86_64.rpm2. Array Cardhpacucli ctrl all show$ hpacucli ctrl all showSmart Array P400 in Slot 0 (Embedded)Smart Array P800 in S.. 더보기
hpacucli 유틸리티(hpacucli 명령어) hpacucli 유틸리티 HP Smart Array 컨트롤러를 구성하고 관리하기 위한 hpacucli 명령어의 예시 컨트롤러 명령 컨트롤러의 세부 정보 표시 hpacucli> ctrl all show config hpacucli> ctrl all show config detail 컨트롤러의 상태 표시 hpacucli> ctrl all show status 캐시 활성화 또는 비활성화 hpacucli> ctrl slot=0 modify dwc=disable hpacucli> ctrl slot=0 modify dwc=enable 마지막 재검사 후 새로 추가된 장치 탐지 hpacucli> rescan 물리적 드라이브 명령 물리적 드라이브의 세부 정보 표시 hpacucli> ctrl slot=0 pd all sh.. 더보기
[엑셀] Microsoft Office Excel 2007 암호설정/해제 Microsoft Office Excel 2007 암호설정/해제 1. Microsoft Office Excel 2007 암호 설정 다른 이름으로 저장 -> 도구 -> 일반 옵션 -> 열기 암호 설정 2. Microsoft Office Excel 2007 암호 해제 다른 이름으로 저장 -> 도구 -> 일반 옵션 -> 열기 암호 삭제 더보기
[엑셀] Microsoft Office Excel 2007 시트 보호/해제 Microsoft Office Excel 2007 시트 보호/해제 1. Microsoft Office Excel 2007 시트 보호 검토 -> 시트 보호 2. Microsoft Office Excel 2007 시트 수정 3. Microsoft Office Excel 2007 시트 보호 해제 검토 -> 시트 보호 해제 더보기

728x90
반응형