목록Centos기술노트 (57)
전산쟁이의 기억노트
php컴파일 정보 확인하기 php명령어를 통한 컴파일 정보 확인방법 php 명령어로 확인 [root@localhost ~]# php -i | more phpinfo() PHP Version => 5.3.10 System => Linux localhost 2.6.18-274.18.1.el5PAE #1 SMP Thu Feb 9 13:25:50 EST 2012 i686 Build Date => Feb 10 2012 16:00:07 Configure Command => './configure' '--prefix=/usr/local/php' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs2=/..
node,js 설치하기 $> wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz $> tar -zxvf node-v0.10.24.tar.gz $> cd node-v0.10.24/ $> ./configure $> make;make install node.js를 이용해 forever 모듈설치하기 $> npm config set strict-ssl false $> cd /home/test $> npm install forever -g 출처 - http://igoni.kr/books/linux/page/centos-node Centos에서 node설치 | igoni.kr node,js 설치하기$> wget http://nodejs.org/dist/v0.10.2..
pip에서 docker-compose 설치할떄 아래 메시지 띄우면서 설치가 안될 경우.. python-requests패키지가 yum으로 설치되어 있어서 충돌 발생. $> pip install docker-compose ... ... ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 그때는 설치되어 있는 패키지는 추가 설치 없이 구성하도록 설치 $> pip install docker-compose --ignore-installed D..
확인 절차 Centos 6에서 Bind 9.8구동시 top으로 프로세스 상태확인해보면 named프로세스의 cpu 점유율 100% 사용하는 경우가 존재 발생 원인 dnssec 키 저장소를 찾지 못해 발생 조치사항 조치사항 dynamic 디렉토리 생성 후 named 권한 부여, bind 서비스 재기동 필요 출처 - http://igoni.kr/books/linux/page/bind98-cpu bind9.8버전에서 cpu사용량 증가 | igoni.kr 확인 절차 Centos 6에서 Bind 9.8구동시 top으로 프로세스 상태확인해보면 named프로세스의 cpu 점유율 1... igoni.kr
/etc/hostname에 호스트네임 적용 (재부팅 후 적용) $ vi /etc/hostname 13.test.kr cli로 호스트네임 변경 (재부팅 없이 적용 가능, 재부팅시 초기화) $ cat "13.test.kr" > /proc/sys/kernel/hostname 호스트네임 명령어로 변경 $ hostname l4.test.co.kr 출처 - http://igoni.kr/books/linux/page/b1a59 재부팅 없이 임시로 호스트네임 변경 | igoni.kr /etc/hostname에 호스트네임 적용 (재부팅 후 적용) $ vi /etc/hostname 13.test.kr cli로 호스트네... igoni.kr
centos6에서 iscsi 연결하기 서버구성 패키지 설치 $ yum install -y scsi-target-utils libibverbs libibverbs-devel librdmacm librdmacm-devel 데몬 실행 및 서비스 활성화 후 실행 $ chkconfig tgtd on; /etc/init.d/tgtd start $ chkconfig --list | grep tgtd tgtd 0:off 1:off 2:on 3:on 4:on 5:on 6:off target이름 설정 $ tgtadm --lld iscsi -o new -m target --tid 1 -T iqn.test.storage #iqn.test.storage이 값은 임의 변경 가능하고, 물리적인 디스크와 직접 연결하는 부분이 아님 ..
Centos에서 eth0과 eth1의 맥이나 장치명의 순서를 바꾸고 싶을때가 있는데 그때 변경해주면 되는 항목 1 $> vi /etc/udev/rules.d/70-persistent-net.rules 2 ... 3 # PCI device 0x8086:0x1076 (e1000) 4 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:00:00:00:00:00", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" 5 ... 6 # PCI device 0x8086:0x1076 (e1000) 7 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:..
OS종류별 seafile repository Centos7용 repo $> vi /etc/yum.repo.d/seafile.repo [pkerling-seafile] name=Copr repo for seafile owned by pkerling baseurl=https://copr-be.cloud.fedoraproject.org/results/pkerling/seafile/epel-7-$basearch/ skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/pkerling/seafile/pubkey.gpg enabled=1 enabled_metadata=1 Fedora23용 repo $> vi ..
리포지터리에서 설치가능한 버전 확인 (ex. vsftpd) $> yum --showduplicates list vsftpd 마지막 메타자료 만료확인 0:13:03 이전인: 2022년 08월 12일 (금) 오후 01시 15분 11초. 사용 가능한 꾸러미 vsftpd.x86_64 3.0.3-28.el8 Centos8 vsftpd.x86_64 3.0.3-31.el8 Centos8 vsftpd.x86_64 3.0.3-32.el8 Centos8 vsftpd.x86_64 3.0.3-33.el8 Centos8 vsftpd.x86_64 3.0.3-34.el8 Centos8 vsftpd.x86_64 3.0.3-35.el8 Centos8 설치할 버전 명시해서 패키지 설치 (설치할 버전 선택은 패키지명-버전정보 순으로 입력..
커널에서 기본적으로 제공되지 않는 드라이버나 솔루션이 적용되어 있을경우 커널업데이트가 되면 추가로 적용된 내용이 보이지가 않는데 업데이트된 커널로 다시 재컴파일해주던지, 아니면 커널 업데이트를 제외하는 방법이 있는데요. 그 중에 가장 간편한 방법으로 yum update할때, 커널은 빼고 하는 방법을 알려드릴께요. /etc/yum.repos.d/CentOS-Base.repo 파일 내의 각 항목에 [base],[updates]… exclude=kernel* 를 추가 시켜주시면 yum을 가지고 업데이트를 꾸준히 해 주어도 커널 업데이트를 하지 않습니다. $> vi /etc/yum.repos.d/CentOS-Base.repo name=CentOS-$releasever – Base mirrorlist=http:/..