网卡centos7 centos eth0

centos6为rac新增lun

环境:OS:Centos 6.9 说明:整个操作过程不会影响rac集群的运行 1.在虚拟机上添加共享磁盘,rac的2个节点分别挂载 2.查看当前的情况节点1: [root@rac01 ~]# multipath -ll mpathc (1ATA_VBOX_HARDDISK_VB1c359161-37 ......
centos6 centos rac lun

centos7正确的关机指令

centos7正确的关机指令 例如 shutdown 与 reboot 两个指令!所以下面我们就来谈一谈几个与关机/重新开机相关的指令啰!将数据同步写入硬盘中的指令: sync惯用的关机指令: shutdown重新开机, 关机: reboot, halt, poweroff[root@study ~ ......
指令 centos7 centos

redis7.2.0 centos源码编译安装并设置开机自启动

#### 下载源码包 ``` bash wget https://github.com/redis/redis/archive/7.2.0.tar.gz ``` ```bash tar -zxf 7.2.0.tar.gz ``` #### 编译编码 编译编码 ``` cd redis-7.2.0 m ......
源码 redis7 centos redis 2.0

centos里phpstudy报错

出现Address already in use: AH00072: make_sock: could not bind to address [::]:8报错,说明80端口被占用 可以寻找到80端口使用的程序并关闭。 但是我当时查看线程和端口的时候没有找到。这台虚拟机之前安装过apache,所以s ......
phpstudy 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

Ubuntu通过yaml配置网卡

# 单网卡配置IP地址 network: version: 2 renderer: networkd ethernets: enp131s0: addresses: [ 168.17.0.5/24 ] gateway4: 168.17.0.1 nameservers: addresses: - "1 ......
网卡 Ubuntu yaml

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

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

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

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

VMware ESXi 6.7 U3 Final macOS Unlocker & OEM BIOS 集成 Realtek 网卡驱动和 NVMe 驱动 (集成驱动版) UI fix 8月更新

VMware ESXi 6.7 U3 Final macOS Unlocker & OEM BIOS 集成 Realtek 网卡驱动和 NVMe 驱动 (集成驱动版) UI fix ......
网卡驱动 网卡 Unlocker Realtek VMware

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

ubuntu22网卡绑定

# 1. 网卡绑定模式 ```shell 第⼀种模式:mod=0,即:(balance-rr) Round-robin policy(平衡抡循环策略) 特点:传输数据包顺序是依次传输(即:第1个包⾛eth0,下⼀个包就⾛eth1….⼀直循环下去,直到最后⼀个传输完毕),此模式提供负载平衡和容错能⼒。 ......
网卡 ubuntu 22