2024-07-27 screen后台运行任意终端 1.系统安装screen centos yum install screen debian apt install screen 2.创建一个新的窗口 screen -S test 3.进入窗口后 执行文件 python test.p... 阅读全文
2024-07-16 linux 进程守护 linux创建service文件 /usr/lib/systemd/system/.service 文件内容为 [Unit] Description=xxx After=network.target [Service] Type=si... 阅读全文
2024-07-08 linux pip/pip3/pipx常用命令相关 debian 12 安装pip/pip3 apt install Python3-pip pip/pip3直接install会报错推荐使用虚拟环境安装 可以使用 pip/pip3 install package-name --brea... 阅读全文
2024-07-05 服务器搭建socks5代理 https://www.cnblogs.com/upfine/p/17195744.html https://github.com/lozy/danted 阅读全文