<?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=Yyyy</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=Yyyy"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Yyyy"/>
	<updated>2026-05-05T22:30:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=16265</id>
		<title>Remote Desktop Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=16265"/>
		<updated>2019-08-27T14:01:08Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Remote Desktop Server based on Vino and XRDP ==&lt;br /&gt;
First of all make sure you have a Desktop environment properly installed (you can follow this [[MATE|MATE Setup]])&lt;br /&gt;
&lt;br /&gt;
Next, install Vino and XRDP with the following command:&lt;br /&gt;
{{Cmd| apk add vino@community xrdp}}&lt;br /&gt;
&lt;br /&gt;
Replace the file /etc/xrdp/xrdp.ini content with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap; &lt;br /&gt;
white-space: -moz-pre-wrap; &lt;br /&gt;
white-space: -pre-wrap; &lt;br /&gt;
white-space: -o-pre-wrap; &lt;br /&gt;
word-wrap: break-word;&amp;quot;&amp;gt;&lt;br /&gt;
[globals]&lt;br /&gt;
bitmap_cache=yes&lt;br /&gt;
bitmap_compression=yes&lt;br /&gt;
port=3389&lt;br /&gt;
crypt_level=low&lt;br /&gt;
channel_code=1&lt;br /&gt;
max_bpp=24&lt;br /&gt;
&lt;br /&gt;
[xrdp1]&lt;br /&gt;
name=Vino&lt;br /&gt;
lib=libvnc.so&lt;br /&gt;
ip=127.0.0.1&lt;br /&gt;
port=5900&lt;br /&gt;
username=ask&lt;br /&gt;
password=ask&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want the XRDP service starts automatically, add the services to the default runlevel:&lt;br /&gt;
{{Cmd|rc-update add xrdp&lt;br /&gt;
rc-update add xrdp-sesman&lt;br /&gt;
rc-update add vino}}&lt;br /&gt;
&lt;br /&gt;
To start:&lt;br /&gt;
{{Cmd|rc-service xrdp start&lt;br /&gt;
rc-service xrdp-sesman start&lt;br /&gt;
rc-service vino start}}&lt;br /&gt;
&lt;br /&gt;
=== Remmina as client ===&lt;br /&gt;
- work in progress -{{Draft}}&lt;br /&gt;
(not even clear whether its vnc or rdp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
==== Disabling XRDP Notification and Confirmation ====&lt;br /&gt;
If you do not want the client confirmation before the session being accepted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export DISPLAY=:0.0&amp;lt;/code&amp;gt;&lt;br /&gt;
{{Cmd|gsettings set org.gnome.Vino notify-on-connect false&lt;br /&gt;
gsettings set org.gnome.Vino prompt-enabled false&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Remote Desktop Server based on x2go ==&lt;br /&gt;
In &#039;&#039;testing&#039;&#039;{{Draft}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=16264</id>
		<title>Remote Desktop Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=16264"/>
		<updated>2019-08-27T13:59:23Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: c&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Remote Desktop Server based on Vino and XRDP ==&lt;br /&gt;
First of all make sure you have a Desktop environment properly installed (you can follow this [[MATE|MATE Setup]])&lt;br /&gt;
&lt;br /&gt;
Next, install Vino and XRDP with the following command:&lt;br /&gt;
{{Cmd| apk add vino@community xrdp}}&lt;br /&gt;
&lt;br /&gt;
Replace the file /etc/xrdp/xrdp.ini content with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap; &lt;br /&gt;
white-space: -moz-pre-wrap; &lt;br /&gt;
white-space: -pre-wrap; &lt;br /&gt;
white-space: -o-pre-wrap; &lt;br /&gt;
word-wrap: break-word;&amp;quot;&amp;gt;&lt;br /&gt;
[globals]&lt;br /&gt;
bitmap_cache=yes&lt;br /&gt;
bitmap_compression=yes&lt;br /&gt;
port=3389&lt;br /&gt;
crypt_level=low&lt;br /&gt;
channel_code=1&lt;br /&gt;
max_bpp=24&lt;br /&gt;
&lt;br /&gt;
[xrdp1]&lt;br /&gt;
name=Vino&lt;br /&gt;
lib=libvnc.so&lt;br /&gt;
ip=127.0.0.1&lt;br /&gt;
port=5900&lt;br /&gt;
username=ask&lt;br /&gt;
password=ask&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want the XRDP service starts automaticaly, add the services to default runlevel:&lt;br /&gt;
{{Cmd|rc-update add xrdp&lt;br /&gt;
rc-update add xrdp-sesman&lt;br /&gt;
rc-update add vino}}&lt;br /&gt;
&lt;br /&gt;
To start:&lt;br /&gt;
{{Cmd|rc-service xrdp start&lt;br /&gt;
rc-service xrdp-sesman start&lt;br /&gt;
rc-service vino start}}&lt;br /&gt;
&lt;br /&gt;
=== Remmina as client ===&lt;br /&gt;
- work in progress -&lt;br /&gt;
(not even clear whether its vnc or rdp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
==== Disabling XRDP Notification and Confirmation ====&lt;br /&gt;
If you do not want the client confirmation before the session being accepted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export DISPLAY=:0.0&amp;lt;/code&amp;gt;&lt;br /&gt;
{{Cmd|gsettings set org.gnome.Vino notify-on-connect false&lt;br /&gt;
gsettings set org.gnome.Vino prompt-enabled false&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Remote Desktop Server based on x2go ==&lt;br /&gt;
In &#039;&#039;testing&#039;&#039;{{Draft}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=16263</id>
		<title>Remote Desktop Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=16263"/>
		<updated>2019-08-27T13:58:56Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: Remmina&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Remote Desktop Server based on Vino and XRDP ==&lt;br /&gt;
First of all make sure you have a Desktop environment properly installed (you can follow this [[MATE|MATE Setup]])&lt;br /&gt;
&lt;br /&gt;
Next, install Vino and XRDP with the following command:&lt;br /&gt;
{{Cmd| apk add vino@community xrdp}}&lt;br /&gt;
&lt;br /&gt;
Replace the file /etc/xrdp/xrdp.ini content with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap; &lt;br /&gt;
white-space: -moz-pre-wrap; &lt;br /&gt;
white-space: -pre-wrap; &lt;br /&gt;
white-space: -o-pre-wrap; &lt;br /&gt;
word-wrap: break-word;&amp;quot;&amp;gt;&lt;br /&gt;
[globals]&lt;br /&gt;
bitmap_cache=yes&lt;br /&gt;
bitmap_compression=yes&lt;br /&gt;
port=3389&lt;br /&gt;
crypt_level=low&lt;br /&gt;
channel_code=1&lt;br /&gt;
max_bpp=24&lt;br /&gt;
&lt;br /&gt;
[xrdp1]&lt;br /&gt;
name=Vino&lt;br /&gt;
lib=libvnc.so&lt;br /&gt;
ip=127.0.0.1&lt;br /&gt;
port=5900&lt;br /&gt;
username=ask&lt;br /&gt;
password=ask&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want the XRDP service starts automaticaly, add the services to default runlevel:&lt;br /&gt;
{{Cmd|rc-update add xrdp&lt;br /&gt;
rc-update add xrdp-sesman&lt;br /&gt;
rc-update add vino}}&lt;br /&gt;
&lt;br /&gt;
To start:&lt;br /&gt;
{{Cmd|rc-service xrdp start&lt;br /&gt;
rc-service xrdp-sesman start&lt;br /&gt;
rc-service vino start}}&lt;br /&gt;
&lt;br /&gt;
==== Remmina as client ====&lt;br /&gt;
- work in progress -&lt;br /&gt;
(not even clear whether its vnc or rdp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
==== Disabling XRDP Notification and Confirmation ====&lt;br /&gt;
If you do not want the client confirmation before the session being accepted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export DISPLAY=:0.0&amp;lt;/code&amp;gt;&lt;br /&gt;
{{Cmd|gsettings set org.gnome.Vino notify-on-connect false&lt;br /&gt;
gsettings set org.gnome.Vino prompt-enabled false&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Remote Desktop Server based on x2go ==&lt;br /&gt;
In &#039;&#039;testing&#039;&#039;{{Draft}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:Remote_Desktop_Server&amp;diff=16262</id>
		<title>Talk:Remote Desktop Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:Remote_Desktop_Server&amp;diff=16262"/>
		<updated>2019-08-27T13:55:00Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: /* not working here */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Performances ? ==&lt;br /&gt;
&lt;br /&gt;
What about the performances of such solution versus, for instance, ssh -X ?&lt;br /&gt;
&lt;br /&gt;
[[User:Jch|Jch]] ([[User talk:Jch|talk]]) 13:35, 9 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== not working here ==&lt;br /&gt;
&lt;br /&gt;
the article did not mention any client, such as Remmina, so I knew immediately what would be going to happen: It - of course - did not work. --[[User:Yyyy|Yyyy]] ([[User talk:Yyyy|talk]]) 13:55, 27 August 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:Setting_up_Explicit_Squid_Proxy&amp;diff=16261</id>
		<title>Talk:Setting up Explicit Squid Proxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:Setting_up_Explicit_Squid_Proxy&amp;diff=16261"/>
		<updated>2019-08-27T13:25:08Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: /* tinyproxy */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== tinyproxy ==&lt;br /&gt;
&lt;br /&gt;
By the time a lammer has finished reading the squid contents table, a real Alpinist has tinyproxy deployed and in use already. --[[User:Yyyy|Yyyy]] ([[User talk:Yyyy|talk]]) 13:25, 27 August 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:Xfce&amp;diff=16259</id>
		<title>Talk:Xfce</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:Xfce&amp;diff=16259"/>
		<updated>2019-08-27T13:12:33Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: /* Xfce works in Linode gLIsh */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Xfce works in Linode gLIsh ==&lt;br /&gt;
&lt;br /&gt;
with just a few &amp;quot;apk add ...&amp;quot;  and open-rc lines you get a nice X-Window GUI for a $3 rental server e.g. at Linode. Instead of Tiger-VNC or Remmina, X runs in firefox via a link to GLISH. sth. like  https://cloud.linode.com/linodes/0000000/lish/glish&lt;br /&gt;
&lt;br /&gt;
though speed is not stellar with the low cost plans. --[[User:Yyyy|Yyyy]] ([[User talk:Yyyy|talk]]) 13:12, 27 August 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:Setting_up_nsd_DNS_server&amp;diff=16250</id>
		<title>Talk:Setting up nsd DNS server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:Setting_up_nsd_DNS_server&amp;diff=16250"/>
		<updated>2019-08-26T13:40:04Z</updated>

		<summary type="html">&lt;p&gt;Yyyy: /* outdated info */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== outdated info ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;nsdc&#039;&#039;&#039; seems to no longer exist. --[[User:Yyyy|Yyyy]] ([[User talk:Yyyy|talk]]) 13:40, 26 August 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Yyyy</name></author>
	</entry>
</feed>