跳到主內容

CentOS 基本安裝

記錄要安裝的基本軟體

運行環境


本工作室環境都是在 「Proxmox VE 」 虛擬系統上架設,都是以 「 LXC 」模式為主,除非有特殊狀況會告知使用 「 VM 」 模式

  • 系統環境: CentOS

安裝過程


  • CentOS 7
yum install epel-release -y

yum install yum-utils -y

yum install vim sudo make wget zip unzip bzip2 htop openssh* net-tools net-snmp net-snmp-utils bind-utils git ntpdate chrony -y
  • CentOS 8
dnf install epel-release -y

dnf install dnf-utils -y

dnf config-manager --set-enabled PowerTools

dnf install vim sudo make wget zip unzip bzip2 htop openssh* net-tools net-snmp net-snmp-utils bind-utils git ntpdate chrony -y