Code
How to install Nvidia driver & CUDA?
It is more complex than ordinary packages, but still not hard.
Code
How to detect the exists of the Nvidia graphics cards
To detect the exists of the graphics cards on the computer, we may use command lshw. (more…)
Code
Install CUDA 9.2 on Ubuntu 18
CUDA is a parallel computing platform and application programming interface (API) model created by Nvidia. I am supposed to install this package in my system.