본문 바로가기
728x90

OS/linux60

🥰 centos yum 저장소(repository) 를 kakao(daum)으로 변경하기 1. 백업mkdir /etc/yum.repos.d.bakmv /etc/yum.repos.d/* /etc/yum.repos.d.bak 2.Kakao.repo 편집vi /etc/yum.repos.d/Kakao.repo [base]name=CentOS-$releasever - Basebaseurl=http://ftp.daumkakao.com/centos/$releasever/AppStream/$basearch/os/gpgcheck=0[updates]name=CentOS-$releasever - Updatesbaseurl=http://ftp.daumkakao.com/centos/$releasever/AppStream/$basearch/os/gpgcheck=0[extras]name=CentOS-$releaseve.. 2020. 11. 23.
🥰 centos nvidia-docker 설치 참고 사이트 nvidia.github.io/nvidia-docker/ Repository configurationNVIDIA Docker Engine wrapper repository.nvidia.github.io1. yum(dnf) repo 추가distribution=$(. /etc/os-release;echo $ID$VERSION_ID)curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.repo | \ sudo tee /etc/yum.repos.d/nvidia-docker.repo 2. daemon.json backup 및 설치cp /etc/docker/daemon.json /etc/docker/daemon.js.. 2020. 11. 23.
centos zsh 설치 1.git 설치 yum install -y git 2.zsh 설치 yum install -y zsh 3. oh-my-zsh 설치 curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh 4. zsh-syntax-highlighting 설치 env | grep ZSH yum install -y zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH/plugins/zsh-syntax-highlighting 5.1.자동완성 기능 추가 git clone https://github.com/zsh-users/z.. 2020. 11. 10.
우분투 18.4 apache 클린 설치 apt-get remove --purge apache2 apache2-data apache2-utils apt-get install apache2 apache2-data apache2-utils 2020. 9. 24.
728x90