http://www.haoxg.net/ediary/download.html
http://www.haoxg.net/ediary/download.html
安装xfce 和 xrdp win10 下使用 中文环境 安装字体 安装xfce 和 xrdp sudo apt update sudo apt-get install xfce4 # 桌面管理器选gdm3,vps需要开放 3389端口 sudo apt install xrdp sudo systemctl status xrdp #向xsession文件中写入xfce4-session(每个用户自己运行此行) echo "xfce4-session" >~/.x…
脚本 ps aux | grep xxx.py | grep -v grep ||nohup python /data/work/web/v1/app/scripts/xxx.py & ps linux上进程有5种状态: 运行(正在运行或在运行队列中等待) 中断(休眠中, 受阻, 在等待某个条件的形成或接受到信号) 不可中断(收到信号不唤醒和不可运行, 进程必须等待直到有中断发生) 僵死(进程已终止, 但进程描述符存在, 直到父进程调用wait4()系统调用后释放) 停止(进程收到SIGSTOP, …