postgresql centos7 centos sde

CentOS停更 替代版系统

龙蜥操作系统(Anolis OS) 是 OpenAnolis 龙蜥社区发行的开源Linux发行版,支持多计算架构,提供稳定、高性能、安全、可靠的操作系统支持 https://openanolis.cn/download Rocky Linux是一个开源的企业级操作系统,旨在与 Red Hat Ent ......
CentOS 系统

k8s集群搭建1.22.x (centos)

版本 1.22.xx 版本兼容 集群搭建指导 https://www.cnblogs.com/Sunzz/p/15184167.html 【1.18】 https://blog.csdn.net/qq_34629877/article/details/120234616 【1.22】 升级cento ......
集群 centos k8s k8 8s

在CentOS环境下编译GreatSQL RPM包

本文介绍如何在CentOS环境下编译GreatSQL RPM包。 运行环境是docker中的CentOS 8 x86_64: $ docker -v Docker version 20.10.10, build b485636 $ docker run -itd --hostname c8 --na ......
下编 GreatSQL 环境 CentOS RPM

centos安装mysql8,银河麒麟安装mysql8,arm(aarch)架构,rpm包,完全离线安装

作者主页:https://www.cnblogs.com/milkbox/ 参考: 软件包下载: https://rpmfind.net/linux/rpm2html/search.php MySQL :: Download MySQL Community Server 主要教程:十二、MySQL8 ......
mysql8 mysql 架构 centos aarch

基于centos 7 x86_64 安装playwright框架

一. python 3 安装 playwright 要求python版本必须是在3.8及以上,推荐安装3.8~3.9的版本,可以很大一部分工作量,因为python 10(包括10)不在支持tls/ssl ,在安装时必须自己单独安装openssl进行代替,而升级openssl需要先升级gcc g++ ......
playwright 框架 centos 86 64

postgresql distinct on用法

除了我们熟知的distinct外,postgresql还支持distinct on,它的用途跟mysql没有启用ONLY_FULL_GROUP_BY SQL选项是一样的,针对声明的字段做分组,分组外的字段返回随机一行。如下: lightdb@oradb=# create table t_distin ......
postgresql distinct

postgresql 11开始支持sql:2011标准的所有window frame子句

