摘要: 1、重启VCSA ,2、在GNU Grub 界面按 “e” , 如下图输入: if 的上一行末尾 添加 rw init=/bin/bash 3、. 执行ctrl + x启动,进入以下界面。 4、 重新挂载根分区 mount -o remount,rw / 5、. 重置root密码 passwd ro 阅读全文
posted @ 2021-12-15 14:23 乐乐和笑笑 阅读(746) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_17299953/article/details/110916440?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm_s 阅读全文
posted @ 2021-12-14 22:51 乐乐和笑笑 阅读(65) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_41004350/article/details/87253316 阅读全文
posted @ 2021-11-07 20:18 乐乐和笑笑 阅读(102) 评论(0) 推荐(0)
摘要: RTO和RPO是Business Continuity(BC) and Disaster Recovery(DR)里面两个重要的概念, 也是类似产品的Service Level Agreement (SLA)的两个重要的衡量指标。Recovery Point Objective (RPO),指的是最 阅读全文
posted @ 2021-10-18 15:50 乐乐和笑笑 阅读(3994) 评论(0) 推荐(0)
摘要: Oracle 12CR1安装过程纪要: 1、root身份安装依赖包: yum -y install binutils compat-libcap1 compat-libstdc++-33 compat-libstdc++-33*.i686 elfutils-libelf-devel gcc gcc- 阅读全文
posted @ 2021-07-26 22:36 乐乐和笑笑 阅读(152) 评论(0) 推荐(0)
摘要: 吉林省各个运营商dns备忘: 1、中国移动-吉林分公司 211.141.0.99 211.141.16.99 2、中国电信-吉林分公司 219.149.194.55 219.149.194.56 3、中国联通-吉林分公司 202.98.0.68 202.98.05.68 4、教育网 101.7.8. 阅读全文
posted @ 2021-07-01 16:04 乐乐和笑笑 阅读(4166) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42255190/article/details/99290039 阅读全文
posted @ 2021-06-03 17:06 乐乐和笑笑 阅读(43) 评论(0) 推荐(0)
摘要: import osimport timeimport winsoundiplist = list()ip = 'www.baidu.com'while(1): backinfo = os.system('ping -n 1 %s'%ip) # 实现pingIP地址的功能,-c1指发送报文一次,-w1 阅读全文
posted @ 2021-05-24 09:28 乐乐和笑笑 阅读(90) 评论(0) 推荐(0)
摘要: 原因是开启了selinux 2、net-snmp 安装后无法读取本机的snmp信息,由于本机hosts.deny禁止了,将本机ip添加到hosts.allow中。 阅读全文
posted @ 2021-05-20 14:04 乐乐和笑笑 阅读(310) 评论(0) 推荐(0)
摘要: 首先说明下:要想显示中文,本地的字段里面必须要有中文字体,新装的linux没有安装字段库,和相应的字体。下面以msyh.ttc字体为例来说明。1、fc-list查看字体库2、yum -y install fontconfig安装3、安装好后/usr/share目录下多两个目录fonts和fontco 阅读全文
posted @ 2021-05-19 16:28 乐乐和笑笑 阅读(574) 评论(0) 推荐(0)