<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alx2k</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alx2k"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Alx2k"/>
	<updated>2026-07-22T02:54:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22603</id>
		<title>Add Jdownloader to LinuxMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22603"/>
		<updated>2010-03-08T09:14:25Z</updated>

		<summary type="html">&lt;p&gt;Alx2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials| ]]&lt;br /&gt;
&lt;br /&gt;
Probably you all know that, but for those who don&#039;t, Jdownloader is a download agent for &lt;br /&gt;
direct download webpages such as rapidshare, megaupload, etc...&lt;br /&gt;
&lt;br /&gt;
The procedure installs three different programs which are VNCSERVER, JRE and obviously, JDownloader&lt;br /&gt;
&lt;br /&gt;
With this method, you&#039;ll be able to access JDownloader via VNC and also via WEB (for remote access)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download &amp;amp; install packages ==&lt;br /&gt;
&lt;br /&gt;
The first two packages (VNC4SERVER and JRE) are easy to install on your core.&lt;br /&gt;
&lt;br /&gt;
In order to install them, you should enter on a shell prompt with root privileges:&lt;br /&gt;
&lt;br /&gt;
apt-get install vnc4server&lt;br /&gt;
apt-get install openjdk-6-jre&lt;br /&gt;
&lt;br /&gt;
You have to download JDownloader linux zip file from [http://jdownloader.org/download Jdownloader homepage] and save it in your prefered folder (for this tutorial, it will be /home/john)&lt;br /&gt;
&lt;br /&gt;
Next step is to unzip the file you just downloaded, with the command:&lt;br /&gt;
&lt;br /&gt;
unzip JDownloader_2010016.zip&lt;br /&gt;
&lt;br /&gt;
It will create the folder /home/john/Jdownloader&lt;br /&gt;
&lt;br /&gt;
You have the needed stuff on your CORE, lets go to the first execution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Execution ==&lt;br /&gt;
&lt;br /&gt;
vncserver :1 (the :1 defines VNC desktop 1, in my case it didn&#039;t make interferences with LMCE)&lt;br /&gt;
&lt;br /&gt;
(The first time you open vncserver, you&#039;ll need to enter a password for VNC connections)&lt;br /&gt;
&lt;br /&gt;
export DISPLAY=localhost:1&lt;br /&gt;
&lt;br /&gt;
Finally, with this command it will launch Jdownloader on the VNC session.&lt;br /&gt;
&lt;br /&gt;
java -Xmx512m -jar /home/john/JDownloader/JDownloader.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Launch your VNC client ==&lt;br /&gt;
&lt;br /&gt;
Doesn&#039;t matter the client you use, I&#039;ve tried both Tightvnc and RealVNC clients and they both work.&lt;br /&gt;
&lt;br /&gt;
DON&#039;T FORGET YOU HAVE TO ENTER :1 AT THE END OF THE IP!!!&lt;br /&gt;
&lt;br /&gt;
The most common case would be 192.168.80.1:1&lt;br /&gt;
&lt;br /&gt;
If you made this the right way, you should see Jdownloader on your remote window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== JDownloader config ==&lt;br /&gt;
&lt;br /&gt;
First time you execute it, you have to set your preferences, such as language and save folder. Since I mainly download video, I set the download folder to my public video folder.&lt;br /&gt;
&lt;br /&gt;
== Activate Jdownloader Web access &amp;amp; add premium accounts ==&lt;br /&gt;
&lt;br /&gt;
Go to settings -&amp;gt; Plugins &amp;amp; Addons -&amp;gt; Extensions and select &amp;quot;JD Webinterface&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It will create a new menu at the bottom on the left menu bar named &amp;quot;JD Webinterface&amp;quot;, click on it.&lt;br /&gt;
&lt;br /&gt;
check Autorefresh and set an interval of 5 (this is not important, so you could change to your own values and preferences)&lt;br /&gt;
&lt;br /&gt;
Change port !!!, 8080 is also used by LMCE. Change it to 8081 for instance.&lt;br /&gt;
&lt;br /&gt;
Mark &amp;quot;Need User Authentication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Change Login Name and Login Password.&lt;br /&gt;
&lt;br /&gt;
Finally, click on File -&amp;gt; Restart.&lt;br /&gt;
&lt;br /&gt;
If you have premium accounts, you can add them on the premium menu.&lt;br /&gt;
&lt;br /&gt;
== Check web access ==&lt;br /&gt;
&lt;br /&gt;
If you followed this wiki step by step, http://192.168.80.1:8081/ would take you to the webinterface.&lt;br /&gt;
&lt;br /&gt;
If it works, the only step left is to open firewall ports to the core on the port 8081 so you can access the webinterface outside your home, which indeed, is the purpose of this tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
I know it could be loaded on startup, but I&#039;m not an advanced linux user, and sure I don&#039;t want to mess with inid.d or rc*.d stuff, so if any of you can complement this tutorial with that, I&#039;ll be happy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is possible thanks to this one [http://www.meltit.com.ar/how-to-jdownloader-linux-terminal-web-interface-console-vnc-server-x11]&lt;/div&gt;</summary>
		<author><name>Alx2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22601</id>
		<title>Add Jdownloader to LinuxMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22601"/>
		<updated>2010-03-07T20:51:58Z</updated>

		<summary type="html">&lt;p&gt;Alx2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials| ]]&lt;br /&gt;
&lt;br /&gt;
Probably you all know that, but for those who don&#039;t, Jdownloader is a download agent for &lt;br /&gt;
direct download webpages such as rapidshare, megaupload, etc...&lt;br /&gt;
&lt;br /&gt;
The procedure installs three different programs which are VNCSERVER, JRE and obviously, JDownloader&lt;br /&gt;
&lt;br /&gt;
With this method, you&#039;ll be able to access JDownloader via VNC and also via WEB (for remote access)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download &amp;amp; install packages ==&lt;br /&gt;
&lt;br /&gt;
The first two packages (VNC4SERVER and JRE) are easy to install on your core.&lt;br /&gt;
&lt;br /&gt;
In order to install them, you should enter on a shell prompt with root privileges:&lt;br /&gt;
&lt;br /&gt;
apt-get install vnc4server&lt;br /&gt;
apt-get install openjdk-6-jre&lt;br /&gt;
&lt;br /&gt;
You have to download JDownloader linux zip file from [http://jdownloader.org/download Jdownloader homepage] and save it in your prefered folder (for this tutorial, it will be /home/john)&lt;br /&gt;
&lt;br /&gt;
Next step is to unzip the file you just downloaded, with the command:&lt;br /&gt;
&lt;br /&gt;
unzip JDownloader_2010016.zip&lt;br /&gt;
&lt;br /&gt;
It will create the folder /home/john/Jdownloader&lt;br /&gt;
&lt;br /&gt;
You have the needed stuff on your CORE, lets go to the first execution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First execution ==&lt;br /&gt;
&lt;br /&gt;
The first time you open vncserver, you&#039;ll need to enter a password for VNC connections.&lt;br /&gt;
&lt;br /&gt;
vncserver :1 (the :1 defines VNC desktop 1, in my case it didn&#039;t make interferences with LMCE)&lt;br /&gt;
&lt;br /&gt;
Now it will ask you for the password.&lt;br /&gt;
&lt;br /&gt;
export DISPLAY=localhost:1&lt;br /&gt;
&lt;br /&gt;
Finally, with this command it will launch Jdownloader on the VNC session.&lt;br /&gt;
&lt;br /&gt;
java -Xmx512m -jar /home/john/JDownloader/JDownloader.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Launch your VNC client ==&lt;br /&gt;
&lt;br /&gt;
Doesn&#039;t matter the client you use, I&#039;ve tried both Tightvnc and RealVNC clients and they both work.&lt;br /&gt;
&lt;br /&gt;
DON&#039;T FORGET YOU HAVE TO ENTER :1 AT THE END OF THE IP!!!&lt;br /&gt;
&lt;br /&gt;
The most common case would be 192.168.80.1:1&lt;br /&gt;
&lt;br /&gt;
If you made this the right way, you should see Jdownloader on your remote window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== JDownloader config ==&lt;br /&gt;
&lt;br /&gt;
First time you execute it, you have to set your preferences, such as language and save folder. Since I mainly download video, I set the download folder to my public video folder.&lt;br /&gt;
&lt;br /&gt;
== Activate Jdownloader Web access &amp;amp; add premium accounts ==&lt;br /&gt;
&lt;br /&gt;
Go to settings -&amp;gt; Plugins &amp;amp; Addons -&amp;gt; Extensions and select &amp;quot;JD Webinterface&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It will create a new menu at the bottom on the left menu bar named &amp;quot;JD Webinterface&amp;quot;, click on it.&lt;br /&gt;
&lt;br /&gt;
check Autorefresh and set an interval of 5 (this is not important, so you could change to your own values and preferences)&lt;br /&gt;
&lt;br /&gt;
Change port !!!, 8080 is also used by LMCE. Change it to 8081 for instance.&lt;br /&gt;
&lt;br /&gt;
Mark &amp;quot;Need User Authentication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Change Login Name and Login Password.&lt;br /&gt;
&lt;br /&gt;
Finally, click on File -&amp;gt; Restart.&lt;br /&gt;
&lt;br /&gt;
If you have premium accounts, you can add them on the premium menu.&lt;br /&gt;
&lt;br /&gt;
== Check web access ==&lt;br /&gt;
&lt;br /&gt;
If you followed this wiki step by step, http://192.168.80.1:8081/ would take you to the webinterface.&lt;br /&gt;
&lt;br /&gt;
If it works, the only step left is to open firewall ports to the core on the port 8081 so you can access the webinterface outside your home, which indeed, is the purpose of this tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
I know it could be loaded on startup, but I&#039;m not an advanced linux user, and sure I don&#039;t want to mess with inid.d or rc*.d stuff, so if any of you can complement this tutorial with that, I&#039;ll be happy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is possible thanks to this one [http://www.meltit.com.ar/how-to-jdownloader-linux-terminal-web-interface-console-vnc-server-x11]&lt;/div&gt;</summary>
		<author><name>Alx2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22600</id>
		<title>Add Jdownloader to LinuxMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22600"/>
		<updated>2010-03-07T20:48:54Z</updated>

		<summary type="html">&lt;p&gt;Alx2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials| ]]&lt;br /&gt;
&lt;br /&gt;
Probably you all know that, but for those who don&#039;t, Jdownloader is a download agent for &lt;br /&gt;
direct download webpages such as rapidshare, megaupload, etc...&lt;br /&gt;
&lt;br /&gt;
The procedure installs three different programs which are VNCSERVER, JRE and obviously, JDownloader&lt;br /&gt;
&lt;br /&gt;
With this method, you&#039;ll be able to access JDownloader via VNC and also via WEB (for remote access)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download &amp;amp; install packages ==&lt;br /&gt;
&lt;br /&gt;
The first two packages (VNC4SERVER and JRE) are easy to install on your core.&lt;br /&gt;
&lt;br /&gt;
In order to install them, you should enter on a shell prompt with root privileges:&lt;br /&gt;
&lt;br /&gt;
apt-get install vnc4server&lt;br /&gt;
apt-get install openjdk-6-jre&lt;br /&gt;
&lt;br /&gt;
You have to download JDownloader linux zip file from [http://jdownloader.org/download Jdownloader homepage] and save it in your prefered folder (for this tutorial, it will be /home/john)&lt;br /&gt;
&lt;br /&gt;
Next step is to unzip the file you just downloaded, with the command:&lt;br /&gt;
&lt;br /&gt;
unzip JDownloader_2010016.zip&lt;br /&gt;
&lt;br /&gt;
It will create the folder /home/john/Jdownloader&lt;br /&gt;
&lt;br /&gt;
You have the needed stuff on your CORE, lets go to the first execution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First execution ==&lt;br /&gt;
&lt;br /&gt;
The first time you open vncserver, you&#039;ll need to enter a password for VNC connections.&lt;br /&gt;
&lt;br /&gt;
vncserver :1 (the :1 defines VNC desktop 1, in my case it didn&#039;t make interferences with LMCE)&lt;br /&gt;
&lt;br /&gt;
Now it will ask you for the password.&lt;br /&gt;
&lt;br /&gt;
export DISPLAY=localhost:1&lt;br /&gt;
&lt;br /&gt;
Finally, with this command it will launch Jdownloader on the VNC session.&lt;br /&gt;
&lt;br /&gt;
java -Xmx512m -jar /home/john/JDownloader/JDownloader.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Launch your VNC client ==&lt;br /&gt;
&lt;br /&gt;
Doesn&#039;t matter the client you use, I&#039;ve tried both Tightvnc and RealVNC clients and they both work.&lt;br /&gt;
&lt;br /&gt;
DON&#039;T FORGET YOU HAVE TO ENTER :1 AT THE END OF THE IP!!!&lt;br /&gt;
&lt;br /&gt;
The most common case would be 192.168.80.1:1&lt;br /&gt;
&lt;br /&gt;
If you made this the right way, you should see Jdownloader on your remote window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Activate Jdownloader Web access &amp;amp; add premium accounts ==&lt;br /&gt;
&lt;br /&gt;
Go to settings -&amp;gt; Plugins &amp;amp; Addons -&amp;gt; Extensions and select &amp;quot;JD Webinterface&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It will create a new menu at the bottom on the left menu bar named &amp;quot;JD Webinterface&amp;quot;, click on it.&lt;br /&gt;
&lt;br /&gt;
check Autorefresh and set an interval of 5 (this is not important, so you could change to your own values and preferences)&lt;br /&gt;
&lt;br /&gt;
Change port !!!, 8080 is also used by LMCE. Change it to 8081 for instance.&lt;br /&gt;
&lt;br /&gt;
Mark &amp;quot;Need User Authentication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Change Login Name and Login Password.&lt;br /&gt;
&lt;br /&gt;
Finally, click on File -&amp;gt; Restart.&lt;br /&gt;
&lt;br /&gt;
If you have premium accounts, you can add them on the premium menu.&lt;br /&gt;
&lt;br /&gt;
== Check web access ==&lt;br /&gt;
&lt;br /&gt;
If you followed this wiki step by step, http://192.168.80.1:8081/ would take you to the webinterface.&lt;br /&gt;
&lt;br /&gt;
If it works, the only step left is to open firewall ports to the core on the port 8081 so you can access the webinterface outside your home, which indeed, is the purpose of this tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
I know it could be loaded on startup, but I&#039;m not an advanced linux user, and sure I don&#039;t want to mess with inid.d or rc*.d stuff, so if any of you can complement this tutorial with that, I&#039;ll be happy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is possible thanks to this one [http://www.meltit.com.ar/how-to-jdownloader-linux-terminal-web-interface-console-vnc-server-x11]&lt;/div&gt;</summary>
		<author><name>Alx2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22599</id>
		<title>Add Jdownloader to LinuxMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_Jdownloader_to_LinuxMCE&amp;diff=22599"/>
		<updated>2010-03-07T20:46:39Z</updated>

		<summary type="html">&lt;p&gt;Alx2k: New page:    Probably you all know that, but for those who don&amp;#039;t, Jdownloader is a download agent for  direct download webpages such as rapidshare, megaupload, etc...  The pr...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials| ]]&lt;br /&gt;
&lt;br /&gt;
Probably you all know that, but for those who don&#039;t, Jdownloader is a download agent for &lt;br /&gt;
direct download webpages such as rapidshare, megaupload, etc...&lt;br /&gt;
&lt;br /&gt;
The procedure installs three different programs which are VNCSERVER, JRE and obviously, JDownloader&lt;br /&gt;
&lt;br /&gt;
With this method, you&#039;ll be able to access JDownloader via VNC and also via WEB (for remote access)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download &amp;amp; install packages ==&lt;br /&gt;
&lt;br /&gt;
The first two packages (VNC4SERVER and JRE) are easy to install on your core.&lt;br /&gt;
&lt;br /&gt;
In order to install them, you should enter on a shell prompt with root privileges:&lt;br /&gt;
&lt;br /&gt;
apt-get install vnc4server&lt;br /&gt;
apt-get install openjdk-6-jre&lt;br /&gt;
&lt;br /&gt;
You have to download JDownloader linux zip file from [http://jdownloader.org/download Jdownloader homepage] and save it in your prefered folder (for this tutorial, it will be /home/john)&lt;br /&gt;
&lt;br /&gt;
Next step is to unzip the file you just downloaded, with the command:&lt;br /&gt;
&lt;br /&gt;
unzip JDownloader_2010016.zip&lt;br /&gt;
&lt;br /&gt;
It will create the folder /home/john/Jdownloader&lt;br /&gt;
&lt;br /&gt;
You have the needed stuff on your CORE, lets go to the first execution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First execution ==&lt;br /&gt;
&lt;br /&gt;
The first time you open vncserver, you&#039;ll need to enter a password for VNC connections.&lt;br /&gt;
&lt;br /&gt;
vncserver :1 (the :1 defines VNC desktop 1, in my case it didn&#039;t make interferences with LMCE)&lt;br /&gt;
&lt;br /&gt;
Now it will ask you for the password.&lt;br /&gt;
&lt;br /&gt;
export DISPLAY=localhost:1&lt;br /&gt;
&lt;br /&gt;
Finally, with this command it will launch Jdownloader on the VNC session.&lt;br /&gt;
&lt;br /&gt;
java -Xmx512m -jar /home/john/JDownloader/JDownloader.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Launch your VNC client ==&lt;br /&gt;
&lt;br /&gt;
Doesn&#039;t matter the client you use, I&#039;ve tried both Tightvnc and RealVNC clients and they both work.&lt;br /&gt;
&lt;br /&gt;
DON&#039;T FORGET YOU HAVE TO ENTER :1 AT THE END OF THE IP!!!&lt;br /&gt;
&lt;br /&gt;
The most common case would be 192.168.80.1:1&lt;br /&gt;
&lt;br /&gt;
If you made this the right way, you should see Jdownloader on your remote window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Activate Jdownloader Web access ==&lt;br /&gt;
&lt;br /&gt;
Go to settings -&amp;gt; Plugins &amp;amp; Addons -&amp;gt; Extensions and select &amp;quot;JD Webinterface&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It will create a new menu at the bottom on the left menu bar named &amp;quot;JD Webinterface&amp;quot;, click on it.&lt;br /&gt;
&lt;br /&gt;
check Autorefresh and set an interval of 5 (this is not important, so you could change to your own values and preferences)&lt;br /&gt;
&lt;br /&gt;
Change port !!!, 8080 is also used by LMCE. Change it to 8081 for instance.&lt;br /&gt;
&lt;br /&gt;
Mark &amp;quot;Need User Authentication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Change Login Name and Login Password.&lt;br /&gt;
&lt;br /&gt;
Finally, click on File -&amp;gt; Restart.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Check web access ==&lt;br /&gt;
&lt;br /&gt;
If you followed this wiki step by step, http://192.168.80.1:8081/ would take you to the webinterface.&lt;br /&gt;
&lt;br /&gt;
If it works, the only step left is to open firewall ports to the core on the port 8081 so you can access the webinterface outside your home, which indeed, is the purpose of this tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
I know it could be loaded on startup, but I&#039;m not an advanced linux user, and sure I don&#039;t want to mess with inid.d or rc*.d stuff, so if any of you can complement this tutorial with that, I&#039;ll be happy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is possible thanks to this one [http://www.meltit.com.ar/how-to-jdownloader-linux-terminal-web-interface-console-vnc-server-x11]&lt;/div&gt;</summary>
		<author><name>Alx2k</name></author>
	</entry>
</feed>