The Linux Printing HOWTO
The Linux Printing HOWTO http://www.resoo.org/docs/printing/printing-howto.txt
Grant Taylor <gtaylor+pht@picante.com>
v3.30, 19 November 1999
This is the Linux Printing HOWTO, a collection of information on how
to generate, preview, print and fax anything under Linux (and other
Unices in general).
______________________________________________________________________
Table of Contents
1. Introduction
1.1 History
1.2 Copyright
2. How to print
3. Kernel printer devices
3.1 The lp device (kernels <=2.1.32)
3.2 The parport device (kernels >= 2.1.33)
3.3 Serial devices
4. Supported Printers
4.1 Postscript
4.2 Non-Postscript
4.3 What printers work?
4.3.1 Printer compatibility list
4.4 How to buy a printer
5. Which spooling software?
6. How it works, basic
7. How to set things up, basic
7.1 Traditional lpd configuration
7.2 File Permissions
8. Getting Printing Software
9. Vendor Solutions
9.1 Red Hat
9.2 Debian
9.3 Other Distributions
10. Ghostscript.
10.1 Invoking Ghostscript
10.2 Ghostscript output tuning
10.2.1 Output location and size
10.2.2 Gamma, dotsizes, etc.
11. How to print to a printer over the network
11.1 To a Unix/lpd host
11.1.1 With
11.1.2 With
11.2 To a Win95, WinNT, LanManager, or Samba printer
11.3 To a NetWare Printer
11.4 To an EtherTalk (Apple) printer
11.5 To an HP or other ethernet printer
11.5.1 To older HPs
11.6 Running an
11.7 from Windows.
11.8 from an Apple.
11.9 from Netware.
12. Windows-only printers
12.1 The Ghostscript Windows redirector
12.2 The pbm2ppa program
12.3 Lexmarks
13. How to print to a fax machine.
13.1 Using a faxmodem
13.2 Using the Remote Printing Service
14. How to generate something worth printing.
1
相关文档:
1. HCI层协议概述:
HCI提供一套统一的方法来访问Bluetooth底层。如图所示:
从图上可以看出,Host Controller Interface(HCI) 就是用来沟通Host和Module。Host通常就是PC, Module则是以各种物理连接形式(USB,serial,pc-card等)连接到PC上的bluetooth Dongle。
在Host这一端:application,SDP,L2cap等协议 ......
Service Discovery Protocol(SDP)提供一种能力,让应用程序有方法发现哪种服务可用以及这种服务的特性。
服务发现协议(SDP或Bluetooth SDP)在蓝牙协议栈中对蓝牙环境中的应用程序有特殊的含意,发现哪个服务是可用的和确定这些可用服务的特征。SDP定义了bluetooth client发现可用bluetooth server服务和它们的特征的方法。 ......
1,shell export 作用
http://blog.sina.com.cn/s/blog_62945c360100ffvk.html
2,alias ls="ls --color=auto"
安装了archlinux后,发现使用ls命令时,目录和文件并没有以颜色区分开来,觉得很不方便,所以就到网上搜了一下,发现可以使用alias命令:在/etc/profile的末尾加入alias ls="ls ......
在Linux下如何快速搭建安全的FTP服务器 现在流行的FTP服务器,比较著名的有WU-FTP(Washington University FTP)和VSFTP(Very Secure FTP 非常安全的FTP)以及Proftp,pureftp等而VSFTP以其高度安全性和高速稳定的特性正在成为互联网上FTP服务器的新宠。现在笔者把在Fedora上配置一个安全FTP的过程和大家交流,希望借此能共 ......
文件循环程序
或许您是想将所有发出的邮件保存到一个文件中的人们中的一员,但是在过了几个月以后,这个文件可能会变得很大以至于使对该文件的访问速度变慢。下面的脚本rotatefile可以解决这个问题。这个脚本可以重命名邮件保存文件(假设为outmail)为outmail.1,而对于outmail.1就变成了outmail.2 等等等等...
#!/bin/ ......