企业中常用的开源软件安装及使用,搭建安装、隔离网络软件仓库、web服务套件、系统安装虚拟化支持管理创建多种操作系统、系统和性能监控、企业云盘等等,详细的安装步骤。
防火墙禁用:
systemctl stop firewalld
systemctl disable firewalld
systemctl mask firewalld
下面分别对常用的软件安装和使用进行实现。
yum安装软件步骤:
yum repolist
cd /etc/yum.repos.d/
curl -o aliyun.repo https://mirrors.aliyun.com/repo/Centos-7.repo
yum update -y
yum install yum-utils -y
yum install epel-release -y
yum -y install http:/