1.yum yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包(RPM 是 Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red H ...
分类:
系统相关 时间:
2020-12-24 11:57:54
阅读次数:
0
1.查看现有的分区大小 非LVM分区,目前磁盘大小为40G,根分区总容量为40G,(是自定义分区安装的) 2.关机增加磁盘大小至100G 如果你们是vmwaer虚拟软件安装的那如下入扩容: 3.查看磁盘扩容后状态 lsblk dh -TH 现在磁盘总大小为10G,根分区为40G 4.进行分区扩展磁盘 ...
分类:
其他好文 时间:
2020-12-23 11:53:29
阅读次数:
0
CentOS7通过yum安装postgreSQL 选择正确的YUM安装源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch. ...
分类:
数据库 时间:
2020-12-22 12:15:14
阅读次数:
0
1、升级准备 1.1、查看系统版本和ssh版本 cat /etc/*release ssh -V 1.2、下载软件包 Openssh下载地址 https://www.openssh.com/ https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/ http: ...
分类:
其他好文 时间:
2020-12-19 12:38:09
阅读次数:
1
名词解释:1.物理卷 Physical Volume (PV):一个物理卷,包含了许多物理分区2.物理分区 Physical Extents (PE) 3.卷组 Volume Group (VG):一个VG是由许多物理分区组成的(可能来自多个物理卷或硬盘)。 4.逻辑卷 Logical Volume ...
分类:
其他好文 时间:
2020-12-18 12:56:26
阅读次数:
3
1.安装 需先下载java环境 # 拉取库的配置到本地对应文件 0、wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo 1、wget https://pkg.jenkins.io/re ...
分类:
其他好文 时间:
2020-12-16 12:42:58
阅读次数:
2
g++ --version gcc --version 没有版本号的话下载 有的话 执行 sudo find / -name "cc1plus" export PATH="/usr/libexec/gcc/x86_64-redhat-linux/4.8.2:$PATH" 加到环境变量 ...
分类:
其他好文 时间:
2020-12-05 10:53:48
阅读次数:
9
#install OS centos 7.5#install lsb net-tools package yum install -y redhat-lsb net-tools 1. Configure hostnames Configure each host in the cluster as ...
分类:
其他好文 时间:
2020-12-04 11:25:24
阅读次数:
4
Linux系统rsync实战操作Linux系统rsync实战操作前面介绍了一些关于rsync的功能与一些具体的命令格式、参数的使用意义等,今天我们来聊一聊整个实际生产过程中的实战操作过程今天介绍的是第三种模式——以守护进程的模式传输数据一:整体环境备份服务器端(BK-S)[root@BS-S~]#cat/etc/redhat-releaseCentOSrelease6.5(Final)[root@
分类:
系统相关 时间:
2020-12-02 12:43:25
阅读次数:
15
1准备工作安装好Linux操作系统,这里选择的是Linux7:[root@localehost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.6(Maipo)关闭防火墙和Selinux:[root@localehost~]#systemctlstopfirewalld[root@localehost~]#systemctld
分类:
系统相关 时间:
2020-12-01 11:45:15
阅读次数:
10