安装openstack源yuminstallcentos-release-openstack-queens-y2、更换yum源vim/etc/yum.repos.d/CentOS-OpenStack-queens.repo更换成国内的源,这里163和阿里云的都可以用,其中centos后面的7.8.2003是代表现在的centos版本,可以根据实际情况来选择,查看使用cat/etc/redhat-r
分类:
其他好文 时间:
2020-11-06 00:57:37
阅读次数:
18
查看linux内核版本 > cat /proc/version 查看centos版本 > cat /etc/redhat-release ...
分类:
其他好文 时间:
2020-09-23 22:58:13
阅读次数:
46
CentOS版本:8.2 假设我要用的账号为:test 默认安装完毕后,使用非root账号执行带sudo的命令,想获取管理员权限执行此命令,发现无法执行,提示: test is not in the sudoers file, This incident will be reported. 解决方法 ...
分类:
其他好文 时间:
2020-09-18 01:03:37
阅读次数:
30
一、安装docker 1、Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docker 。 通过 uname -r 命令查看你当前的内核版本 $ uname -r 2、使用 root 权限登录 Centos。确保 yum 包 ...
分类:
其他好文 时间:
2020-09-15 20:50:37
阅读次数:
34
bcc-tools需要内核版本为4.1或者更新的版本,我们首先需要升级内核yumupdate-ycat/etc/redhat-releaseCentOSLinuxrelease7.5.1804(Core)centos版本在7.3以上就不需要update更新了安装elrepo内核rpm--importhttps://www.elrepo.org/RPM-GPG-KEY-elrepo.orgrpm-U
分类:
其他好文 时间:
2020-09-11 16:04:40
阅读次数:
62
这个 OS 初始化脚本是我用于初始化实验主机用的,适用操作系统为 CentOS 8 2004 版本。
分类:
其他好文 时间:
2020-08-09 11:53:25
阅读次数:
85
查看Centos版本 CentOS Linux release 7.7.1908 (Core) passwdyum update -yyum makecacheyum install fail2ban -yyum install epel-release -yyum makecacheyum upd ...
分类:
其他好文 时间:
2020-08-05 23:26:48
阅读次数:
100
1、安装环境 此处在Centos7进行安装,可以使用以下命令查看CentOS版本 lsb_release -a 在 CentOS 7安装docker要求系统为64位、系统内核版本为 3.10 以上,可以使用以下命令查看 uname -r 2、用yum源安装 2.1 查看是否已安装docker列表 y ...
分类:
系统相关 时间:
2020-07-30 01:53:09
阅读次数:
101
Docker 支持以下的 64 位 CentOS 版本: CentOS 7 CentOS 8 更高版本... 使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 也可以使用国内 ...
分类:
其他好文 时间:
2020-07-10 21:18:27
阅读次数:
73
在CentOS 6版本,时间设置有date、hwclock命令,从CentOS 7开始,使用了一个新的命令timedatectl。 一、GMT、UTC、CST、DST 时间 UTC 整个地球分为二十四时区,每个时区都有自己的本地时间。在国际无线电通信场合,为了统一起见,使用一个统一的时间,称为通用协 ...
分类:
其他好文 时间:
2020-07-09 12:08:25
阅读次数:
81