<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SVKroderik</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SVKroderik"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/SVKroderik"/>
	<updated>2026-04-09T12:02:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Cups&amp;diff=10751</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Cups&amp;diff=10751"/>
		<updated>2015-04-19T13:45:26Z</updated>

		<summary type="html">&lt;p&gt;SVKroderik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Draft}} &lt;br /&gt;
&lt;br /&gt;
{{Warning|This manual no longer working anymore !!}}&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Install the CUPS package&lt;br /&gt;
{{Cmd|apk add cups}}&lt;br /&gt;
&lt;br /&gt;
== Make it autostart ==&lt;br /&gt;
Next time you reboot your Alpine Linux box, you would probably want &#039;&#039;cupsd&#039;&#039; to automatically start.&lt;br /&gt;
{{Cmd|rc-update add cupsd}}&lt;br /&gt;
&lt;br /&gt;
You can check your boot services:&lt;br /&gt;
{{Cmd|rc-status}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/cupsd start}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|lppasswd -a root}}&lt;br /&gt;
&lt;br /&gt;
== Configuring the cups server ==&lt;br /&gt;
&lt;br /&gt;
Edit {{Path|/etc/cups/cupsd.conf}}.&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Listen localhost:631&#039;&#039; with &#039;&#039;Listen *:631&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Allow hosts in your subnet to connect by adding &#039;&#039;Allow localhost&#039;&#039; and &#039;&#039;Allow from subnet/mask&#039;&#039; in &amp;lt;Location /&amp;gt; section:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Restrict access to the server...&lt;br /&gt;
&amp;lt;Location /&amp;gt;&lt;br /&gt;
  Order allow,deny&lt;br /&gt;
  Allow localhost &lt;br /&gt;
  Allow from 192.168.0.0/24&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/cupsd restart}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://[CUPS server]:631/&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>SVKroderik</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Cups&amp;diff=10750</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Cups&amp;diff=10750"/>
		<updated>2015-04-19T13:42:55Z</updated>

		<summary type="html">&lt;p&gt;SVKroderik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Draft}} &lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Install the CUPS package&lt;br /&gt;
{{Cmd|apk add cups}}&lt;br /&gt;
&lt;br /&gt;
== Make it autostart ==&lt;br /&gt;
Next time you reboot your Alpine Linux box, you would probably want &#039;&#039;cupsd&#039;&#039; to automatically start.&lt;br /&gt;
{{Cmd|rc-update add cupsd}}&lt;br /&gt;
&lt;br /&gt;
You can check your boot services:&lt;br /&gt;
{{Cmd|rc-status}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/cupsd start}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|lppasswd -a root}}&lt;br /&gt;
&lt;br /&gt;
== Configuring the cups server ==&lt;br /&gt;
&lt;br /&gt;
Edit {{Path|/etc/cups/cupsd.conf}}.&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Listen localhost:631&#039;&#039; with &#039;&#039;Listen *:631&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Allow hosts in your subnet to connect by adding &#039;&#039;Allow localhost&#039;&#039; and &#039;&#039;Allow from subnet/mask&#039;&#039; in &amp;lt;Location /&amp;gt; section:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Restrict access to the server...&lt;br /&gt;
&amp;lt;Location /&amp;gt;&lt;br /&gt;
  Order allow,deny&lt;br /&gt;
  Allow localhost &lt;br /&gt;
  Allow from 192.168.0.0/24&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/cupsd restart}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://[CUPS server]:631/&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>SVKroderik</name></author>
	</entry>
</feed>