随笔分类 -  Linux

摘要:Ubuntu20.04.2安装Cockpit通过web管理系统Cockpit是一个简单易用的Web界面,让用户可以通过浏览器管理Linux服务器,支持系统监控、存储管理、网络配置和日志查看等,适合初学者和希望简化管理流程的系统管理员。 阅读全文
posted @ 2024-08-01 14:36 吴诺克 阅读(677) 评论(0) 推荐(0)
摘要:[实践]wireguard安装和配置wireguard安装和配置,实现异地组网 阅读全文
posted @ 2024-08-01 13:06 吴诺克 阅读(21019) 评论(0) 推荐(2)
摘要: Cetnos7安装Nginx并配置为systemctl服务 阅读全文
posted @ 2021-01-15 16:26 吴诺克 阅读(151) 评论(0) 推荐(0)
摘要: 在更改系统上任何用户的密码时,要求输入密码三次(或多次)。 [root@server ~]# passwd testuser Changing password for user testuser. New password: Retype new password: Retype new password: passwd: all authentication tokens updated successfully. 阅读全文
posted @ 2020-11-19 17:41 吴诺克 阅读(2091) 评论(0) 推荐(0)
摘要:修改ssh端口 vi /etc/ssh/sshd_config 将Port修改为需要的端口 Port 212 重启ssh服务 service sshd restart 查看ssh端口 netstat -anp |grep 22 netstat -anp |grep ssh lsof -i :22 阅读全文
posted @ 2020-06-23 14:00 吴诺克 阅读(8112) 评论(0) 推荐(0)
摘要:Another app is currently holding the yum lock; waiting for it to exit... 可能是系统自动升级正在运行,yum在锁定状态中。 已经有一个yum进程在运行了,使用kill干掉它: # kill -s 9 25960 # ps aux 阅读全文
posted @ 2020-06-12 14:30 吴诺克 阅读(184) 评论(0) 推荐(0)

Copyright © 豆子林克 DOUZI.LINK  版权所有. 除特别申明外,本站原创内容版权遵循 CC-BY-NC-SA 协议规定