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
相关文档:
linux下oracle安装:
Oracle公司宣称在Linux下安装Oracle9i数据库至少要有512MB的内存和至少1GB或者两倍
内存大小的交换空间,对于系统内存大于2GB的服务器,交换空间可以介于2GB—4GB之间。
如果是为了在一台仅有256M内存的普通PC机上试用Oracle9 ......
rz上传文件到某目录
解压缩 tar zxvf
进入libevent目录 ./configure
转到root用户 make install
进入memcached目录 ./configure
转到root用户 make install
启动memcached
cd /usr/local/bin
/usr/local/bin/memcached -d -P /var/local/logs/memcached.pid -t 4 -m 200 -u root -c 1024 -v >> /var/local/l ......
到官网下载samba,samba-3.4.5.tar.gz
解压缩,后,进入source3.
./autogen.sh
./configure
make
make install
启动/usr/local/samba/sbin/smbd
此处可能会提示,
error while loading shared libraries: libtalloc.so.1
执行
LD_DEBUG=libs /usr/local/samba/sbin/smbd -D
检查哪些lib无法找到,相应的用ln&nbs ......
document.body.oncopy = function() {
if (window.clipboardData) {
setTimeout(function() {
var text = clipboardData.getData("text&qu ......
在Linux下如何快速搭建安全的FTP服务器 现在流行的FTP服务器,比较著名的有WU-FTP(Washington University FTP)和VSFTP(Very Secure FTP 非常安全的FTP)以及Proftp,pureftp等而VSFTP以其高度安全性和高速稳定的特性正在成为互联网上FTP服务器的新宠。现在笔者把在Fedora上配置一个安全FTP的过程和大家交流,希望借此能共 ......