Skip to content

Instantly share code, notes, and snippets.

View Joshua1989's full-sized avatar

Mengke Lian Joshua1989

  • Google
  • Mountain View
View GitHub Profile
@Joshua1989
Joshua1989 / A.markdown
Created April 2, 2018 17:45 — forked from umpirsky/A.markdown
Sublime Text Monokai Sidebar Theme.
@Joshua1989
Joshua1989 / nvidia-reinstall.sh
Created March 29, 2018 17:36 — forked from morgangiraud/nvidia-reinstall.sh
Script to reinstall manually nvidia drivers,cuda 9.0 and cudnn 7.1 on Ubuntu 16.04
# Remove anything linked to nvidia
sudo apt-get remove --purge nvidia*
sudo apt-get autoremove
# Search for your driver
apt search nvidia
# Select one driver (the last one is a decent choice)
sudo apt install nvidia-370