系统准备

启动网卡: sudo service network start

更新系统: sudo dnf update

远程管理: https://IP:9090/

Dnf使用: http://www.linuxidc.com/Linux/2015-06/118751.htm

安装软件

dnf search nginx 会自动更新库并搜索。

sudo dnf install nginx 会自动安装 nginx ,版本可能不是最新的。

04-28 18:24