Published 2018-07-16 00:41 Tagged on ubuntu 1080-ti cuda deep-learning 1080 TI: CUDA 9.0 and Graphics Driver Installation in Ubuntu 16.04 ## Download ---------------------- * I have installed both the graphics driver and cuda from a single installation file `cuda_9.0.176_384.81_linux.run`. It comes with compatible driver version 384. So you have not to worry about driver compatibility issue....
Published 2018-07-16 00:29 Tagged on ubuntu cudnn cuda deep-learning Installing cuDNN on Linux ### 1. Downloading cuDNN In order to download cuDNN, ensure you are registered for the NVIDIA Developer Program. - Go to: NVIDIA cuDNN home page. (https://developer.nvidia.com/rdp/cudnn-download) - Join/Signup and complete the short survey and click Submit. - Accept the Terms and...
Published 2018-03-26 04:15 Tagged on ubuntu database postgresql PostgreSQL Installation and DB Creation on Ubuntu 16.04 ### Installation --- - Note: This installation procedure is based on Ubuntu 16.04, for other versions see [https://www.postgresql.org/download/linux/ubuntu/] 1. Create the file /etc/apt/sources.list.d/pgdg.list, and add a line for the repository ```sh $ echo "deb...