<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To : Install Webmin In Ubuntu</title>
	<atom:link href="http://www.abttech.com/how-to-install-webmin-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/</link>
	<description>We Love Trend So We Blog AbtTECH</description>
	<lastBuildDate>Sat, 14 Jan 2012 14:56:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: motorcycle glasses</title>
		<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/comment-page-1/#comment-243</link>
		<dc:creator>motorcycle glasses</dc:creator>
		<pubDate>Sun, 13 Feb 2011 03:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.abttech.com/?p=297#comment-243</guid>
		<description>Awesome info it is really. My father has been waiting for this tips. I also like the design was this a free theme or a pay one?</description>
		<content:encoded><![CDATA[<p>Awesome info it is really. My father has been waiting for this tips. I also like the design was this a free theme or a pay one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat #51 &#8211; GNU/Linux &#124; Open Source und Wetware</title>
		<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/comment-page-1/#comment-188</link>
		<dc:creator>Destillat #51 &#8211; GNU/Linux &#124; Open Source und Wetware</dc:creator>
		<pubDate>Sat, 17 Jul 2010 09:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.abttech.com/?p=297#comment-188</guid>
		<description>[...] How To : Install Webmin In Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] How To : Install Webmin In Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/comment-page-1/#comment-149</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Fri, 25 Jun 2010 18:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.abttech.com/?p=297#comment-149</guid>
		<description>@Christoph I have installed and it is running smoothly so I blogged it. If any error comes in future I will report it here. Any how thanks for your alarm :)</description>
		<content:encoded><![CDATA[<p>@Christoph I have installed and it is running smoothly so I blogged it. If any error comes in future I will report it here. Any how thanks for your alarm <img src='http://www.abttech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/comment-page-1/#comment-148</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Fri, 25 Jun 2010 18:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.abttech.com/?p=297#comment-148</guid>
		<description>@DavidHarrison  Thanks David :)

Guys you can also follow the method recommended by David Harrison that is another way of installing is.</description>
		<content:encoded><![CDATA[<p>@DavidHarrison  Thanks David <img src='http://www.abttech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Guys you can also follow the method recommended by David Harrison that is another way of installing is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/comment-page-1/#comment-147</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.abttech.com/?p=297#comment-147</guid>
		<description>It&#039;s not recommended to install Webmin in Debian or Ubuntu. Webmin rewrites configuration files completely instead of changing just the parts which need to be changed. This way you loose all the sane settings the package maintainers chose.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not recommended to install Webmin in Debian or Ubuntu. Webmin rewrites configuration files completely instead of changing just the parts which need to be changed. This way you loose all the sane settings the package maintainers chose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Harrison</title>
		<link>http://www.abttech.com/how-to-install-webmin-in-ubuntu/comment-page-1/#comment-142</link>
		<dc:creator>David Harrison</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.abttech.com/?p=297#comment-142</guid>
		<description>Or add the Webmin repository to apt and let it handle or the dependencies.

1. Add the following entry to the bottom of /etc/apt/sources.list
deb http://download.webmin.com/download/repository sarge contrib

2. Import the GPG key:
wget -q http://www.webmin.com/jcameron-key.asc -O- &#124; sudo apt-key add -

3. Run apt-get update and then install Webmin:
sudo apt-get update
sudo apt-get install webmin</description>
		<content:encoded><![CDATA[<p>Or add the Webmin repository to apt and let it handle or the dependencies.</p>
<p>1. Add the following entry to the bottom of /etc/apt/sources.list<br />
deb <a href="http://download.webmin.com/download/repository" rel="nofollow">http://download.webmin.com/download/repository</a> sarge contrib</p>
<p>2. Import the GPG key:<br />
wget -q <a href="http://www.webmin.com/jcameron-key.asc" rel="nofollow">http://www.webmin.com/jcameron-key.asc</a> -O- | sudo apt-key add -</p>
<p>3. Run apt-get update and then install Webmin:<br />
sudo apt-get update<br />
sudo apt-get install webmin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

