- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
cups-pdf网络印表机安装说明.pdf
cups-pdf 網絡打印機安裝說明
一、安裝 centos 6.2
1 、不使用UTC 時間
2 、定制軟件,選print 服務器
3 、關閉selinux
[root@pdfPrinterServer selinux]# pwd
/etc/selinux
[root@pdfPrinterServer selinux]# cat config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled --將 enable 改成 disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
[root@pdfPrinterServer selinux]# reboot
二、安裝 cups
[root@pdfPrinterServer selinux]# rpm -qa | grep cups
gutenprint-cups-5.2.5-2.el6.i686
cups-libs-1.4.2-44.el6.i686
cups-1.4.2-44.el6.i686
三、下載安裝 cups-pdf
下載地址:http://ftp.riken.jp/Linux/fedora/epel/6/i386/cups-pdf-2.6.1-4.el6.i686.rpm
安裝:rpm -ivh cups-pdf-2.6.1-4el6.i686.rpm
四、配置/etc/cups/cupsd.conf ,打開共享
18 #Listen localhost:631 --註釋掉這一行
19 Port 631 --添加這一行
20 Listen /var/run/cups/cups.sock
21
22 # Show shared printers on the local network.
23 Browsing On
24 BrowseOrder allow,deny
25 BrowseAllow all
26 BrowseLocalProtocols CUPS dnssd
27
28 # Default authentication type, when authentication is required...
29 DefaultAuthType Basic
30
31 # Restrict access to the server...
32 Location /
33 Order allow,deny
34 Allow all --添加這一行
35 /Location
五、修改 cups-pdf 生成 PDF 文件的存放路徑
[root@pdfPrinterServer cups]# vi cups-pdf.conf
48 ### Key: AnonDirName
49 ## ABSOLUTE path for anonymously created PDF files
50 ## if anonymous access is disabled this setting has no effect
51 ### Default: /var/spool/cups-pdf/ANONYMOUS
52
53 #AnonDirName /var/spool/cups-pdf/ANONYM
文档评论(0)