02 2022 档案
摘要:kubernetes NotReady 部署节点 NotReady #kubectl get nodes NAME STATUS ROLES AGE VERSION centos107 NotReady control-plane,master 41h v1.23.4 centos117 NotRe
阅读全文
摘要:查看服务器是物理机还是虚拟机 方式一:dmesg dmesg |grep -i dmi 物理机:[ 0.000000] DMI: Huawei RH5885 V3/BC61BLCB, BIOS BLISV828 6/9/2019 虚拟机:[ 0.000000] DMI: VMware, Inc. V
阅读全文
摘要:Disable Ctrl-Alt-Del 禁用ctrl-alt-delete,为了防止和其他键盘冲突或误关机,可取消快捷键ctrl+alt+del RHEL 5.X & CentOS 5.X 注释掉 ca::ctrlaltdel# cat /etc/inittab # Trap CTRL-ALT-D
阅读全文
摘要:不同操作系统部署nfs报错 nfs-server : Ubuntu1804 nfs-client: CentOS 7.8.2003 报错信息 #mount 10.0.0.212:/data /mnt mount.nfs: Stale file handle #ls /mntls: cannot ac
阅读全文
摘要:Centos 7,8 破解root密码 常见的破解root密码,就是进入救援模式或单用户模式进行重置密码,或者进行其他文件系统的修复或者恢复。 可用于修复操作系统,以下是常见的修改密码的三种方法: 方法一: 启动时按任意键暂停启动 按e键进入编辑模式 将光标移动到linux开始行,修改linux16
阅读全文
摘要:使用xshell显示调用图形 前提 Xmanager - Passive工具必须存在,xclock会自动调用Xmanager - Passive。并在打开Xmanager Server:0.0 安装依赖包 yum -y install xorg-x11-xauth 修改文件/etc/ssh/sshd
阅读全文
摘要:现象 主机无缘无故死机,主机上服务无响应 日志出现大量:"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 日志输出信息: #tail -f /var/log/messages kernel: "echo
阅读全文
摘要:Nginx可视化管理工具--Nginx-Gui Nginx-Gui可视化管理工具环境Nginx-GUI项目下载安装配置Nginx-GUI 启动 环境 centos 7.8 Nginx-GUI项目 开源项目地址:https://github.com/onlyGuo/nginx-gui 下载对应系统版本
阅读全文