摘要: Gitlab 下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ ​ https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el8/ wget https://mirrors.tun 阅读全文
posted @ 2022-01-09 07:40 barry_zou 阅读(42) 评论(0) 推荐(0)
摘要: 集中式版本控制工具:cvs、svn(subversion) 分布式版本控制工具:git Git基本操作 部署Git服务器 默认git使用ssh服务提供的共享 YUM安装Git软件 yum -y install git 初始化一个空仓库 [root@git ~]# mkdir -p /var/lib/ 阅读全文
posted @ 2022-01-09 07:21 barry_zou 阅读(38) 评论(0) 推荐(0)
摘要: 熟悉systemctl常用命令 [root@web1 ~]# systemctl #列出所有启动的服务 [root@web1 ~]# systemctl status <服务名称> #查看服务状态 [root@web1 ~]# systemctl start <服务名称> #启动服务状态 [root 阅读全文
posted @ 2022-01-09 00:39 barry_zou 阅读(78) 评论(0) 推荐(0)
摘要: 使用GRE技术搭建vpn,适用于linux环境 环境(两端都需要配置,地址要相反) 公网ip:20.12.12.2 24.31.1.1 私网ip:192.168.1.100/24 192.168.1.200/24 modprobe ip_gre lsmod | grep gre ip tunnel 阅读全文
posted @ 2022-01-09 00:07 barry_zou 阅读(7) 评论(0) 推荐(0)