用引号将参数引用起来,这样如果参数为空值,不会报错。#!/bin/shif["$1"="redhat"]thenecho"fedora"elseif["$1"="fedora"]thenecho"redhat"elseecho"/root/foo.shredhat|fedora"fifi 参考论坛截图
分类:
其他好文 时间:
2020-06-06 23:09:07
阅读次数:
64
cat/etc/redhat-releasepythonyum-yinstalllrzszvimwgetyum-yinstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-develgdbm-develdb4-devellibpcap-develxz-develgcc*cd/usr/loca
分类:
其他好文 时间:
2020-06-06 09:24:08
阅读次数:
70
升级openssh版本至8.x操作步骤 前提条件: 自行配置系统网络yum源。 操作步骤: 说明:经验证操作系统类型为centos 7.4 、redhat 6.5、redhat 6.8、redhat 6.9、redhat 7.4、redhat 7.5 的都可以顺利升级至openssh 7.9; Re ...
分类:
其他好文 时间:
2020-06-05 18:08:18
阅读次数:
68
安装pg10 一、install yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgre ...
分类:
其他好文 时间:
2020-06-05 13:29:16
阅读次数:
108
安装源ISOCentOS-7-x86_64-DVD-1810最小化安装系统后先更新[root@Server~]#yumupdate-y[root@Server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.6.1810(Core)[root@Server~]#uname-r3.10.0-957.21.3.el7.x86_64关闭防火墙systemctlst
分类:
其他好文 时间:
2020-06-04 01:37:25
阅读次数:
82
急速入门,在这里我们使用RabbitMQ 3.6.5 版本进行操作: - 环境搭建: - 官网地址:http://www.rabbitmq.com/ - 环境描述:Linux(centos7 Redhat7) 1. 首先在Linux上进行一些软件的准备工作,yum下来一些基础的软件包yum inst ...
分类:
其他好文 时间:
2020-06-03 00:47:25
阅读次数:
95
先来说一下linux是什么? linux 是一个开源、免费的操作系统,其稳定性、安全性、处理多并发已经得到业界的认可,目前很多中性,大型甚至是巨型项目都在使用linux。 linux 内核:redhat、红旗linux、ubuntu、suse、fedora, 它们的内核都是一样的(linux其实是一 ...
分类:
系统相关 时间:
2020-06-02 16:07:34
阅读次数:
105
一、虚拟机中安装RHEL8操作系统 软件准备: 1)vmware-workstation-full-15.1 2)hel-8.0-x86_64-dvd.iso 步骤: 1、创建虚拟机 选择自定义,点击下一步 硬件默认即可 选择稍后安装操作系统 选择对应安装的系统Linux和对应版本redhat 8 ...
分类:
其他好文 时间:
2020-06-01 14:04:41
阅读次数:
86
Linux系统作为非常受欢迎的技术,其发行版本也是非常可观的,对于初学者来说,面对众多发行版本,选择的时候总是不知道该从哪里入手,但是无论如何学习Linux系统之前,选择一个合适的版本很重要。
分类:
系统相关 时间:
2020-06-01 13:37:08
阅读次数:
98
Yum概念:Yum软件仓库的作用是为了进一步简化RPM管理软件的难度以及自动分析所需软件包及其依赖关系的技术 Yum配置仓库源放置位置:/etc/yum.repo.d/ ;配置文件需以 .repo 结尾 可通过 man yum.conf 查看yum仓库的全部配置信息 配置名称作用 [reposito ...
分类:
系统相关 时间:
2020-05-31 18:11:59
阅读次数:
95