redhat6.5_server_install
CentOS repo:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
EPEL
wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpmrpm -ivh epel-release-6-5.noarch.rpm
yum clean
yum makecache
yum update
install software
tree
sl
vsftpd
gcc
tiger-vncserver
openssl-devel
xterm
nedit
ftp
xinetd
telnetserver
telentserver配置
vim /etc/xinetd.d/telnet
修改disabpe=yes 改为disable=no
python3
wget https://www.python.org/downloads/3.5.2/Python-3.5.2.tgz
wget https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tgz
tar xvf Python-3.5.2.tgz
cd Python-3.5.2
./configure --prefix=/usr/local/Python3.5.2
make
make install
cd /usr/bin
ln -s /usr/local/Python3.5.2/bin/python3 python
ln -s /usr/local/Python3.5.2/bin/python3 python3
pip3
wget --no-check-certificate https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.tar.gz
tar -zxvf setuptools-19.6.tar.gz
cd setuptools-19.6
python setup.py build
python setup.py installpip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install seaborn scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
cadence需要安装的文件
yum install ksh -y
yum install libXext.so.6 -y
yum install libXtst.so.6 –y
yum install libXt.so.6 -y
yum install libGLU.so.1 --setopt=protected_multilib=false
yum install libelf.so.1 -y
yum install libXrender.so.1 -y
yum install libXp.so.6 -y
yum install libXrandr.so.2 –y
yum install *xorg* -y
yum install libXp -y
yum install libXext.so.6 -y
yum install ld-linux.so.2 -y
yum install openmotif -y
yum install libstdc++.so.5 -y
yum install -y xterm

浙公网安备 33010602011771号