Advertisement
timcowchip

$ curl http://localhost:631

Dec 2nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. $ curl http://localhost:631
  2. <!DOCTYPE HTML>
  3. <html>
  4. <head>
  5. <link rel="stylesheet" href="/cups.css" type="text/css">
  6. <link rel="shortcut icon" href="/apple-touch-icon.png" type="image/png">
  7. <meta charset="utf-8">
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <meta http-equiv="X-UA-Compatible" content="IE=9">
  10. <meta name="viewport" content="width=device-width">
  11. <title>Home - CUPS 2.2.6</title>
  12. </head>
  13. <body>
  14. <div class="header">
  15. <ul>
  16. <li><a href="http://www.cups.org/" target="_blank">CUPS.org</a></li>
  17. <li><a class="active" href="/">Home</a></li>
  18. <li><a href="/admin">Administration</a></li>
  19. <li><a href="/classes/">Classes</a></li>
  20. <li><a href="/help/">Help</a></li>
  21. <li><a href="/jobs/">Jobs</a></li>
  22. <li><a href="/printers/">Printers</a></li>
  23. </ul>
  24. </div>
  25. <div class="body">
  26. <div class="row">
  27. <h1>CUPS 2.2.6</h1>
  28. <p>CUPS is the standards-based, open source printing system developed by <a href="http://www.apple.com/">Apple Inc.</a> for macOS<sup>&reg;</sup> and other UNIX<sup>&reg;</sup>-like operating systems.</p>
  29. </div>
  30. <div class="row">
  31. <div class="thirds">
  32. <h2>CUPS for Users</h2>
  33. <p><a href="help/overview.html">Overview of CUPS</a></p>
  34. <p><a href="help/options.html">Command-Line Printing and Options</a></p>
  35. <p><a href="http://www.cups.org/lists.php?LIST=cups">User Forum</a></p>
  36. </div>
  37. <div class="thirds">
  38. <h2>CUPS for Administrators</h2>
  39. <p><a href="admin">Adding Printers and Classes</a></p>
  40. <p><a href="help/policies.html">Managing Operation Policies</a></p>
  41. <p><a href="help/network.html">Using Network Printers</a></p>
  42. <p><a href="help/man-cupsd.conf.html">cupsd.conf Reference</a></p>
  43. </div>
  44. <div class="thirds">
  45. <h2>CUPS for Developers</h2>
  46. <p><a href="help/api-overview.html">Introduction to CUPS Programming</a></p>
  47. <p><a href="help/api-cups.html">CUPS API</a></p>
  48. <p><a href="help/api-filter.html">Filter and Backend Programming</a></p>
  49. <p><a href="help/api-httpipp.html">HTTP and IPP APIs</a></p>
  50. <p><a href="http://www.cups.org/lists.php?LIST=cups-devel">Developer Forum</a></p>
  51. </div>
  52. </div>
  53. </div>
  54. <div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright &copy; 2007-2017 Apple Inc. All rights reserved.</div>
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement