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-config
Open 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 = False
http://www.onurguzel.com/supervisord-restarting-and-reloading/
check if you have already ssh key generated.
cat ~/.ssh/id_ras.pub
Generate if not present already.
cd ~
ssh-keygen -t rsa
access public key at ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub