Difference between revisions of "Software projects/OS/Slackware/Advanced usage/CUPS"

From Pandora Wiki
Jump to: navigation, search
(Add a printer)
(Add a printer)
Line 7: Line 7:
 
* The simplest way to manage printers with CUPS is to do it through a web browser:
 
* The simplest way to manage printers with CUPS is to do it through a web browser:
 
  http://127.0.0.1:631
 
  http://127.0.0.1:631
or through the network.
+
or from the network.
 
  http://ip_of_your_OP:631
 
  http://ip_of_your_OP:631
 
* The login/password are root/your_own_root_password .
 
* The login/password are root/your_own_root_password .

Revision as of 00:56, 6 May 2012

Activate CUPS

chmod +x /etc/rc.d/rc.cups
/etc/rc.d/rc.cups start
  • CUPS will now run at each boot.

Add a printer

  • The simplest way to manage printers with CUPS is to do it through a web browser:
http://127.0.0.1:631

or from the network.

http://ip_of_your_OP:631
  • The login/password are root/your_own_root_password .