A cheat sheet for general software installations and other frequently occurring problem
https://github.com/princerk/vim-config/blob/master/vimrc
- Install cuda driver using the script given here https://cloud.google.com/compute/docs/gpus/add-gpus
- Download libcudnn run time and dev .deb files
- sudo dpkg -i install <libcudnn run time library>
- sudo dpkg -i install <libcudnn dev library>
- sudo apt-get install python3-dev
- sudo apt-get install virtualenv -y
- virtualenv -p python3 venv
- Open a port 8888 on machine
- install jupyter and do the modify config
$ jupyter-notebook --generate-configOpen jupyter config file and add following lines at the end
c = get_config()
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.port = 8888
c.NotebookApp.open_browser = Falsehttp://www.onurguzel.com/supervisord-restarting-and-reloading/
check if you have already ssh key generated.
cat ~/.ssh/id_ras.pubGenerate if not present already.
cd ~
ssh-keygen -t rsaaccess public key at ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub