娃哈哈好喝-真的!
技术够用就行,吃好喝好睡好!

系统管理 第3页

Linux

  • 1
  • CentOs7安装gitlab-ce

    wahaha
    阅读(333)赞(0)

    gitlab有2个版本,分别是gitlab-ce和gitlab-ee,ce是社区版免费,ee是商业版收费 1、安装方式 yum -y install curl policycoreutils openssh-server openssh-c...

    Linux

  • 3
  • 内网穿透frp部署

    wahaha
    阅读(272)赞(0)

    1、部署服务端 首先需要一台具有公网ip的服务器,linux或者windows都可以,只需要网络稳定即可,本次测试以linux为例: 1.1下载安装包: wget https://github.com/fatedier/frp/releas...

    Linux

  • 4
  • MTR参数

    wahaha
    阅读(444)赞(0)

    MTR参数 [root@rockettest-161 dl]# mtr -r google.comStart: Wed Aug 17 16:28:25 2022HOST: rockettest-161      ...

    Mac

  • 6
  • Macos mxsrvs集成环境安装php扩展zip

    wahaha
    阅读(287)赞(0)

    使用php扩展包安装工具pecl,但是有个问题是需要离线安装,先去php官网下载需要安装的扩展库 扩展库下载地址: https://pecl.php.net/ 先搜索,再下载,本次需要安装的是zip扩展,下载的包为zip-1.21.1.tg...

    Linux

  • 7
  • frp内网穿透代理访问http服务

    wahaha
    阅读(229)赞(0)

    frp内网穿透代理访问http服务 需要一台具有公网ip的服务器,windows、linux都可以,本次以Linux为例,系统版本:centos 7.6,frp版本:0.46 下载地址: https://github.com/fatedie...

    Linux

  • 8
  • 安装指定版本php

    wahaha
    阅读(161)赞(0)

    更新yum源(2选一) epel源: [root@centos ~]# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm R...

    Linux

  • 9
  • 搭建内网yum服务器

    wahaha
    阅读(128)赞(0)

    内网服务器通过一台可以连外网的服务器做代理实现yum源本地化,这里列举常用的centos和epel源,以阿里云镜像源为例 centos阿里云镜像: http://mirrors.aliyun.com/centos epel阿里云镜像: ht...