# 登录服务器
ssh root@服务器的IP地址
软件安装
CentOS自带yum
命令。
//使用yum安装apt :yum install apt
apache启动、停止、重新启动命令
# /bin/systemctl start httpd.service
- mysql启动的命令
# /bin/systemctl start mysql.service
# 登录服务器
ssh root@服务器的IP地址
软件安装
CentOS自带yum
命令。
//使用yum安装apt :yum install apt
apache启动、停止、重新启动命令
# /bin/systemctl start httpd.service
# /bin/systemctl start mysql.service