728x90 OS115 🥰 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. 🥰 [VirtualBox] kernel driver not installed (rc=-1908) 오류 해결 [VirtualBox] kernel driver not installed (rc=-1908) 오류 해결macOS 빅서[Big Sur] Kernel driver not installed (rc=-1908)Make sure the kernel module has been loaded successfully.where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 2021-12-08 virtualbox 6.1.30 업그레드 이후에도 발생해서 아래와 같이 동일하게 처리함. 발생하는 경우 아래 링크의 이미지를 다운받아서 설치해야 .. 2020. 11. 18. 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. 이전 1 ··· 11 12 13 14 15 16 17 ··· 29 다음 728x90