(ubuntukylin-20.04-x86)apt安装openssh+nginx+php
【摘要】 (ubuntukylin-20.04-x86)apt安装openssh+nginx+php
使用不同的操作系统提升自己的经验
优麒麟操作系统是 Ubuntu 官方衍生版,得到来自Debian、Ubuntu、LUPA及各地Linux用户组等国内外众多社区爱好者的广泛参与和热情支持。
官网:https://www.ubuntukylin.com/index-cn.html
#更新软件源、安装openssh-server
sudo apt update
sudo apt-get -y install openssh-server
sudo service ssh start
sudo service ssh enable
sudo service ssh status
#安装php
sudo apt -y list php
sudo apt -y install php
php -v
ps -aux |grep php
#安装nginx
sudo apt list nginx
sudo apt -y install nginx
sudo systemctl restart nginx
sudo systemctl enable nginx
sudo systemctl status nginx
#浏览器访问IP
#配置nginx解析php
sudo vim /etc/nginx/sites-available/default
#
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)