* 如果是非Ubuntu系统,下面的apt-get命令要换成yum命令。apt-cache search all | grep -> yum list installed | grepapt-get purge -y -> yum remove -y其中的参数-y是过程中所有提示都自动选yes的作用 ...
分类:
其他好文 时间:
2021-01-07 12:30:42
阅读次数:
0
1.查看当前时区 date -R 返回显示是 +0000 2.修改时区 tzselect 然后提示选择时区,按顺序选4、9、1,然后确认选1 3.更新本地时区 sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 4.检验 date -R ...
分类:
系统相关 时间:
2021-01-07 12:29:16
阅读次数:
0
查看服务运行状态 [root@room4pc09 桌面]# systemctl status crond #查看服务运行状态 ● crond.service - Command Scheduler Loaded: loaded (/usr/lib/systemd/system/crond.servi ...
分类:
其他好文 时间:
2021-01-07 12:21:11
阅读次数:
0
- name: 以轮询的方式等待服务同步完成 shell: "systemctl status etcd.service|grep Active" register: etcd_status until: '"running" in etcd_status.stdout' retries: 8 de ...
分类:
其他好文 时间:
2021-01-07 11:40:27
阅读次数:
0
ubuntu18.04基于win10双系统的安装 分区 查看系统BIOS模式 win+R, 输入msinfo32, 得到系统信息,这里我的BIOS模式是传统模式(MBR),所以这里以MBR为例 下载ubuntu系统 链接: https://www.ubuntu.com/download/deskto ...
分类:
编程语言 时间:
2021-01-06 12:46:10
阅读次数:
0
前段时间,我偶然进行查看linux DNS配置,通过查看 /etc/resolv.conf 文件,得到如下结果: ? devices ll /etc/resolv.conf lrwxrwxrwx 1 root root 39 12月 28 18:55 /etc/resolv.conf -> ../r ...
分类:
系统相关 时间:
2021-01-06 12:29:13
阅读次数:
0
错误信息如下: 2021-01-03 20:11:26,355 WARN [main] server.HiveServer2: Error starting HiveServer2 on attempt 1, will retry in 60000ms java.lang.NoClassDefFou ...
分类:
其他好文 时间:
2021-01-06 12:28:56
阅读次数:
0
#1 清除R3先 sudo apt-get --purge remove r-base sudo apt-get --purge remove r-base-core sudo apt-get --purge remove r-base-dev #2 升级系统 sudo apt install -- ...
分类:
系统相关 时间:
2021-01-06 11:57:46
阅读次数:
0
基于RHEL8/CentOS8的网络IP配置详解 rhel8与7的区别 在rhel7上,同时支持network.service和NetworkManager.service(简称NM)。默认情况下,这2个服务都有开启,但许多人都会将NM禁用掉。 在rhel8上,已废弃network.service, ...
分类:
其他好文 时间:
2021-01-05 11:41:19
阅读次数:
0
买了新电脑需要重头开始配置环境 一开始安装的最新版的mysql,结果用起来各种不得劲,所以打算重新安装 5.5版本 但是安装的过程中出现问题了 Cannot create windows service for mysql.error:0 在系统管理员用户权限下执行 sc delete mysql ...
分类:
数据库 时间:
2021-01-05 11:00:49
阅读次数:
0