Linux 472

rsync 사용법[대역폭,날짜,폴더,파일크기등)

sync 사용법 기본적인 사용법# rsync [옵션] [계정]@[sourcePC:/디렉토리] [target 디렉토리]-a : archice mode ( 심볼릭 링크, 속성, 퍼미션, 소유권 등 보곤)-v : verbose mode (자세한 정보 출력)-z : compress (전송시 압축)-r : 하위 디렉토리 포함-u : --update update only (don't overwrite newer files)-e ssh : ssh를 이용한 rsync 동기화--stats : 결과보고--delete : 원본 서버에 없는 파일은 백업 서버에서 삭제--progress : rsync 진행 상항 보기--exclude : 제외할 파일 지정--bwlimit : 대역폭(복사속도) 제어--max-size : 특정 크기..

Linux 2013.06.12

numpy, scipy, matplotlib설치하기 centos 5.5

centos 5.5 버전에는 python 버전이 2.4 버전이다 yum으론 2.6 이상 버전으로 업그레이드 불가능하다.아래와 같이 진행하면 된다. [root@localhost tmp]# wget python.org/ftp/python/2.6.6/Python-2.6.6.tgz--2013-05-28 11:21:09-- http://python.org/ftp/python/2.6.6/Python-2.6.6.tgzResolving python.org... 82.94.164.162, 2001:888:2000:d::a2Connecting to python.org|82.94.164.162|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 13..

Linux 2013.05.28

canopy(scipy,numpy) 설치방법 공학계산기 리눅스용

https://www.enthought.com/downloads/자신이 원하는 버전으로 다운받으고 설치 하면 된다. (리눅스 기준설명)#chmod 755 canopy-1.0.0-rh5-64.sh#./canopy-1.0.0-rh5-64.sh Welcome to the Canopy 1.0.0 installer!To continue the installation, you must review and approve the license termagreement.Press Enter to continue>>> [엔터]약관에 대해서 블라블라 적혀 있고Do you approve the license terms? [yes|no][no] >>> yes [엔터[ Canopy will be installed to this ..

Linux 2013.05.28

centos 5.x install subversion 1.7.x

centos 5.x 버전에 subversion 1.7.x 버전 설치 하는 법이다.yum 으로 설치를 하려 했으니 1.6.11 버전까지 밖에 설치가 안된다.subversion 사이트http://subversion.apache.org/download/에서 최신 버전을 설치를 하려 했으니 종속관계 파일들이 너무 많다.# rpm -Uvh subversion-1.7.9-4.12.1.x86_64.rpmwarning: subversion-1.7.9-4.12.1.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 3dbdc284error: Failed dependencies: fillup is needed by subversion-1.7.9-4.12.1.x86_64 ..

Linux 2013.05.21

Cannot find a valid baseurl for repo: rpmforge Error: Cannot find a valid baseurl for repo: rpmforge

yum update 사용시 아래와 같이 에러가 뜬다면 Cannot find a valid baseurl for repo: rpmforgeError: Cannot find a valid baseurl for repo: rpmforge DNS 설정 #vi /etc/resolv.confnameserver 168.126.63.1추가 그래도 동일하게 에러가 뜬다면# cd /etc/yum.repos.d/#lsCentOS-Base.repo mirrors-rpmforge(삭제) rpmforge.repo(삭제)자신이 사용하는 버전외는 삭제하면 정상적으로 된다. # yum updateSetting up Update ProcessSetting up repositoriesbase 100% |===================..

Linux 2013.05.21

NETDEV WATCHDOG: eth0: transmit timed out

리눅스 장비가 원격접속이 안된다.장비가 죽었나? 하고 Ping 을 쳐봤지만 안뜬다.장비는 살아 있지만 네트워크 이상으로 인해 작동이 안되는것이다.#service network restart를 하면 다시 살아 난다. 죽은 이유를 보기 위해 로그 파일을 살펴보다Apr 24 01:13:56 test kernel: NETDEV WATCHDOG: eth0: transmit timed out위와 같은 에러화면이 떠있는걸 확인했다.트래픽 때문에 네트워크가 죽은것이다. 방지하기 위해 설정을 몇가지 하면 된다. 1)전력문제혹시 전력부족으로 그럴수 있다 파워상태를 정검하자 2)예외처리#>vi /etc/modprobe.confoptions bnx2 disable_msi=1

Linux 2013.04.26

리눅스 booting GRUB 암호화

리눅스 GRUB 암호화하는 방법이다.(Centos 기준, 리눅스 계열은 거의 비슷하다)# cat /etc/grub.confdefault=0timeout=15.....어쩌구 저쩌구 써있을것이다.grub.conf 항목에 password 112233 위와같이 한줄을 추가하면 리눅스 부티로드 암호화가 걸린다. password 암호화 할수도 있다# grub-md5-cryptPassword: 112233Retype password: 112233$1$56N681$WpxhziFezFAC1flhLYD27...... grub.conf 항목에 password --encrypted $1$56N681$WpxhziFezFAC1flhLYD27.이렇게 입력해주면 된다.

Linux 2013.04.18
728x90
320x100