Skip to content

Instantly share code, notes, and snippets.

View shridharkini6's full-sized avatar

eskay shridharkini6

View GitHub Profile
@shridharkini6
shridharkini6 / networkinterface.txt
Created June 7, 2017 10:58
How to change network interface name in Ubuntu16.04
ifconfig peth0 down
ip link set peth0 name eth0
ifconfig eth0 up
@shridharkini6
shridharkini6 / installation.sh
Created June 2, 2017 09:56
Opencv 3.2.0(with opencv_contrib 3.2.0) + Caffe(CPU only installation)( no virtual environment)
#read and understand installation procedure
#do suitable modification to Makefile.config for caffe
#CPU only installation
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
sudo apt-get update
sudo apt-get -y install build-essential cmake libtbb-dev git curl python-pycurl
sudo apt-get -y install libboost-python-dev