【linux】安装软件命令总结(四)
发表于2015-08-31 17:44 | 次阅读 | 0条评论 | 作者:siru90
【1】yum
yum list apache2
yum install apache2
【2】apt-get
apt-get install yum
apt-get install apache2
【3】源码安装
cd /usr/src
下载安装包:wget -c http://nginx.org/download/nginx-1.8.0.tar.gz
解压安装包:tar -xzf nginx-1.6.2.tar.gz
安装:
$./configure
$make
$make install
【4】启动服务器
service apache2 stop/start/restart
/etc/init.d/nginx restart
【5】查看所有服务:
chkconfig --list
service --status-all
ps -ef | grep nginx
【6】netstat 用于显示各种网络相关信息
netstat -ntl : 查看端口