Printer Management Console?
GoRK asks: "I maintain a Samba server, the purpose of which is to serve a small farm of printers (5-10) to our Windows clients. These printers range from parallel-port-connected inkjets to network-connected color laser printers and high-volume copiers. I am interested in a printer management console which could provide a simple (read: cursor-keys) interface to someone who manages printing (read: copy boy).
Ideally the console would allow someone to reorder document queues, delete documents from the queue, restart lpd, and pause printing on certain devices. Another extremely slick feature would be the ability to tag a queue'd item to save and reprint again later.
Does anything like this already exist for Linux either in a free or commercial product? lpc works fine for me, but it's not exactly friendly and not exactly feature-rich, especially for the copy boy. "
i believe Cisco was doing some stuff like this and they released a better(?) print system..i thinks its called CUPS...alternatively theres always lprng of course...i personally just hacked a couple of shell scripts and a custom lpr to do it and have a web console that does everything for me...but thats me. if you want my scripts & custom lpr let me know and i'll upload it. its not much, but it works pretty well.
LPRNG
Couple of years ago I wrote simular thing which is essencially a curses-based frontend to lpq Try it