摘要: 设置Yarn仓库 curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo 如果还没有安装node.js,再设置一下设置node仓库 curl --silen 阅读全文
posted @ 2020-09-14 23:18 龙影123 阅读(4634) 评论(0) 推荐(0)
摘要: 查看SELinux状态: /usr/sbin/sestatus -v 关闭SELinux: 修改/etc/selinux/config 文件 vi /etc/selinux/config 将SELINUX=enforcing改为SELINUX=disabled 重启系统 阅读全文
posted @ 2020-09-14 20:56 龙影123 阅读(154) 评论(0) 推荐(0)
摘要: 安装Firewall命令: yum install firewalld firewalld-config Firewall开启常见端口命令: firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --zone=pu 阅读全文
posted @ 2020-09-14 14:37 龙影123 阅读(340) 评论(0) 推荐(0)