随笔- 136  文章- 0  评论- 8  阅读- 26万 
01 2022 档案
Centos8 中安装GitLab
摘要:Centos8 中安装GitLab 1,安装依赖 yum install -y curl policycoreutils-python openssh-server centos8没有policycoreutils-python yum源,不用管 2,启动ssh并设置为开机自启动 systemctl 阅读全文
posted @ 2022-01-13 13:30 wu小强 阅读(1112) 评论(0) 推荐(0) 编辑
Centos8 防火墙
摘要:Centos8 防火墙 一: 防火墙端口相关操作 1:查看防火墙某个端口是否开放 firewall-cmd --query-port=3306/tcp 2:开放防火墙端口 注意:开放端口后要重启防火墙生效 firewall-cmd --zone=public --add-port=3306/tcp 阅读全文
posted @ 2022-01-13 13:21 wu小强 阅读(267) 评论(0) 推荐(0) 编辑
windows 2016 安装docker
摘要:windows 2016 安装docker 前提条件:windows server 2016安装更新 1:用管理员打开windows PowerShell Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.208 -Force #指定 阅读全文
posted @ 2022-01-12 10:12 wu小强 阅读(507) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示