Skip to content

Instantly share code, notes, and snippets.

View leyuan's full-sized avatar
🎯
Focusing

Yuuuzzz leyuan

🎯
Focusing
  • bravecareer.io
  • Canada
View GitHub Profile
@leyuan
leyuan / .vimrc
Created September 25, 2019 20:28 — forked from topheman/.vimrc
vim-config on Mac OS X
" Vundle config
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
@leyuan
leyuan / ubuntu_16.04_tf_gpu.md
Last active April 11, 2018 19:08
Tensorflow GPU - Ubuntu 16.04, Cuda 8, Cudnn 6
  1. Make sure it's Ubuntu 16.04 and some useful stuff
  • sudo apt-get update
  • sudo apt-get --assume-yes upgrade
  • sudo apt-get --assume-yes install tmux build-essential gcc g++ make binutils
  • sudo apt-get --assume-yes install software-properties-common
  • sudo apt-get --assume-yes install git
  1. NVIDIA Driver
  • sudo init 3 (exit X mode, sudo init 5 gets back)
  • sudo apt-get purge nvidia-*
@leyuan
leyuan / first gist
Last active October 31, 2017 19:50
learning..
# Hello!
### This is my first gist