随笔分类 - Linux
摘要:
Cockpit是一个简单易用的Web界面,让用户可以通过浏览器管理Linux服务器,支持系统监控、存储管理、网络配置和日志查看等,适合初学者和希望简化管理流程的系统管理员。
阅读全文
Cockpit是一个简单易用的Web界面,让用户可以通过浏览器管理Linux服务器,支持系统监控、存储管理、网络配置和日志查看等,适合初学者和希望简化管理流程的系统管理员。
阅读全文
摘要:
wireguard安装和配置,实现异地组网
阅读全文
wireguard安装和配置,实现异地组网
阅读全文
摘要:
Cetnos7安装Nginx并配置为systemctl服务
阅读全文
Cetnos7安装Nginx并配置为systemctl服务
阅读全文
摘要:
在更改系统上任何用户的密码时,要求输入密码三次(或多次)。
[root@server ~]# passwd testuser
Changing password for user testuser.
New password:
Retype new password:
Retype new password:
passwd: all authentication tokens updated successfully.
阅读全文
在更改系统上任何用户的密码时,要求输入密码三次(或多次)。
[root@server ~]# passwd testuser
Changing password for user testuser.
New password:
Retype new password:
Retype new password:
passwd: all authentication tokens updated successfully.
阅读全文
摘要:修改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
阅读全文
摘要:Another app is currently holding the yum lock; waiting for it to exit... 可能是系统自动升级正在运行,yum在锁定状态中。 已经有一个yum进程在运行了,使用kill干掉它: # kill -s 9 25960 # ps aux
阅读全文

浙公网安备 33010602011771号