摘要:
一、systemctl 常用命令 systemctl 是 systemd 的管理工具,用来管理服务、查看状态、控制开机启动等。 1. 服务管理 # 启动服务 systemctl start nginx # 停止服务 systemctl stop nginx # 重启服务 systemctl rest 阅读全文
posted @ 2025-09-09 23:05
kiiou
阅读(45)
评论(0)
推荐(0)
摘要:
ssh密码包含空格 sshpass -p 'my password with space' ssh user@host 通过ssh开启代理 # 在 A 上(假设能 SSH 到 B) ssh -N -D 1080 user@B # 建立本地 1080 端口的 SOCKS5 代理,经 B 出口上网 # 阅读全文
posted @ 2025-09-09 22:52
kiiou
阅读(13)
评论(0)
推荐(0)

浙公网安备 33010602011771号