728x90 OS117 kubernetes 설치 방법 yum install -y dockersystemctl enable docker && systemctl start docker cat 2018. 2. 10. centos 크롬 설치 방법 cat 2018. 2. 10. 🥰 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. 이전 1 ··· 24 25 26 27 28 29 30 다음 728x90