PostgreSQL 在2009年发布的8.4版本中开始支持window语法,直到2017-10-5发布了pg 11才完全支持sql:2011中所有的子句(所以具体厂商实现通常要三五年甚至更长才能完成对标准规范的支持)。 窗口函数的语法定义如下: function_name ([expression ......
子句 postgresql 标准 window frame

【Docker】- CentOS8安装docker

1、安装yum-utils sudo yum install -y yum-utils device-mapper-persistent-data lvm2 如果安装出错了,报错: Error: Failed to download metadata for repo 'appstream': Ca ......
CentOS8 Docker CentOS docker

PostgreSql 地理扩展

数据迁移 数据从mysql以前的经度,纬度;经度,纬度;经度,纬度;经度,纬度;的格式,改为现在的geometry格式,需要加geometry(polygon,4326)类型字段,并做如下转换。 UPDATE geo_pro_pool_fence SET geo_polygon = ST_GeomF ......
PostgreSql 地理

Centos安装docker

一句一句的执行: yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo yum install -y yum-utils device-mapper-persiste ......
Centos docker

centos7设置core文件

#查看本机core文件大小 ulimit -c 设置core文件大小为无限制 echo "ulimit -c unlimited" >> ~/.bashrc source ~/.bashrc ......
centos7 文件 centos core

OpenEuler 安装PostgreSQL

1、使用 root 用户登录 openEuler 系统。 2、安装 PostgreSQL: dnf install postgresql-server postgresql-contrib -y 这将安装 PostgreSQL 的服务器和附加组件。 3、初始化 PostgreSQL: postgre ......
PostgreSQL OpenEuler

PM-CentOS7也即将停止维护,将来何去何从?

​停掉的CentOS包含三个版本,即:CentOS 6(2020年11月30日停止更新)、CentOS7(2024年6月30日停止更新)、CentOS 8(2021年底停止更新)。 在当前处于生命周期中的CentOS版本和后续的影响如下: 1、CentOS Linux 7作为RHEL 7的复刻版本, ......
何去何从 PM-CentOS CentOS PM

【Linux】VMware 安装 Centos7

软硬件准备 软件:推荐使用 VMware,这里使用的是VMware 12 镜像:CentOS7,如果没有镜像可以在阿里云下载 https://mirrors.aliyun.com/centos/ 硬件:因为是在宿主机上运行虚拟化软件安装centos,所以对宿主机的配置有一定的要求。最起码I5CPU双 ......
Centos7 Centos VMware Linux

PostgreSQL 的一些函数的使用

// string_agg 是 PostgreSQL 数据库中的一个函数,用于将多个字符串值连接成一个字符串 // string_to_array 是 PostgreSQL 数据库中的一个函数,用于将字符串分割成数组 select *, (SELECT string_agg( CASE animal ......
PostgreSQL 函数

gitlab:Restoring PostgreSQL database gitlabhq_production ... ERROR: must be owner of extension pg_trgm

Restoring PostgreSQL database gitlabhq_production ... ERROR: must be owner of extension pg_trgm ERROR: must be owner of extension btree_gist ERROR: mu ......

Apache一键源码编译安装脚本(CentOS7、8)

测试环境 CentOS7.9.2009、 CentOS8.5.2111 #!/bin/bash # install httpd scripts # 将apache版本号定义为变量 VER=2.4.58 # 先安装必要的工具, 其中bzip2和gzip用于解压源码包, 如果源码包下载的是bz2,只安装 ......
脚本 源码 CentOS7 Apache CentOS

Centos中keytool不起作用的解决方法

​keytool是Java开发中用于管理密钥和证书的工具,可以用于生成密钥、创建证书请求、导入和导出证书等操作。你可以在Oracle官网上下载和安装JDK,然后在JDK的 bin目录下找到 keytool 工具。 因此,我们首先要给centos装jdk yum -y install java-1.8 ......
作用 keytool 方法 Centos

VM VirtualBox下centos7后无法安装增强功能

步骤: 1.更新kernel yum update kernel -y 2.安装kernel-herders并编译 yum install kernel-headers kernel-devel gcc make -y 3.重启并选择进入新安装的kernel reboot 4.打开菜单:设备-》分配 ......
VirtualBox centos7 功能 centos VM

Linux Centos7.5错误:ping外网报错Name or service not known

https://www.cnblogs.com/Zeros/p/16745414.html 问题描述:1 CentOS7.5,当执行ping www.baidu.com命令时,提示Name or service not known出现问题可能情况:1、电脑上禁用VMware相关网络服务。 2、Lin ......
错误 Centos7 service Centos Linux

CentOS7 Suricata生产环境部署

一、部署PF_RING step1:安装依赖 [root@localhost ~]# yum install -y flex bison kernel-devel kernel-headers gcc gcc-c++ make wget [root@localhost ~]# git clone h ......
Suricata CentOS7 环境 CentOS

Linux_Centos

Linux_Centos2023年5月29日11:541, 安装SNMP服务[root@zlm log]# yum -y install net-snmp net-snmp-utils注意:特殊情况需要添加iptable策略iptables -I INPUT -s 192.168.201.29 -p ......
Linux_Centos Centos Linux

PostgreSQL安装

下载安装 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install -y postgresql12- ......
PostgreSQL

CentOS安装docker

要在CentOS 7上安装Docker,您可以按照以下步骤操作: 更新系统:运行以下命令以更新系统软件包列表: yum update -y 请注意,以下命令需要使用管理员权限(root 或具有 sudo 权限的用户)。 卸载旧版 Docker(如果已安装): rpm -qa | grep docke ......
CentOS docker

centos7安装 NFS实现网络文件共享

主节点安装 在所有节点执行安装nfs-utils yum install -y nfs-utils 主节点启服务 systemctl start nfs-server 在主节点创建文件和暴露服务 makedir -p /data/nfs # vi /etc/exports,添加暴露信息,192.16 ......
centos7 文件 centos 网络 NFS

PostgreSQL数据库,使用自带命令工具备份、还原数据库

零、命令位置 postgres安装路径/bin 一、备份数据库 pg_dump -h 192.168.200.30 -U postgres postgis_sample> D:\postgis_sample.bak 二、还原数据库 psql -h 192.168.200.30 -U postgres ......
数据库 数据 PostgreSQL 备份 命令

rhel/centos 8新特性

rhel 7的主要新特性参见https://www.cnblogs.com/zhjh256/p/6675315.html。 8和7比又有不少新特性和废弃的特性。如下: /etc/inittab废弃 查看防火墙 systemctl status firewalld.service nftables代替 ......
特性 centos rhel

Centos 利用本地镜像安装yum源

前提 在“设置”中确保两点 1、勾选“已连接” 2、添加上本地的“centos.iso”镜像文件 切换到用户目录 cd / 新建一个iso目录 mkdir iso 挂载镜像 mount -t iso9660 /dev/sr0 /iso 查看yum包 yum repolist all 检查是否能下载( ......
镜像 Centos yum

CentOS7 安装配置SFTP服务器详解

https://blog.csdn.net/weixin_45688268/article/details/126355365CentOS7 安装配置SFTP服务器详解AquaMriusC于 2022-08-15 21:39:26 发布阅读量1w 收藏 56点赞数 7分类专栏: 虚拟机与云服务器 文 ......
CentOS7 服务器 CentOS SFTP

Oracle VM VirtualBox安装的Centos7无法上网

Oracle VM VirtualBox安装的Centos7无法上网解决方法: 1、设置第一块网卡使用 仅主机网络。 2、设置第二块网卡使用 网络地址转换 (NAT)。 ......
VirtualBox Centos7 Oracle Centos VM
共3000篇  :2/100页 首页上一页2下一页尾页