一般Fedora 22 Server安装后的操作:
1、nano /etc/hostname
修改主机名
2、dnf install system-config-network-tui -y
安装命令行下的傻瓜化网络配置工具(Text User Interface),然后配置网络。
3、dnf install yum-plugin-fastestmirror -y & dnf update -y
整理最快软件镜像安装路径 & 升级
4、systemctl list-unit-files
查看当前服务开启和关闭情况
5、systemctl status firewalld.service
查看防火墙状态
6、rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
可能你要更换时区
如果你需要部署python应用,可能还需要先:
pip install --upgrade pip
文章来自:@王文文IT,转载请注明出处。
本文介绍Fedora22Server安装后的基本配置步骤,包括修改主机名、安装网络配置工具、设置软件源镜像及更新系统、检查服务状态、调整时区等关键操作。
1480

被折叠的 条评论
为什么被折叠?



