Bpazy / blog

我的博客,欢迎关注和讨论
https://github.com/Bpazy/blog/issues
MIT License
41 stars 2 forks source link

Ubuntu Server 安装打印服务(CUPS) #170

Open Bpazy opened 4 years ago

Bpazy commented 4 years ago
  1. 通过 apt 安装 cups: sudo apt install cups
  2. 编辑 cups 配置:sudo vim /etc/cups/cupsd.conf
  3. 注释 Listen localhost:631,并添加 Port 631
  4. <Location />, <Location /admin>, <Location /admin/conf> 三个块中添加 Allow all

此时可以访问 IP:681,也不会出现“已禁止”了

alexsunday commented 1 month ago
cupsctl --remote-any
systemctl restart cups

也可以~