随笔分类 -  linux

摘要:防火墙端口 80 firewall-cmd --zone=public --add-port=80/tcp --permanent 依赖包安装 sudo dnf install -y curl policycoreutils openssh-server openssh-clients sudo s 阅读全文
posted @ 2022-06-06 10:37 嘟员外的嘟 阅读(406) 评论(1) 推荐(0)
摘要:时间及时区修改 timedatectl命令 timedatectl命令用于设置系统的时间,英文全称为“time date control”,语法格式为“timedatectl [参数]”。 发现电脑时间跟实际时间不符?如果只差几分钟的话,我们可以直接调整。但是,如果差几个小时,那么除了调整当前的时间 阅读全文
posted @ 2021-10-15 16:02 嘟员外的嘟 阅读(128) 评论(0) 推荐(0)