admin 管理员组文章数量: 887021
参考了以下两位大佬的文章:
https://blog.csdn/inthesun29/article/details/105799656
https://blog.csdn/m0_45961169/article/details/125915188
1 安装Cups
更新系统
apt-get update
apt-get upgrade
安装相关的软件
apt-get install ghostscript
apt-get install dc
apt-get install foomatic-db-engine
apt-get install cups
编辑CUPS的配置文件
nano /etc/cups/cupsd.conf
首先需要将
Listen localhost:631
改为
Listen 0.0.0.0:631
然后将以下4段加入Allow all
# Restrict access to the server...
<Location />
Order allow,deny
Allow all
</Location>
# Restrict access to the admin pages...
<Location /admin>
Order allow,deny
Allow all
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order
版权声明:本文标题:M401a armbian下安装cups共享打印机 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1725889663h887948.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论