【CentOS8安装PostgreSQL12】教程文章相关的互联网学习教程文章

centos8 防火墙配置增加端口【代码】【图】

1、查看已经开放的端口firewall-cmd --list-all 2、增加目标端口sudo firewall-cmd --add-port=8848/tcp --permanent3、重启防火墙sudo firewall-cmd --reload4、验证firewall-cmd --list-all 完毕!!! 原文:https://www.cnblogs.com/crelle/p/13492881.html

CentOS8安装PostgreSQL12【代码】

1.PostgreSQL的安装1.1 下载并安装PostgreSQL官方yum源配置文件dnf installhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm1.2 禁用系统内置yum源的PostgreSQL安装模块PostgreSQL官方的yum源配置文件提供了PostgreSQL12/11/10/9.6/9.5共5个版本的配置信息,一般情况下我们只使用计划安装版本的配置信息,禁用不需要的配置信息可以提高下载速度。要安装12版,可以禁用11/1...

centos8安装nodejs

1、通过官方查询需要安装的版本https://github.com/nodesource/distributions 2、在CentOS下获取相应版本的nodejs资源(以NodeJS 14.x为例) 粘贴 curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - 3、运行 sudo yum install -y nodejs 进行nodejs安装 You may also need development tools to build native addons: sudo yum install gcc-c++ make## To install the Yarn package manager, run: curl -sL ...

VM虚拟机在centos8.3.2011中安装mysql8.0.19【代码】【图】

1解压软件到指定目录:[root@tyjs09 ~]# cd soft [root@tyjs09 soft]# ls mysql-8.0.19-linux-glibc2.12-x86_64.tar.xz [root@tyjs09 soft]# tar -xvf mysql-8.0.19-linux-glibc2.12-x86_64.tar.xz [root@tyjs09 soft]# mv mysql-8.0.19-linux-glibc2.12-x86_64 mysql [root@tyjs09 soft]# mv mysql /usr/local/2进入软件所在的目录创建用户和用户组[root@tyjs09 soft]# cd /usr/local [root@tyjs09 local]# groupadd mysql [root@...

在Centos8 中使用Stratis管理本地存储(二)【代码】【图】

