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
一、二进制包下载:地址:https://downloads.mariadb.org/mariadb/10.2.35/选择你要安装的版本;该地址有三种数据格式的文件:Source——源码Binaries——二进制Packages——rpm包(针对centos,Redhat,Ubuntu系列的)下载二进制包:mariadb-10.2.35-linux-x86_64.tar.gz版本//linux表示在
分类:
数据库 时间:
2020-11-24 12:21:05
阅读次数:
11
系统: [root@weianvrgv /]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) 安装中文字符集 [root@weianvrgv /]#yum install -y langpacks-zh_CN 设置中文字符 ...
分类:
数据库 时间:
2020-11-21 12:44:24
阅读次数:
27
1.Linux的发行版(1)slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面(2)debian:ubuntu,deepin(深度),mint(3)redhat:RHEL:RedHatEnterpriseLinux每18个月发行一个新版本CentOS:兼容RHEL的格式中标麒麟:中标软件Fedora:每6个月发行一个新版本(4)ArchLinux
分类:
系统相关 时间:
2020-11-12 14:26:29
阅读次数:
21
Centos7离线安装Redis 参看linux版本信息, # cat /etc/centos-release CentOS Linux release 7.2.1511(Core) 注:CentOS版本要与gcc版本对应 一、安装gcc 1.1建立文件夹/usr/local/gcc 用于存放下载的 ...
分类:
其他好文 时间:
2020-11-10 10:54:16
阅读次数:
5
1.先导入enkins库的 key-将Jenkins存储库添加到yum repos -1 wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo-2 rpm --import https: ...
分类:
系统相关 时间:
2020-11-08 16:38:52
阅读次数:
23
调研 | 李喆 张宏祥 撰写 | 魏伯乐 摘要:拥有极强技术能力的Rancher,定位于企业级容器云平台产品供应商,开发了开源企业级Kubernetes管理平台,从而帮助企业快速将容器技术落地。 过去十几年时间里,得益于以AWS为代表的公有云厂商的发展,IT底层资源迅速扩张,无论是计算、存储或是网络 ...
分类:
其他好文 时间:
2020-11-07 15:49:29
阅读次数:
20