Q. How do I administer the printer configured under Linux file and printer server from a web browser?
A. Most modern Linux / UNIX system uses CUPS, which provides a portable printing layer for UNIX-based operating systems. It is developed and maintained by Apple Inc. to promote a standard printing solution. CUPS is the standard printing system used on MacOS X and most Linux distributions.
CUPS uses the Internet Printing Protocol ("IPP") as the basis for managing print jobs and queues and adds network printer browsing and PostScript Printer Description ("PPD") based printing options to support real-world printing.
Open your web browser and type the following url:
http://localhost:631
631 is default TCP port used by CUPS system. If you are asked for a username and password, enter your login username and password or the "root" username and password. Once opened click on 'Printer' tab to view and modify current printer properties.
You can also access this interface from remote computer by typing the server IP address. If printer server IP address is 192.168.1.100, enter:
http://192.168.1.100:631/
You can easily manage following tasks without touching a shell prompt:
- Manage printer
- Delete printing jobs
- Manage printing jobs / queues
- Print test page
- Move all jobs to other printer
- Cancel all jobs
- Set printer options
- Add printer
- Modify printer configuration and much more
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop














{ 0 comments… add one now }