728x90 OS/linux60 🥰 centos 5 yum update 방법 centos 5의 공식적인 지원이 끝나면서 yum update가 되지 않습니다.그래서 /etc/yum.repo.d/에 아래 내용을 추가하면 yum update가 가능해집니다.vi /etc/yum.repos.d/CentOS-Base.repo # CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client. You should use this for CentOS updates# unless you are manually .. 2017. 11. 24. 리눅스 명령어 반복 while true; do ls -alh ; sleep 30 ; done ; while true; do ls -alh ; sleep 30 ; done ; 또는 watch 명령어 사용 watch -n 30 'ls -al' 2017. 10. 20. 리눅스 해당 디렉토리의 하위 디렉토리 사용량 확인 해당 디렉토리의 하위 디렉토리 사용량 확인 du -hs * 2> /dev/null 2017. 9. 25. 리눅스 복구중 /lib/ld-linux.so.2: bad ELF interpreter: 그런 파일이나 디렉터리가 없습니다 # yum install ld-linux.so.2 yum groupinstall "Development Tools" http://dslee1.blogspot.kr/2016/04/apache-error-bundled-apr-requested-but.html 2017. 3. 26. 이전 1 ··· 11 12 13 14 15 다음 728x90