环境:CentOS7版本:postgresql11安装repo源yuminstallhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm2.安装client、serveryuminstallpostgresql11yuminstallpostgres
分类:
数据库 时间:
2020-07-17 16:27:16
阅读次数:
121
有时候CentOS工作在无互联网的环境下,需要在离线环境下安装一些组件,这次实现的是模拟在离线环境下安装gcc4.8。 第一步: 先去http://mirrors.aliyun.com/centos/7/isos/x86_64/下载CentOS7的安装镜像。 第二步: 用虚拟机安装CentOS7 1 ...
分类:
其他好文 时间:
2020-07-17 16:18:44
阅读次数:
108
VirtualBox+Vagrant环境配置 一、下载安装VirtualBox和Vagrant VirtualBox下载地址:https://download.virtualbox.org/virtualbox/6.1.12/VirtualBox-6.1.12-139181-Win.exe Vagr ...
分类:
其他好文 时间:
2020-07-17 13:41:14
阅读次数:
74
实验环境如下:[root@Centos7~]#uname-r3.10.0-693.el7.x86_64[root@Centos7~]#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)[root@Centos7~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTsda8:0050G0disk├─sda18:10
分类:
其他好文 时间:
2020-07-17 01:19:44
阅读次数:
123
1. adb root 2. adb disable-verity (最新的adb 工具包才支持adb disable-verity命令,如果是Linux开发环境,则可使用工程编译结果目录out/host/linux-x86/bin下的adb执行文件) 3. adb reboot 重启设备 4. a ...
分类:
数据库 时间:
2020-07-16 21:25:33
阅读次数:
89
路径:C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class 模板: /* *CLR版本:$clrversion$*文 件 名:$s ...
yum 安装(推荐) 1.安装gearmand [root@iZbp12y6fwj9mup08bgko6Z ~]# mkdir /usr/local/gearmand [root@iZbp12y6fwj9mup08bgko6Z ~]# cd /usr/local/gearmand/ [root@iZ ...
分类:
其他好文 时间:
2020-07-16 00:23:04
阅读次数:
74
部署说明:环境说明:组件版本下载地址Prometheus2.6.1https://prometheus.io/download/#prometheusgo1.11.4https://golang.org/dl/Grafana5.4.2https://dl.grafana.com/oss/release/grafana-5.4.2-1.x86_64.rpm安装go解压安装:[root@cs-linf
分类:
其他好文 时间:
2020-07-15 23:36:06
阅读次数:
152
一、软件准备:VM、CentOS-7-x86_64-Minimal-2003.iso 二、用CentOS-7-x86_64-Minimal-2003.iso安装一个虚拟机 三、将ISO所在的/dev/cdrom挂载到/media mount /dev/cdrom /media 四、安装制作发行版的工 ...
分类:
其他好文 时间:
2020-07-15 23:33:00
阅读次数:
125
需求 如果不小心在机器上卸载了yum工具,或者yum工具被破坏了,需要重新装yum工具 1、卸载yum源 rpm -qa|grep yum|xargs rpm -e --nodeps 2、下载相关关于yum源的包 wget http://mirrors.163.com/centos/7/os/x86 ...
分类:
其他好文 时间:
2020-07-15 01:24:14
阅读次数:
158