zoukankan      html  css  js  c++  java
  • centon7.2 mini install

    vi /etc/default/grub

    GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0...."

    yum install -y  epel-release

    yum install -y bind-util net-tools 

    yum install -y sqlite-devel readline-devel bzip2-devel 

    yum install -y python-pip gcc gcc-c++ make libtool patch automake python-devel libxslt-devel MySQL-python openssl-devel libudev-devel git wget libvirt-python libvirt qeu-kvm gedit python-numdisplay device-mapper brige-utils libffi-devel libffi lrzsz

    java

    echo 'export JAVA_HOME=/opt/jdk'>> ~/.bash_profile
    echo 'export M2_HOME=/opt/maven'>> ~/.bash_profile
    echo 'export TOMCAT_HOME=/opt/tomcat'>> ~/.bash_profile
    echo 'PATH=$JAVA_HOME/bin:$M2_HOME/bin:$TOMCAT_HOME/bin:$PATH'>>~/.bash_profile

    python

    git clone https://github.com/yyuu/pyenv.git ~/.pyenv
    git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv
    echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
    echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
    echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
    echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile

    yum install sqlite-devel readline-devel bzip2-devel -y

    vim /.pip/pip.conf

    [global]
    index-url=http://mirrors.aliyun.com/pypi/simple/
    trusted-host=mirrors.aliyun.com

    php

    rpm -ivh http://rpms.remirepo.net/enterprise/remi-release-7.rpm
    yum install yum-utils -y
    yum-config-manager --enable remi-php71
    yum install -y php-fpm php-gd php-mysqlnd php-xml php-mcrypt php-mbstring php-opcache php-xdebug

  • 相关阅读:
    DC中为什么要用Uniquify?
    hdu 1596 find the safest road
    hdu2112 HDU Today
    hdu 2066 一个人的旅行
    poj 3026 Borg Maze
    poj 1979 Red and Black
    poj 1321 棋盘问题
    hdu 1010 Tempter of the Bone
    hdu 4861 Couple doubi
    codeforces584B Kolya and Tanya
  • 原文地址:https://www.cnblogs.com/anjuncc/p/5874848.html
Copyright © 2011-2022 走看看