This file contains hidden or 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
conda install numpy scipy scikit-learn matplotlib seaborn pandas tensorflow keras | |
# in windows 10 | |
sudo apt-get install libopencv-dev python-opencv | |
sudo apt-get install execstack | |
conda install opencv | |
conda install -c mlgill imutils=0.3.6 | |
execstack -c $HOME/anaconda3/lib/libopencv_* | |
pip install imutils |
This file contains hidden or 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
syntax on | |
set t_Co=256 | |
"colorscheme SerialExperimentsLain | |
"https://github.com/nanotech/jellybeans.vim | |
colorscheme jellybeans | |
filetype plugin indent on | |
" show existing tab with 4 spaces width | |
set tabstop=4 |
This file contains hidden or 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
vi /etc/yum.repos.d/cloudera-manager.repo | |
[cloudera-manager] | |
# Packages for Cloudera Manager, Version 5, on RedHat or CentOS 7 x86_64 | |
name=Cloudera Manager | |
baseurl=https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5/ | |
gpgkey =https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/RPM-GPG-KEY-cloudera | |
gpgcheck = 1 | |
yum update | |
yum install cloudera-manager-daemons cloudera-manager-server -y |
This file contains hidden or 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
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |
This file contains hidden or 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
apt-get update | |
apt-get install python-software-properties -y | |
apt-get install software-properties-common -y | |
apt-get install wget -y | |
apt-get install curl -y | |
apt-get install vim -y | |
# Install oracle java 8 |
This file contains hidden or 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
apt-get install wget -y | |
apt-get install curl -y | |
apt-get install software-properties-common -y | |
apt-get install vim -y | |
cd | |
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc | |
apt-get install -y screen | |
screen |
This file contains hidden or 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
apt-get install wget -y | |
apt-get install software-properties-common -y | |
# Install open-jdk | |
sudo add-apt-repository ppa:openjdk-r/ppa | |
sudo apt-get update |
This file contains hidden or 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
cd | |
sudo yum install wget -y | |
sudo yum install bzip2 -y | |
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc | |
sudo yum -y install screen | |
screen | |
# Download and install miniconda |
This file contains hidden or 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
cd | |
# Screen env | |
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc | |
sudo yum -y install screen | |
screen | |
# Python env | |
CONDA_PATH="miniconda2" | |
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh |
This file contains hidden or 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
cd | |
CONDA_PATH="miniconda2" | |
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc | |
sudo yum -y install screen | |
screen | |
# Download and install miniconda | |
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh | |
chmod u+x Miniconda-latest-Linux-x86_64.sh |
NewerOlder