리눅스 썸네일형 리스트형 sysfsutils 설치 및 systool 명령어 사용하는 방법 sysfsutils 설치 및 systool 명령어 사용하는 방법 sysfsutils 또는 systool은 리눅스 시스템에서 sysfs 파일 시스템을 관리하기 위한 유틸리티입니다. sysfs는 리눅스 커널 및 하드웨어 정보를 제공하는 가상 파일 시스템입니다. systool을 사용하면 시스템 하드웨어 및 리눅스 커널 모듈과 관련된 정보를 검색하고 표시하는 데 사용할 수 있습니다. sysfsutils (systool) 설치 sysfsutils (systool)는 일반적으로 리눅스 배포판과 함께 제공됩니다. 대부분의 경우 별도의 설치가 필요하지 않습니다. 그러나 시스템에 설치되어 있지 않은 경우, 다음과 같이 패키지 관리자를 사용하여 설치할 수 있습니다. Debian/Ubuntu sudo apt-get inst.. 더보기 Install Gitlab on CentOS Install Gitlab on CentOS1. Prerequisites - Opensshyum install -y openssh-serverPostfixyum install -y postfixchkconfig postfix onCronyum install -y cronie2. Downloadcurl -O https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.7.1_omnibus.5.4.1.ci-1.el6.x86_64.rpm3. Installyum install -y gitlab-7.7.1_omnibus.5.4.1.ci-1.el6.x86_64.rpm4. ConfigureEdit External URLvim /etc/gitlab/gitlab.rb.. 더보기 gitlab 설치(gitlab) gitlab 설치(gitlab)gitlab 다운로드https://packages.gitlab.com/gitlab/gitlab-ce1. Install and configure the necessary dependenciesyum install -y curl openssh-server postfix cronieservice postfix startchkconfig postfix onlokkit -s http -s ssh2. Add the GitLab package server and install the packagecurl -fsSL https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bashyum in.. 더보기 HP Smart Array CLI commands HP Smart Array CLI commandsShow configuration/opt/hp/hpssacli/bin/hpssacli ctrl all show configController status/opt/hp/hpssacli/bin/hpssacli ctrl all show statusShow detailed controller information/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 show detailRescan for New Devices/opt/hp/hpssacli/bin/hpssacli rescanPhysical disk status/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 pd all show statusShow deta.. 더보기 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; 더보기 HTTP Status Codes HTTP Status Codes(HTTP 1.1 : RFC 2616)상태코드는 서버가 요구 메시지를 수신하여 처리한 결과를 알려주는 세 자리의 정수로 된 처리 결과 번호입니다.첫 번째 자리 숫자는 응답의 종류에 대한 분류 기호이며 나머지 두 자리 숫자는 일련번호입니다. 현재 첫 번째 자리 숫자에 대해 다섯 가지로 분류하여 쓰고 있습니다.1xx (정보 제공)100 Continue : 요청의 초기 부분이 수신되었으며 클라이언트는 나머지 요청을 계속 보낼 수 있습니다.101 Switching Protocols : 서버가 클라이언트의 프로토콜 변경 요청을 수락했음을 나타냅니다.2xx (성공)200 OK : 요청이 성공적으로 처리되었으며 서버가 요청한 데이터를 포함하여 응답합니다.201 Created : 요청에 .. 더보기 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영구 적용(재부팅 후에도 유.. 더보기 HPuTTY 치명적인 오류 HPuTTY(putty) 치명적인 오류HPuTTY를 통해 최신 버전(우분투 22.04)에 접속 시 아래와 같은 에러가 발생합니다.오류Couldn't agree a key exchange algorithm (available: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519)이 오류는 SSH 연결 시 클라이언트와 서버 간의 키 교환 알고리즘을 협상하지 못해서 발생하는 것으로 보입니다. 이러한 문제를 해결하기 위해 다음과 같은 단계를 시도해볼 수 있습니다. 1. SSH 클라이언트 버전 업데이트: SSH 클라이언트가 오래된 버전일 경우 최신 버전으로 업데이트하십시오. 최신 버전의 SSH 클라이언트는 보다 안정적이며 다양한 키 교.. 더보기 이전 1 ··· 151 152 153 154 155 156 157 ··· 196 다음