1、新建 网上找的lvm结构图 对磁盘创建分区,也可以不创建分区,直接将整个盘变成pv,但是不建议这么做 查看当前系统识别到的磁盘 [root@datacentercm ~]# lsblk NAME MAJ:MIN RM...
标签:Linux
第2页os:centos7,需要用到的工具:iostat、iotop、pidstat 1、iostat工具 如果没有这个工具可以通过yum安装 [root@centos ~]# yum -y install sysstat [root@cento...
centos7安装nexus3.x私服 1、安装配置jdk 可以自行下载,也可以在github上下载 https://github.com/openjdk/jdk 下载完后解压并将目录改名为java保存在/data/java 添加java环...
gitlab有2个版本,分别是gitlab-ce和gitlab-ee,ce是社区版免费,ee是商业版收费 1、安装方式 yum -y install curl policycoreutils openssh-server openssh-c...
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  ...
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...