Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Ubuntu Blender Cuda Driver Install

sudo service lightdm stop # to kill the user interface process
sudo apt purge nvidia-* # to remove all nvidia packages
sudo dpkg --get-selections | grep nvidia # check that no nvidia packages remain
sudo add-apt-repository ppa:graphics-drivers/ppa # if you still didn't add it
sudo apt update
sudo apt install nvidia-375 # installed the NVIDIA drivers v.375.66
sudo apt install nvidia-prime nvidia-settings # Probably already installed
sudo apt install nvidia-cuda-toolkit # if you want to use CUDA
sudo apt install nvidia-modprobe
Comment

PREVIOUS NEXT
Code Example
Shell :: kubectl 
Shell :: git request-pull example 
Shell :: how to push to github with personal access token 
Shell :: bash array and for loop 
Shell :: deleting a file inside a tar or zip file linux 
Shell :: check last 5 commit git on branch 
Shell :: github download all branches zip 
Shell :: how to run a specific knex seed file 
Shell :: ubuntu install all language packs 
Shell :: turn off wiregurad linux 
Shell :: shell basename 
Shell :: removing an initialized git 
Shell :: mac send terminal output to clipboard 
Shell :: pod reference github 
Shell :: using scp with ssh with server credentials 
Shell :: docker-compose centos 7 
Shell :: CREATE MASTER KEY 
Shell :: backtick ubuntu 
Shell :: list files recursively 
Shell :: apt install edge 
Shell :: install kex in kali linux wsl 
Shell :: create a directory and change to it command line 
Shell :: find sort 
Shell :: how to make apache not run automatically linux 
Shell :: ubuntu command change line in file 
Shell :: step6 pgadmin ubuntu 20.04 
Shell :: how to install ros package 
Shell :: add ssh key to github 
Shell :: install ghost 
Shell :: how to install raspap 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =