환경설정 (2) 썸네일형 리스트형 나만의 터미널 설정 정리 먼저 sudo 권한 없이 zsh을 설치해야한다. wget -O zsh.tar.xz https://sourceforge.net/projects/zsh/files/latest/download mkdir zsh && unxz zsh.tar.xz && tar -xvf zsh.tar -C zsh --strip-components 1 cd zsh # sudo apt-get install libncurses5-dev libncursesw5-dev mkdir ~/local ./configure --prefix=$HOME/local make make install echo "export PATH=$HOME/local/bin:$PATH" >> ~/.bashrc echo "exec zsh" >> ~/.bashrc oh-my.. 내가 헷갈려서 정리하는 pytorch 환경 설정 1. nvidia-drivers recommend 설치 (CentOS, Ubuntu 눠서) centOS https://yoon1seok.tistory.com/48 Cent OS 7.x Linux Nvidia 그래픽 드라이버 설치 가이드 - [Linux] ※ Cent os7 설치시 minimal로 설치를 하면 /etc/default/grub의 nouveau에 대한 blacklist를 설정해줄 필요는 없다. 1. yum 업데이트 sudo yum update 2. lshw 설치 그래픽 카드 모델 확인 sudo yum install lshw.. yoon1seok.tistory.com ubuntu https://blog.naver.com/hs929kr/222368689735 NVIDIA DRIVER, CUDA, .. 이전 1 다음