ARTICLE DETAIL

资讯详情

深耕网站建设与运营推广的一线实战洞察。

为 ROS2 释放资源:关闭 Ubuntu 不必要的开机自启服务(1)

为 ROS2 释放资源:关闭 Ubuntu 不必要的开机自启服务(1) ubuntu 20.04.2.0 lts关闭 CUPS 打印整套服务cups 主服务 cups‑browsed 浏览服务不使用打印机就关掉以后要用打印机再打开。sudo systemctl disable --now cups.servicesudo systemctl disable --now cups-browsed.service#彻底禁用打印相关的socket、path单元sudo systemctl disable --now cups.socketsudo systemctl disable --now cups.path校验全部状态命令systemctl is-enabled cups.servicesystemctl is-enabled cups.socketsystemctl is-enabled cups.pathsystemctl is-enabled cups-browsed.service全部输出disabled才算整套打印服务完全禁止开机自启。
返回列表