歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> 關於Linux

Ubuntu Server Nginx+PHP+MySQL相關命令


Ubuntu Server Nginx+PHP+MySQL相關命令   目的 命令 備注 關閉服務器 shutdown -h now shutdown -h +3 "System will shutdown after 3 minutes"
表示系統通知用戶將在3分鐘後關閉  www.2cto.com   重啟服務器 shutdown -r now 對現有安裝軟件進行更新 sudo apt-get update  sudo apt-get upgrade 安裝SSH sudo apt-get install ssh 安裝後,即可使用ssh或winscp進行遠程連接操作 安裝ftp sudo apt-get install vsftpd 安裝Nginx sudo apt-get install nginx 安裝mysql服務器端 sudo apt-get install mysql-server 安裝過程中需要為mysql的root用戶設置密碼 安裝mysql客戶端 sudo apt-get install mysql-client 安裝php5 sudo apt-get install php5 安裝php5-fpm sudo apt-get install php5-fpm 安裝php5-mysql sudo apt-get install php5-mysql 安裝php-apc sudo apt-get install php-apc
Copyright © Linux教程網 All Rights Reserved