Changes

From Amahi Wiki
Jump to: navigation, search
55 bytes added ,  17:19, 9 January 2021
== Install PDF Printer ==
{{Code| sudo apt-get install cups-pdf}}
== Secure [http://www.cups.org/ CUPS] Web Interface ==
This will add a user name and password to the administration section of the web interface.
* Stop the service:
{{Code| sudo stop cups}}
* Edit the configuration file:
{{Code| sudo vi /etc/cups/cupsd.conf}}
* Add the following text below <Location /admin>:
{{Text|<pre>Encryption Required
AuthType Default
Require user @SYSTEM}}</pre>
* Save the file.
* Start the service:
{{Code| sudo start cups}}
== Configure Web Interface ==
There are two methods, Desktop or Headless (SSH) for configuring the web access.
* Desktop access to your HDA.
** Access the web interface via <nowiki>http://localhost:631</nowiki>
* SSH access to your HDA.
** Stop the service:
<blockquote><blockquote>{{Code|<pre>sudo service cups stop}}</pre></blockquote></blockquote>
<ul>
<ul>
<ul>
<li>Start the service:</li>
{{Code|<pre>sudo service cups start}}</pre>
</ul>
12,424

edits