有推荐和补充的欢迎留言。
如下:
#编译工具
yum install gcc gcc-c++ -y
yum install git -y #装github不然无法clone
yum install php-devel php-pear httpd-devel -y #装pecl
yum install libstdc++-devel
#运维等工具
yum install vim -y #vim编辑器
yum install wget -y #wget下载
yum install psmisc -y #killall杀进程的
#网络工具
yum install telnet
yum install telnet-server
#系统工具
yum install net-tools -y #netstat 看进程的
#需要先将rpmforge加入到yum中,版本自己斟酌
#wget http://repository.it4i.cz/mirrors/repoforge/redhat/el7/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
#rpm -Uvh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
yum install htop
#开发可能需要的工具
最后再次说,欢迎留言补充!!!!!!
原文地址:http://blog.51cto.com/yuqian2203/2147368
时间: 2024-10-03 02:20:46