Linux 系统介绍以及常用命令(零基础级别)

1、关机命令 | 命令 | 说明 | | | | | sync | 将数据由内存同步到硬盘中 | | shutdown | 关机 | | shutdown -h 10 | 10分钟后关机 | | shutdown -h now | 立马关机 | | shutdown -h 20:25 | 指定时间关 ...

centos6 yum安装nginx、phpfpm

1、 使用Nginx官方源,Epel扩展库和remi源,remi源基于epel,必须先安装epel源,remi包含php-fpm,mysql-server5.5,如果只需要php-fpm可以单独安装p