gitlab有2个版本,分别是gitlab-ce和gitlab-ee,ce是社区版免费,ee是商业版收费 1、安装方式 yum -y install curl policycoreutils openssh-server openssh-c...
系统管理 第3页
centos下使用script监控用户操作 1、测试环境 [root@centos ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@centos ...
1、部署服务端 首先需要一台具有公网ip的服务器,linux或者windows都可以,只需要网络稳定即可,本次测试以linux为例: 1.1下载安装包: wget https://github.com/fatedier/frp/releas...
MTR参数 [root@rockettest-161 dl]# mtr -r google.comStart: Wed Aug 17 16:28:25 2022HOST: rockettest-161  ...
1、首先创建密钥 #先创建第一个账号的密钥ssh-keygen -t rsa -C "[email protected]"#再创建第二个账号密钥ssh-keygen -t rsa -C "[email protected]" #注意在创建密钥时需要...
使用php扩展包安装工具pecl,但是有个问题是需要离线安装,先去php官网下载需要安装的扩展库 扩展库下载地址: https://pecl.php.net/ 先搜索,再下载,本次需要安装的是zip扩展,下载的包为zip-1.21.1.tg...
frp内网穿透代理访问http服务 需要一台具有公网ip的服务器,windows、linux都可以,本次以Linux为例,系统版本:centos 7.6,frp版本:0.46 下载地址: https://github.com/fatedie...
更新yum源(2选一) epel源: [root@centos ~]# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm R...
内网服务器通过一台可以连外网的服务器做代理实现yum源本地化,这里列举常用的centos和epel源,以阿里云镜像源为例 centos阿里云镜像: http://mirrors.aliyun.com/centos epel阿里云镜像: ht...
inotify-tools 是为linux下inotify文件监控工具提供的一套c的开发接口库函数,同时还提供了一系列的命令行工具,这些工具可以用来监控文件系统的事件。 inotify-tools是用c编写的,除了要求内核支持inotify...