CentOS7.x2 Centos 7.x nvidia driver 설치하기 (그래픽드라이버 설치) 기본빵 Centos 7.x 설치 하고 나서 그래픽 드라이버 설치하는게 예전이나 지금이나 어렵다. 처음부터 설치 과정 진행 초기 Centos 7.x 설치 -> GUI (gnome gui) 설정 하고 나면 기본적인 nouveau 드라이버가 잡혀서 화면이 출력 된다. 터미널 실행 -> init 3 기본빵으로 설정된 nouveau 막도록 하자. echo blacklist nouveau >> /etc/modprobe.d/blacklist.conf mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak dracut -v /boot/initramfs-$(uname -r).img $(uname -r) 위 내용을 복사& 붙혀 넣기 하면 알아서 ? 진.. 2022. 4. 12. Centos 7.x for gitlab install (깃랩 설치하기) centos 7.x 버전에서 gitlab ce 버전 설치 방법 yum -y install curl policycoreutils openssh-server openssh-clients postfix systemctl start sshd && postfix systemctl start sshd && systemctl start postfix systemctl enable sshd && systemctl enable postfix #curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh #귀찮아 하지말고 | sudo bash 입력 해야 한다 curl -sS https://packages.gitlab.com/.. 2022. 3. 29. 이전 1 다음