mongodb4 centos6 mongodb centos

在 CentOS 8 环境下安装 docker 遇到的一些问题

因为 CentOS 8 已经停止维护了,如果原来系统中的软件源已经被改的乱七八糟了,推荐全部删掉重新下载: # 阿里云 wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5 ......
环境 CentOS docker 问题

CentOS7初始化操作

1 网络配置 使用 nmtui 图形工具配置IP地址和主机名 2 关闭防火墙 查看 systemctl status firewalld.service 关闭 systemctl stop firewalld.service 禁用 systemctl disable firewalld.servic ......
CentOS7 CentOS

CentOS查看安装路径详解

作为一名Linux用户,我们经常需要了解系统的一些基本信息,比如软件的安装路径等等。本文将为大家介绍如何在CentOS上查看软件的安装路径,让你更加深入了解Linux系统。 在CentOS中,我们可以使用以下几种方法来查看软件的安装路径: 1. 使用whereis命令:whereis命令可以用来查找 ......
路径 CentOS

Redis7.X Centos集群搭建

## 下载 https://download.redis.io/redis-stable.tar.gz ## 部署 1. 上传解压 ``` tar -zxvf redis-stable.tar.gz ``` 2. 编译安装 ```sh cd redis-stable make && make ins ......
集群 Redis7 Centos Redis

CentOS 7重置账户密码

1、重启系统,进入到GRUB引导界面时,按下 ESC 键暂停至此处 2、接着按‘e’键进入编辑模式 3、用上下箭头找到 fi下的这一行,修改两处,将 ro 改为 rw,在行尾 LANG=zh_CN.UTF-8 后加上 init=/bin/sh 【注:LANG=zh.CN.UTF-8 可能在修改密码的 ......
账户 密码 CentOS

centos6 使用RAC其中一个节点作为同步服务器

环境:OS:Centos6.9 我们约定rac的节点1作为ntp服务器,节点2作为ntp客户端 节点1上的安装配置(ntp服务器) 1.安装ntp ntpdateyum install ntp ntpdate -y 2.启动ntp服务[root@rac01 ~]# service ntpd star ......
节点 centos6 服务器 centos RAC

虚拟机Linux环境配置【VMware17+CentOS7+XShell6】

一、下载VMware Workstation 桌面虚拟计算机软件,它允许操作系统和应用程序在虚拟机内部运行。(1) 下载方式,搜索VMware Workstation,在VMware的官方网站上直接下载,地址如下:https://www.vmware.com/products/workstation ......
CentOS7 XShell6 环境 CentOS VMware

mongodb报错not authorized on testdb to execute command

