摘要: 基本概念 RTC时间 Real Time Clock。来自主板上的RTC芯片,也叫CMOS时钟、硬件时钟,靠主板上的电池来维持。通过hwclock命令查询或设置。 硬件时钟在关机时仍然存在,在系统关机时将系统时间写回RTC中进行同步。 系统时间 系统时钟(System Clock),由CPUtick 阅读全文
posted @ 2021-03-04 20:34 SDET-Pearls 阅读(398) 评论(0) 推荐(0) 编辑
摘要: linux发行版从源获取编译好的软件包。 源配置文件 粗略来说: debian系在 /etc/apt/sources.list redhat系在 /etc/yum.repo.d/中,以centos为例,/etc/yum.repo.d/CenOS-Base.repo 换源 新装的系统如果无法获取安装包 阅读全文
posted @ 2021-03-04 20:27 SDET-Pearls 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/powershell/scripting/learn/ps101/02-help-system?view=powershell-7.1 1 核心命令 最好的记忆方式是人脑只记录index,外脑记忆细节。 学习linux shell命令 阅读全文
posted @ 2021-03-04 11:37 SDET-Pearls 阅读(44) 评论(0) 推荐(0) 编辑
欢迎指正,谢绝转载。