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

  • 相关阅读:
    C#中发送邮件,包含Html代码 CDO.Message
    CodeSmith生成SQL Server视图的实体类脚本/对应的生成模板
    分享到微信朋友圈
    获取验证码效果和后台代码(js+html+cs)
    弹出遮罩层
    WebAPI上传文件
    zoj1665 dij变形
    hdu1535 SPFA
    hdu1217 floyd
    poj1703 并查集
  • 原文地址:https://www.cnblogs.com/anjuncc/p/5874848.html
Copyright © 2011-2022 走看看