Skip to content

Instantly share code, notes, and snippets.

View HuiminHe's full-sized avatar

Huimin He HuiminHe

  • Duke University
  • Durham, NC, USA
View GitHub Profile
@HuiminHe
HuiminHe / tmux-cheatsheet.markdown
Created January 22, 2017 03:31 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@HuiminHe
HuiminHe / caffe_install.md
Created January 16, 2017 15:52 — forked from titipata/caffe_install.md
My notes on how to install caffe on Ubuntu

Caffe Installation

Note on how to install caffe on Ubuntu. Sucessfully install using CPU, more information for GPU see this link

###Installation

  • verify all the preinstallation according to CUDA guide e.g.
lspci | grep -i nvidia