网站首页 站内搜索

搜索结果

查询Tags标签: CentOS,共有 2340条记录
  • shell数据比较运算

    一,shell中的运算1,数学比较运算(整型)-eq  等于 -gt  大于 -lt  小于 -ge  大于或等于 -le  小于或等于 -ne  不等于[root@CentOs shell]# test 1 -eq 1;echo $?0(相等返回0)[root@CentOs shell]# test 1 -gt 1;echo $?1(不相等返回1)[root@CentOs…

    2022/4/4 7:22:06 人评论 次浏览
  • 如何做raid级别磁盘(rhel和centos系统皆可)

    添加磁盘,自己需要多少磁盘即可添加多少数量此处只添加了三块200MB大小的磁盘 此处三块磁盘,只有两块做raid,一块与raid磁盘为实验测读写速率,不测速率可三块都做raid。进入虚拟机给三个磁盘分区 磁盘分区详细步骤可查看链接(https://www.cnblogs.com/zhengyan6/p/156…

    2022/4/4 7:21:52 人评论 次浏览
  • 阿里云centOS安装docker和tomcat

    一、centOS安装docker 1.卸载旧版本 较旧的 Docker 版本称为 docker 或 docker-engine 。如果已安装这些程序,请卸载它们以及相关的依赖项。sudo yum remove docker \docker-client \docker-client-latest \docker-common \docker-latest \docker-latest-logrotate \doc…

    2022/4/4 7:19:19 人评论 次浏览
  • CentOS安装PostgreSQL

    版本信息:CentOS版本:CentOS-7-x86_64-Minimal-1810PostgreSQL版本: PostgreSQL 10.10, 64-bit第一部分:PostgresSQL的安装 1、安装rpm文件yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm2、安…

    2022/4/3 2:19:50 人评论 次浏览
  • CentOS 镜像源

    简介 CentOS,是基于 Red Hat Linux 提供的可自由使用源代码的企业级 Linux 发行版本;是一个稳定,可预测,可管理和可复制的免费企业级计算平台。 下载地址: https://mirrors.aliyun.com/centos/ 相关仓库:CentOS过期源(centos-vault):https://developer.aliyun.com…

    2022/4/2 7:19:33 人评论 次浏览
  • Centos查看磁盘使用情况

    1.查看分区和磁盘lsblk      查看分区和磁盘 2.查看空间使用情况df -h    查看空间使用情况 3.分区工具查看分区信息fdisk -l    分区工具查看分区信…

    2022/4/1 7:21:27 人评论 次浏览
  • centos 7.0 firewall 防火墙常用命令

    1.查看防火墙是否在运行 firewall-cmd --state [root@localhost ~]# firewall-cmd --staterunning2.查看都有哪些端口添加到例外 firewall-cmd --permanent --list-port permanent 永久配置 [root@localhost ~]# firewall-cmd --permanent --list-port80/tcp3.添加端口…

    2022/4/1 7:21:00 人评论 次浏览
  • CentOS 8 停产后如何修复 dnf

    概述 CentOS 8是一个短命的版本,在2021年结束了其生命周期,自从被redhat收购之后,我们就可以想像CentOS的命运,至于对CentOS 8如此快速的结束生命周期,我们还是有点点的惊讶和遗憾。对于生产环境中已经上线的CentOS 8的系统,后面如何dnf安装软件包呢,下面分享一下方…

    2022/4/1 7:19:51 人评论 次浏览
  • CentOS下Jenkins安装&&Jenkins端口修改不生效踩坑记录

    首先是安装步骤:# 1、下载镜像仓库jenkins.repo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo --no-check-certificate# 2、下载jenkins.io.key rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key# 3、yu…

    2022/4/1 7:19:39 人评论 次浏览
  • CentOS 7:配置用户级别的jdk的环境变量

    本文讲解CentOS 7配置用户级别的JDK1.8环境变量。在用户的当前目录下,如下,有四个隐藏的文件,文件打头是.bash******: 配置步骤: 1.编辑.bashrc,在文件末尾新增如下配置,将export JAVA_HOME配置的JDK路径改成自己机器的jdk配置路径即可。1 export JAVA_HOME=/home…

    2022/4/1 7:19:31 人评论 次浏览
  • Hyper-V CentOS 硬盘扩容

    首先在虚机内将硬盘空间扩大,Hyper-V 需要将检查点删除查看物理卷和卷组,并将物理卷加入到卷组 #将剩余空间添加到逻辑卷 /dev/centos/root lvextend -l +100%FREE /dev/centos/root #同步到文件系统,实现对根目录的扩容 xfs_growfs /dev/centos/root

    2022/3/31 7:20:11 人评论 次浏览
  • 阿里云centos 8无法安装应用

    rename .repo .repo.bak /etc/yum.repos.d/*.repo wget https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo -O /etc/yum.repos.d/Centos-vault-8.5.2111.repowget https://mirrors.aliyun.com/repo/epel-archive-8.repo -O /etc/yum.repos.d/epel-archive-8.re…

    2022/3/31 7:20:00 人评论 次浏览
  • 在CentOS上用docker搭建LNMP环境

    1.cat /etc/redhat-release 查看centos版本,7.8 2.yum updated 更新yum 3.安装docker ====================================卸载老版本 $ yum -y remove docker docker-common docker-selinux docker-engine安装需要的软件包 $ yum install -y yum-utils device-mapper-…

    2022/3/31 7:19:30 人评论 次浏览
  • centos系统使用yum仓库安装MySQL8

    1.查看centos系统版本 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core)2.下载并安装repo仓库文件 下载地址:https://dev.mysql.com/downloads/repo/yum/# wget https://repo.mysql.com//mysql80-community-release-el7-5.noarch.rpm# yum localinstall…

    2022/3/30 19:19:53 人评论 次浏览
  • CentOS安装nginx openresty

    1. 新建openresty.sh文件cd /usr/local vim openresty.sh2. 在新建的openresty.sh脚本文件中添加安装命令yum install -y pcre-devel openssl-devel gcc curl cd /usr/local/ wget https://openresty.org/download/openresty-1.17.8.2.tar.gz cd /usr/local/ tar -zxvf o…

    2022/3/30 7:20:10 人评论 次浏览
扫一扫关注最新编程教程