scott@ksf16u:~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
scott@ksf16u:~$ lspci | grep -i 3D
02:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
-
Go here to get started: https://github.com/reshamas/fastai_deeplearn_part1/blob/master/tools/paperspace.md
-
See #1 last section on ssh public key setup
#to generate public/private key pair, once per ssh machine...
#accept defaults, enter password optionally
ssh-keygen
#fill in name of public key and public IP
- Chrome
- Setup Nvidia, CUDA, DNN, etc. hardware drivers ( https://gist.github.com/ksferguson/a6eba79df658826cacb629dcc14992ea)
- Anaconda
- Password Safe
- Zotero
- RStudio (optional)
- Atom, Hydrogen, Kernel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#TODO - convert this into an installation script to help quickly setup the machine post installation | |
0. Time in Windows gets corrupted when dual boot with Ubuntu. (Note needed on 18.04 LTS) | |
First adjust hardware time in BIOS to UTC time | |
Windows will automatically recognise it and will display appropriate local time | |
For Ubuntu, update /etc/default/rcS and change line with UTC=no to UTC=yes, indicating that BOIS time is UTC. | |
Reboot - and check both systems. | |
0. Open Disks, and edit mount options for C and D drives. Remove check box for Mount at Startup and Show in user interface. Also disable Automatic mount. | |
0. To speed up ubuntu Updates select the best Server. |
#allows selection of specific environment in Jupyter notebook
conda install ipykernel
python -m ipykernel install --user --name=<your_env_name> --display-name "Your Env Name"
conda install nb_conda
#example - setup spaCy environment, creating a kernelspec