本文介绍如何通过向现有Stratis池中添加新磁盘和添加缓存磁盘。下面将介绍添加、删除、快照等内容。系统环境Centos8向Stratis池中添加其他磁盘在Stratis管理下,将新的块设备添加到现有池非常容易。在上一篇文章《在Centos 中创建Stratis本地存储(一)》设置中,“ data01_pool”中有4个磁盘,现在我们需要通过添加新磁盘来扩展池中的空间。使用选项add-data来添加新磁盘,下面向"data01_pool"池中添加"/dev/sde"磁盘。[root@loca...

CentOS8字符界面转图形化

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo sed -i -e ‘/mirrors.cloud.aliyuncs.com/d‘ -e ‘/mirrors.aliyuncs.com/d‘ /etc/yum.repos.d/CentOS-Base.repo yum makecache yum groupinstall "Server with GUI" -y systemctl set-default graphical.target # 图形化 systemctl set-default multi-user.target # 字符界面原文:https://www.cnblogs.com/smlile-y...

CentOS8 安装后 无法切换中文输入法【图】

原因 尚未安装输入法使用指令: yum install ibus-libpinyin 安装 reboot 安装好后重启如下图: 如果未出现上图:尝试: 打开设置>>区域和语言>>输入源,点击输入源下面的加号,然后点击添加输入源弹出框下面的三个点,过滤刚刚安装的ibus-pinyin输入法,点击添加。 还可以在设置中 设置切换输入法的快捷键 原文:https://www.cnblogs.com/xiaohaodeboke/p/12408716.html

在vmware esxi 中安装centos8全过程

一、安装步骤1、点创建新虚拟机,下一步 2、名称填入 选择esxi6.7主机,客户端操作系统选择Linux,选择centos8,下一步3、选择存储的位置,下一步4、配置内存、网络适配器,硬盘分区等,下一步,再点完成;5、选中配置完成的虚拟机,点打开电源;6、选择第二选项,选择语言为【English】,点击【continue】7、点击【SYSTEM】选项,选择自动分区,点击【done】返回8、时区选择shanghai,done完成9.点击【SoftWare selection】,勾选...

centos8 yum 安装 rabbitmq

进入/etc/yum.repos.d/ 文件夹创建rabbitmq-erlang.repo 文件内容如下[rabbitmq-erlang] name=rabbitmq-erlangbaseurl=https://dl.bintray.com/rabbitmq-erlang/rpm/erlang/21/el/7gpgcheck=1gpgkey=https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.ascrepo_gpgcheck=0enabled=1 创建rabbitmq.repo 文件内容如下[bintray-rabbitmq-server]name=bintray-rabbitmq-rpmbaseurl=https://dl.bintray.com/rabbitmq/...

Centos8 搭建本地gitlab服务器笔记【代码】

文档地址:https://packages.gitlab.com/gitlab/gitlab-ce一、安装gitlab所需依赖(如果没有)$ sudo yum install curl openssh-server openssh-clients postfix cronie 安装之前可以先检查一下系统是否已经安装了上面的工具,如果已安装过就不用再安装了。二、安装gitlab$ curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash $ dnf install -y gitlab-ce 三、配置ssl证书$ mk...

linux(centos8):为prometheus安装grafana(grafana-7.0.3)【代码】【图】

一,grafana的用途1,grafana是什么?grafana 是用 go 语言编写的开源应用,它的主要用途是大规模指标数据的可视化展现它是现在网络架构/应用分析中最流行的时序数据展示工具 2,如何安装prometheus? 参见这一篇:https://www.cnblogs.com/architectforest/p/13051386.html 说明:刘宏缔的架构森林是一个专注架构的博客,地址:https://www.cnblogs.com/architectforest 对应的源码可以访问这里获取: https://github.com/...

Centos8.0编译安装稳定最新版的nginx【代码】【图】

nginx有三个版本模式,有关详细介绍可以访问我以前写的这篇博文,https://blog.csdn.net/qq_41684621/article/details/101900843下面介绍我安装最新稳定版的 nginx1.161,这是目前为止最新的稳定版本安装之前其实网上也有一大堆的介绍安装nginx的教程,但都太过于繁琐了,不适合刚入门的小白来安装,下面就是我总结出的安装教程。安装nginx之前先安装一些依赖yum -y install gcc gcc-c++ yum -y install gcc gcc-c++ autoconf auto...

Centos8下Redis设置Session共享存储【代码】【图】

Redis-Session共享存储前提条件:1、安装Redis2、安装Apache或Nginx3、安装php 本机环境:php:7.3Redis:5.0.7 开始部署:我是分别用Centos7和Centos8两个系统部署的Centos8是yum安装的nginx、php等:[root@Centos8 phpredis-develop]# php -v PHP 7.3.16 (cli) (built: Mar 17202010:18:38) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.16, Copyright (c) 1998-2018 Zend Technologieswith Zend OPcache v7...

CentOS8配置NIS服务

Step1:安装ypserver [root@RHEL ~]# yum install ypserv yp-tools rpcbindStep2:增加nisdomain[root@RHEL ~]# vi /etc/sysconfig/networkNISDOMAIN=ossStep3:设置开机自动加入NIS域[root@RHEL ~]# vi /etc/rc.d/rc.local Step4:设置配置文件权限[root@RHEL ~]# vi /etc/ypserv.conf# IMPORTANT: this rules will be ignored for IPv6 connections!# Host : Domain : Map : Security## * : * : passwd...

物理机重新安装linux-centos8操作步骤

最近公司调整架构,需要对服务器进行划分,但是运维和网管比较忙,只能由开发自力更生完成咯第一步:下载centos8镜像;第二步:下载软碟通 UItraISO 用来制作启动盘--建议64G--U盘;可以看 https://www.cnblogs.com/innocenter/p/15076250.html有完整操作;第三步:连接显示器,键盘,鼠标至物理机,插入启动U盘第四步:启动服务器,当进入界面后,有显示F11的时候点击F11进入操作页面第五步:选择one-shot-EFI进一步选择usb安装第...