System-config-printer Configure the cups server. It uses the cups API (binding pycups to Python) to do this. Communication with the server is using IPP. As a result, it can also remotely cups server configuration for http://www.aliyun.com/zixun/aggregation/11770.html "> Local service.
System-config-printer 1.3.5 The main change in this version is to provide the best devices that can be selected through bus logic, as well as other useful bits. There are other minor bug fixes.
Download Address: Http://cyberelk.net/tim/data/system-config-printer/1.3/system-config-printer-1.3.5.tar.xz
About Cups
CUPS (Common UNIX Printing system) is a print system supported in Fedora Core3 that uses IPP (Internet Printing Kyoto) to manage print work and queues, but also supports "LPD" ( Line Printer Daemon) and communication protocols such as "SMB" (Server message Block) and Appsocket.
The advantages of using cups are many:
For example: 1. Use IPP to enhance the network printing function; 2. Can automatically detect network printer, 3.WEB interface setup tool; 4. Support PPD (PostScript Printer Description) printer files; 5. Support for most printers.
If you want to manage the lprng print system, you can use the graphical interface tool "prinrconf" to maintain the configuration file (/etc/printcap) In addition, the Cups drive development under Linux is governed by the GPL protocol, which means that it must be open source. That's not something developers want to do with business development software.
So the printer business driver developed under Linux must be the first to develop a lprng print system driver, and then in the development of the Cups boot program, the cups printing system with its own LPRNG drive. Of course, this boot program is also open source.