打印服务器cups安装笔记

CUP 安装笔记 CUP 介绍 CUPS 是Apple inc 开源的打印服务 ,你可以将它部署在您的局域网内,将打印机接入该服务器,其它工作站可以通过局域网来访问打印机。 Official website: http://www.cups.org/index.html Github page: https://github.com/apple/cups CUPS支持局域网内打印服务共享,无需再繁琐的设置打印机共享了,并且还能将老打印机也接入局域网。同时还支持mac os, linux,windows,安卓以及ios air print; 笔记概要 Linux服务器版本 Ubuntu 18.4 下载并安装CUP CUP配置修改 使用WEB GUI 添加打印机 通过局域网访问打印机 配置文件说明 下载安装 sudo apt-get install cups cups-pdf cups-bsd #下载安装CUP 配置修改 sudo cp /etc/cups/cupsd.conf cupsd.conf.bak #备份配置文件 sudo nano /etc/cups/cupsd.conf #修改配置文件# # Configuration file for the CUPS scheduler. See "man cupsd.conf" for a # complete description of this file. # # Log general information in error_log - change "warn" to "debug" # for troubleshooting... LogLevel warn PageLogFormat # Deactivate CUPS' internal logrotating, as we provide a better one, especially # LogLevel debug2 gets usable now MaxLogSize 0 # Only listen for connections from the local machine. Listen 631 #更改监听端口 Listen /run/cups/cups.sock # Show shared printers on the local network. Browsing on #打开局域网发现打印机 BrowseLocalProtocols dnssd # Default authentication type, when authentication is required... DefaultAuthType Basic # Web interface setting... WebInterface Yes # Restrict access to the server... <Location /> #Order allow,deny Allow @LOCAL #允许LOCAL </Location> # Restrict access to the admin pages... <Location /admin> #Order allow,deny Allow @LOCAL #同上 </Location> # Restrict access to configuration files... <Location /admin/conf> #AuthType Default # Require user @SYSTEM #Order allow,deny Allow @LOCAL </Location> # Restrict access to log files... <Location /admin/log> #AuthType Default #Require user @SYSTEM #Order allow,deny Allow @LOCAL </Location>修改完配置之后重启服务 ...

Itunes客户端Windows版本

由于win10升级,apple官网已经主动推广win 10应用商店下载了 对于旧系统来说无法正常使用windows客户端 现在请在这里下载 iTunes 64位Windows 客户端 https://www.apple.com/itunes/download/win64 iTunes 32位Windows 客户端 https://www.apple.com/itunes/download/win32

搜尋文章

輸入標題、分類或文章內容

開始輸入以搜尋文章