CentOS 7 dev environment setting
본문 바로가기
VAS/Centos 7 개발환경 구축

CentOS 7 dev environment setting

by Migos 2021. 8. 9.
반응형

1. Install CentOS 7 from website(download .iso file)

2. Bake the USB using rufus software

3. Booting after plug in usb

4. Install CentOS

5. Download Graphic driver from NVIDIA official website(https://www.nvidia.com/ko-kr/geforce/drivers/)

6.following under

sudo yum group install "Development Tools"
sudo yum install kernel-devel

sudo yum -y install epel-release
sudo yum -y install dkms

## disable nouveau drive
sudo vi /etc/default/grub
### Append the following to the GRUB_CMDLINE_LINUX line:
modprobe.blacklist=nouveau

sudo grub2-mkconfig -o /boot/grub2/grub.
sudo reboot

After rebooting

sudo systemctl isolate multi-user.target

Type under script in terminal

sudo bash NVIDIA-Linux-x86_64-410.78.run << this file name should be revised

sudo reboot

 

After rebooting

type under script to check all in good order

nvidia-smi

 

*reference

https://www.cyberciti.biz/faq/how-to-install-nvidia-driver-on-centos-7-linux/

 

How to install Nvidia driver on CentOS 7 Linux

This page shows how to install Nvidia driver on CentOS 7 Linux for gaming, video editing, and other GPU intensive tasks.

www.cyberciti.biz

 

반응형

댓글