CentOS系统下载及问题解决教程

编程知识 更新时间:2023-05-01 13:41:37

目录

  • 镜像下载
    • 方式一
    • 方式二
  • 解决Mini版找不到命令

镜像下载

方式一

msdn门户网站提供

方式二

官网下载



解决Mini版找不到命令

# 提示:-bash: netstat: command not found
yum install -y net-tools
# 提示:-bash: wget: command not found
yum install -y wget
# 提示autoreconf: command not found
yum install autoconf automake libtool ncurses-devel
# 提示:policycoreutils-python is needed by ...
yum install policycoreutils-python
yum install policycoreutils-python-utils
# 启动ssh服务并设置开机启动
systemctl enable sshd && sudo systemctl start sshd
# 设置postfix(邮件代理)开机启动,并启动postfix
systemctl enable postfix && systemctl start postfix
# 开放ssh及http服务
firewall-cmd --add-service=ssh --permanent
firewall-cmd --add-service=http --permanent
firewall-cmd --reload

更多推荐

CentOS系统下载及问题解决教程

本文发布于:2023-04-23 15:57:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/5f625207d595c521de6ab6543e180f10.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:教程   系统   CentOS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 98768文章数
  • 25652阅读数
  • 0评论数