用户反馈说没有权限,报错如下: not authorized on testdb to execute command { find: "Schedule", filter: {}, skip: 0, limit: 20, maxTimeMS: 60000, lsid: { id: UUID("41 ......
authorized mongodb execute command testdb

CentOS 安装 RabbitMQ

## 安装: > https://www.rabbitmq.com/download.html ### 1、环境 查看系统版本 ```bash # lsb_release -a # cat /etc/centos-release ``` 操作系统:CentOS 7.9 64位; > 注意:如果操作系 ......
RabbitMQ CentOS

linux下安装多路径multipath(centos6)

环境:OS:Centos 6.9virtualbox虚拟机 1.安装[root@rac02 ios]# yum install device-mapper-multipath 2.设置开机自启动[root@cluster01 ~]# chkconfig multipathd on[root@clus ......
路径 multipath centos6 centos linux

centos 安装 docker-compose 的快速简单办法

直接使用yum install docker-compose 会返回nothing to do, 可以使用pip3来安装 安装 Docker Compose (1)执行如下命令安装 pip3: yum -y install python3-pip pip3 install --upgrade pip ......
docker-compose compose 办法 centos docker

使用LVM给Centos根分区扩容

# 使用LVM给Centos根分区扩容 ## 1.查看磁盘使用 ```bash root@tomoncle:~# df -h 文件系统 容量 已用 可用 已用% 挂载点 devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 2.0G 0 2.0G 0% /dev/shm tmpfs ......
Centos LVM

[Mongo]MongoDB连接池推荐配置

MongoDB集群用于非事务文档存储场景,连接参数请勿配置 write-concern 为 majority(会大大降低集群的可用性及性能),该参数保持默认即可 禁止直接连Primary/Secondary节点,存在单点隐患,建议连接replica set server list,其具备自动fail ......
MongoDB Mongo

CentOS7 安装 phpMyAdmin

1. MySQL 和 phpMyAdmin MySQL是一个在各类开发者之上流行的数据库! 它是开源的,在速度和功能之间保持着完美的平衡。 这就是为什么在本教程中,我们将向您展示如何在 CentOS 7 上安装 phpMyAdmin——一个用于 MySQL 数据库管理的神奇工具。 使用 phpMyA ......
phpMyAdmin CentOS7 CentOS

Centos6、Kylin3.2 升级glibc2.17方法

一、下载安装包 wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpmwget http ......
Centos6 方法 Centos Kylin3 glibc2

Studio 3T 2023.6 (macOS, Linux, Windows) - MongoDB 的专业 GUI、IDE 和 客户端,支持集成 ChatGPT

Studio 3T 2023.6 (macOS, Linux, Windows) - MongoDB 的专业 GUI、IDE 和 客户端,支持集成 ChatGPT The professional GUI, IDE and client for MongoDB 请访问原文链接:,查看最新版。原创作品 ......
客户端 ChatGPT MongoDB Windows 客户

Nginx安装——Centos

yum安装 官网 nginx: Linux packages 安装必备组件: sudo yum install yum-utils 创建指定目录文件 vim /etc/yum.repos.d/nginx.repo #将官网内容复制到文件中 [nginx-stable] name=nginx stab ......
Centos Nginx

linux centos7 开启tomcat不成功

在bin文件夹下打开终端,输入./start.sh后报错权限不够 解决方法: 依旧在终端上输入chmod +x *.sh(网上说输入chmod +x startup.sh也可以,但我没成功) 输入ll可看到*.sh的文件都高亮 此时再次输入./startup.sh即可成功 ......
centos7 centos tomcat linux

centos 离线安装 mysql5.7

# 下载离线安装包 tar https://dev.mysql.com/downloads/mysql/5.7.html#downloads (mysql-5.7.43-linux-glibc2.12-x86_64.tar.gz) # 移动到安装目录解压 /usr/local/ tar -zxvf ......
centos mysql5 mysql

centos7 中 configure: error: libcurl library not found

001、configure: error: libcurl library not found 002、解决方法 [root@pc1 test01]# yum -y install libcurl-devel 。 ......
configure centos7 libcurl library centos

centos7中 configure: error: liblzma development files not found

001、configure: error: liblzma development files not found 002、解决方法 [root@pc1 test01]# yum -y install xz-devel 。 ......
development configure centos7 liblzma centos

centos7中 configure: error: libbzip2 development files not found

001、configure: error: libbzip2 development files not found 002、解决方法 [root@pc1 test01]# yum -y install bzip2-devel 。 ......

centos7 中 bash: pip: command not found...

001、系统信息、问题 [root@pc1 software]# cat /etc/redhat-release ## 系统信息 CentOS Linux release 7.6.1810 (Core) [root@pc1 software]# pip install pysam # bash: p ......
centos7 command centos found bash

centos7中 configure: error: zlib development files not found

001、configure: error: zlib development files not found 002、解决方法: [root@pc1 test01]# yum -y install zlib-devel 。 ......
development configure centos7 centos error

Centos误删系统自带python2.7,yum报错恢复方法

使用wget分别下载python以及yum的rpm包 资源地址如下: http://vault.centos.org mkdir /usr/local/src/pythoncd /usr/local/src/pythonwget http://vault.centos.org/7.6.1810/os ......
python2 方法 Centos python 系统

在CentOS8下安装MySQL8.0.31

一、登录官网主页:https://www.mysql.com/downloads/,选择社区版下载,如下图: 选择MySQL Community Server: 选择Archives: 按照下图步骤,获取下载的IP地址 最终拿到的官网地址为:https://downloads.mysql.com/a ......
CentOS8 CentOS MySQL8 MySQL 0.31

Centos7 配置清华源

1 备份现有的yum源 cd /etc/yum.repos.d/ mkdir bak mv *.repo /etc/yum.repos.d/bak 2 创建清华yum源 vim /etc/yum.repos.d/QingHua.repo # CentOS-Base.repo # # The mirr ......
Centos7 Centos

cento 申请ssl证书笔记

如果您的Certbot工具没有内置的Nginx插件,您可以尝试以下方法来申请证书并配置Nginx服务器: 1. 安装Certbot的Nginx插件: ``` sudo yum install certbot-nginx ``` 这将安装适用于Nginx的Certbot插件。 2. 执行Certbot ......
证书 笔记 cento ssl

Centos7安装VNC

## 安装vnc ```bash #检查可用版本 [root@vnc ~]# yum --showduplicates list tigervnc-server #安装vnc [root@vnc ~]# yum install -y tigervnc-server #设置密码 [root@vnc ~ ......
Centos7 Centos VNC

CentOS7 防火墙特定开启端口

CentOS7 防火墙特定开启端口 为服务器的安全建议开启服务器。那么问题来了,服务器的服务不关闭防火墙访问不了。那么就来了解一下,服务器放行特殊端口的命令吧。 #首先查看防火墙状态firewall-cmd --state如果出现如下:表示已经关闭防火墙not running下面是centos7关闭 ......
端口 防火墙 CentOS7 CentOS