摘要:
VNC故障,查看日志: /home/user1/.vnc/server2:30.log Mon Nov 28 15:32:02 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all inter 阅读全文
摘要:
重启服务器,报错: Authorization not available. Check if polkit service is running or see debug message for more information. 解决: 1.systemctl reinstall polkit 阅读全文
摘要:
Linux环境的VMware里跑了个win系统,运行一段时间后总是报错如下: The virtual machine’s operating system has attempted to enable promiscuous mode on adapter ‘Ethernet0’. This is 阅读全文
摘要:
数据库报xx is marked as crashed and should be repaired故障。 检查单个库中的所有表: #mysqlcheck -c basename -uroot -p Enter password: 如下扫描到错误: 检查,优化,修复表组合命令: #mysqlchec 阅读全文