linux服务器搭建基本流程


linux可以搭建的服务有很多,包括apache、nginx、ssh、ftp、nfs、mysql等
1.通过ssh远程连接;
2.yum install;
3.修改配置;
4.启动:systemctl start server
5.重启:systemctl restart server

100次点赞 100次阅读