Ubuntu 定时任务
Ubuntu 自带 cron 可用于定时执行任务,如果没装 sudo apt install cron 查看状态 pgrep cron 或 sudo systemctl status cron 没启动的话 sudo service c...
给那些折腾过的留下一点痕迹
Ubuntu 自带 cron 可用于定时执行任务,如果没装 sudo apt install cron 查看状态 pgrep cron 或 sudo systemctl status cron 没启动的话 sudo service c...
查看所有可用的容器 docker ps -a -q 查看镜像 docker images -q 停止、删除容器 docker stop 容器id docker rm 容器id 容器 id 用 $(docker ps -a -q) 删除...