<?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: Webmin Installation and Configuration in Ubuntu Linux</title>
	<atom:link href="http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Frank</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-107608</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 04 Aug 2011 13:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-107608</guid>
		<description>What version of ubuntu should i use?</description>
		<content:encoded><![CDATA[<p>What version of ubuntu should i use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taurai chipanera</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-105685</link>
		<dc:creator>taurai chipanera</dc:creator>
		<pubDate>Sat, 25 Jun 2011 12:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-105685</guid>
		<description>excellent tutorial very helpfull</description>
		<content:encoded><![CDATA[<p>excellent tutorial very helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyber</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-101672</link>
		<dc:creator>Cyber</dc:creator>
		<pubDate>Wed, 20 Apr 2011 07:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-101672</guid>
		<description>Solid instruction.</description>
		<content:encoded><![CDATA[<p>Solid instruction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bloomfield</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-96885</link>
		<dc:creator>Steven Bloomfield</dc:creator>
		<pubDate>Tue, 29 Mar 2011 14:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-96885</guid>
		<description>Try this instead:

wget http://sourceforge.net/projects/webadmin/files/webmin/1.530/webmin_1.530_all.deb

sudo dpkg -i webmin_1.530_all.deb

I ran this on Ubuntu Server 10.10 fresh install</description>
		<content:encoded><![CDATA[<p>Try this instead:</p>
<p>wget <a href="http://sourceforge.net/projects/webadmin/files/webmin/1.530/webmin_1.530_all.deb" rel="nofollow">http://sourceforge.net/projects/webadmin/files/webmin/1.530/webmin_1.530_all.deb</a></p>
<p>sudo dpkg -i webmin_1.530_all.deb</p>
<p>I ran this on Ubuntu Server 10.10 fresh install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Thomas</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-95499</link>
		<dc:creator>Brad Thomas</dc:creator>
		<pubDate>Wed, 16 Mar 2011 07:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-95499</guid>
		<description>Like Eric P says, I had to change just one command:

sudo tar xzvf webmin-1.310.tar.gz

to

sudo tar xzvf $HOME/webmin-1.310.tar.gz

I downloaded it to a different location as well - my $HOME folder.

After that, everything worked perfectly.

Thanks for helping me get Webmin installed on Ubuntu Server 10.10

Now, all I have to do is to upgrade it! :)</description>
		<content:encoded><![CDATA[<p>Like Eric P says, I had to change just one command:</p>
<p>sudo tar xzvf webmin-1.310.tar.gz</p>
<p>to</p>
<p>sudo tar xzvf $HOME/webmin-1.310.tar.gz</p>
<p>I downloaded it to a different location as well - my $HOME folder.</p>
<p>After that, everything worked perfectly.</p>
<p>Thanks for helping me get Webmin installed on Ubuntu Server 10.10</p>
<p>Now, all I have to do is to upgrade it! <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel K</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-55170</link>
		<dc:creator>Daniel K</dc:creator>
		<pubDate>Thu, 28 Oct 2010 21:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-55170</guid>
		<description>Thanks Eric P for the updated instructions/location of downloaded package!!
Thanks for original instructional post.</description>
		<content:encoded><![CDATA[<p>Thanks Eric P for the updated instructions/location of downloaded package!!<br />
Thanks for original instructional post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rara</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-38623</link>
		<dc:creator>Rara</dc:creator>
		<pubDate>Sun, 27 Jun 2010 14:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-38623</guid>
		<description>Thanks for Installing Webmin in Ubuntu tutorial, i have been use webmin in my vps.</description>
		<content:encoded><![CDATA[<p>Thanks for Installing Webmin in Ubuntu tutorial, i have been use webmin in my vps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric P</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-34124</link>
		<dc:creator>Eric P</dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-34124</guid>
		<description>Dude, you rock!

Couple of changes that I needed to make:

download/use latest version 1.510
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.510.tar.gz

This didn&#039;t work:
cd /usr/local/src
sudo tar xzvf webmin-1.510.tar.gz 

File was downloaded to a diff location:
find / -name webmin-1.510.tar.gz
Result: /home/ubuntu/webmin-1.510.tar.gz

Revised to the following:
cd /home/ubuntu
sudo tar xzvf webmin-1.510.tar.gz
cd webmin-1.510
sudo sh setup.sh

WORKED !!! 

Followed the balance of the instructions.

I honestly didn&#039;t think installing Webmin could be that easy.</description>
		<content:encoded><![CDATA[<p>Dude, you rock!</p>
<p>Couple of changes that I needed to make:</p>
<p>download/use latest version 1.510<br />
wget <a href="http://prdownloads.sourceforge.net/webadmin/webmin-1.510.tar.gz" rel="nofollow">http://prdownloads.sourceforge.net/webadmin/webmin-1.510.tar.gz</a></p>
<p>This didn&#8217;t work:<br />
cd /usr/local/src<br />
sudo tar xzvf webmin-1.510.tar.gz </p>
<p>File was downloaded to a diff location:<br />
find / -name webmin-1.510.tar.gz<br />
Result: /home/ubuntu/webmin-1.510.tar.gz</p>
<p>Revised to the following:<br />
cd /home/ubuntu<br />
sudo tar xzvf webmin-1.510.tar.gz<br />
cd webmin-1.510<br />
sudo sh setup.sh</p>
<p>WORKED !!! </p>
<p>Followed the balance of the instructions.</p>
<p>I honestly didn&#8217;t think installing Webmin could be that easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noory</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-21223</link>
		<dc:creator>noory</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-21223</guid>
		<description>thank you for tutorial</description>
		<content:encoded><![CDATA[<p>thank you for tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-16305</link>
		<dc:creator>al</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-16305</guid>
		<description>having just setup a ubunto server with LAMP - and checked my connection via ping and telnet, i am unable to make success of this guide.
( cant remember - but lamp includes perl? yes i think so! or .. )

1. used the first line as listed at webmin.com /download with wget - got error 404 not found

2. tried using debian specific line with webmin_1.
490_all.deb - got message Unsupported scheme.

could someone plz update this article / suggest how a novice like me can get webmin downloaded and installed.

thank.</description>
		<content:encoded><![CDATA[<p>having just setup a ubunto server with LAMP - and checked my connection via ping and telnet, i am unable to make success of this guide.<br />
( cant remember - but lamp includes perl? yes i think so! or .. )</p>
<p>1. used the first line as listed at webmin.com /download with wget - got error 404 not found</p>
<p>2. tried using debian specific line with webmin_1.<br />
490_all.deb - got message Unsupported scheme.</p>
<p>could someone plz update this article / suggest how a novice like me can get webmin downloaded and installed.</p>
<p>thank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-12415</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 28 Aug 2009 06:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-12415</guid>
		<description>try to use your machine ip address for example your ip is 192.168.1.3

https://192.168.1.3:10000</description>
		<content:encoded><![CDATA[<p>try to use your machine ip address for example your ip is 192.168.1.3</p>
<p><a href="https://192.168.1.3:10000" rel="nofollow">https://192.168.1.3:10000</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krunal Patel</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-12414</link>
		<dc:creator>Krunal Patel</dc:creator>
		<pubDate>Fri, 28 Aug 2009 06:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-12414</guid>
		<description>Actually when I write in browser that
&quot; http://ubuntu:10000/ &quot;
to open webmin it don&#039;t works.... so please tell how to start webmin
I have installed already... but how to start from Browser.??????????????????????????????????????????????????????????????????????????</description>
		<content:encoded><![CDATA[<p>Actually when I write in browser that<br />
&#8221; <a href="http://ubuntu:10000/" rel="nofollow">http://ubuntu:10000/</a> &#8221;<br />
to open webmin it don&#8217;t works&#8230;. so please tell how to start webmin<br />
I have installed already&#8230; but how to start from Browser.??????????????????????????????????????????????????????????????????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-5413</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 14 Jan 2009 16:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-5413</guid>
		<description>It&#039;s better practice to not put this in the sources.list file; rather, put it in it&#039;s own file under the sources.list.d directory.  I have a file /etc/apt/sources.list.d/webmin.list on my server, containing the following:

   # Webmin packages
   deb http://download.webmin.com/download/repository sarge contrib

This means that when I want to do a distribution upgrade, I&#039;m not having to do bespoke rules to keep webmin at sarge. 

You can also (more elegantly :) ) install the key in this manner:


  wget -q http://www.webmin.com/jcameron-key.asc -O - &#124; sudo apt-key add - &amp;&amp; sudo apt-get update</description>
		<content:encoded><![CDATA[<p>It&#8217;s better practice to not put this in the sources.list file; rather, put it in it&#8217;s own file under the sources.list.d directory.  I have a file /etc/apt/sources.list.d/webmin.list on my server, containing the following:</p>
<p>   # Webmin packages<br />
   deb <a href="http://download.webmin.com/download/repository" rel="nofollow">http://download.webmin.com/download/repository</a> sarge contrib</p>
<p>This means that when I want to do a distribution upgrade, I&#8217;m not having to do bespoke rules to keep webmin at sarge. </p>
<p>You can also (more elegantly <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) install the key in this manner:</p>
<p>  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 - &amp;&amp; sudo apt-get update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeane</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-5212</link>
		<dc:creator>zeane</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-5212</guid>
		<description>If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line :

deb http://download.webmin.com/download/repository sarge contrib

You should also fetch and install this GPG key with which the repository is signed, with the commands :

cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

You will now be able to install with the commands :

apt-get update
apt-get install webmin

All dependencies should be resolved automatically.</description>
		<content:encoded><![CDATA[<p>If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line :</p>
<p>deb <a href="http://download.webmin.com/download/repository" rel="nofollow">http://download.webmin.com/download/repository</a> sarge contrib</p>
<p>You should also fetch and install this GPG key with which the repository is signed, with the commands :</p>
<p>cd /root<br />
wget <a href="http://www.webmin.com/jcameron-key.asc" rel="nofollow">http://www.webmin.com/jcameron-key.asc</a><br />
apt-key add jcameron-key.asc</p>
<p>You will now be able to install with the commands :</p>
<p>apt-get update<br />
apt-get install webmin</p>
<p>All dependencies should be resolved automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aye</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-257</link>
		<dc:creator>aye</dc:creator>
		<pubDate>Fri, 14 Nov 2008 01:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-257</guid>
		<description>thank you for tutorial</description>
		<content:encoded><![CDATA[<p>thank you for tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SCode</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-254</link>
		<dc:creator>SCode</dc:creator>
		<pubDate>Tue, 14 Oct 2008 10:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-254</guid>
		<description>http address httpS://localhost:10000</description>
		<content:encoded><![CDATA[<p>http address httpS://localhost:10000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TizzyD</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-256</link>
		<dc:creator>TizzyD</dc:creator>
		<pubDate>Sat, 04 Oct 2008 19:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-256</guid>
		<description>There&#039;s a APT source available:

&lt;code&gt;
## Webmin repository
deb http://download.webmin.com/download/repository sarge contrib
&lt;/code&gt;

It says &quot;Sarge&quot;, but just add this line in and you can do it completely via apt-get.  Works like a charm on Hardy.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a APT source available:</p>
<p><code><br />
## Webmin repository<br />
deb <a href="http://download.webmin.com/download/repository" rel="nofollow">http://download.webmin.com/download/repository</a> sarge contrib<br />
</code></p>
<p>It says &#8220;Sarge&#8221;, but just add this line in and you can do it completely via apt-get.  Works like a charm on Hardy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fermulator</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-253</link>
		<dc:creator>Fermulator</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-253</guid>
		<description>Webmin now provides packages for numerous distributions. http://www.webmin.com/download.html

Specifically for ubuntu, the deb package is available.

Perhaps updating this howto would be beneficial?</description>
		<content:encoded><![CDATA[<p>Webmin now provides packages for numerous distributions. <a href="http://www.webmin.com/download.html" rel="nofollow">http://www.webmin.com/download.html</a></p>
<p>Specifically for ubuntu, the deb package is available.</p>
<p>Perhaps updating this howto would be beneficial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartek Zak</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-255</link>
		<dc:creator>Bartek Zak</dc:creator>
		<pubDate>Tue, 16 Sep 2008 11:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-255</guid>
		<description>Thanks for the instructions. The install procedure went smoothly and without problems.</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions. The install procedure went smoothly and without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sho0reek</title>
		<link>http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html/comment-page-1#comment-252</link>
		<dc:creator>sho0reek</dc:creator>
		<pubDate>Wed, 06 Aug 2008 22:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/webmin-installation-and-configuration-in-ubuntu-linux.html#comment-252</guid>
		<description>Thanks from Russia =)</description>
		<content:encoded><![CDATA[<p>Thanks from Russia =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

