<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrei DANEASA &#187; ubuntu server</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/ubuntu-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webxpert.ro/andrei</link>
	<description>Programming, database, security, Oracle, .NET, C#, PHP, Travel</description>
	<lastBuildDate>Tue, 18 Oct 2011 15:42:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install Webmin on Ubuntu Server or Desktop 10.10 Maverick Meerkat</title>
		<link>http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/</link>
		<comments>http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 10:04:51 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Maverick Meerkat]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=740</guid>
		<description><![CDATA[After I saw quite some interest on installing Webmin on Ubuntu 9.04 and 9.10, I decided to go ahead and do the same for 10.04 and 10.10. I also strongly believe Ubuntu is doing wrong by not including Webmin into their repository Webmin is doing a mistake by using a deprecated library and not leave [...]]]></description>
			<content:encoded><![CDATA[<p>After I saw quite some interest on installing Webmin on Ubuntu <a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">9.04</a> and <a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">9.10</a>, I decided to go ahead and do the same for <a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx">10.04</a> and 10.10. I also strongly believe <del datetime="2010-09-06T18:31:01+00:00">Ubuntu is doing wrong by not including Webmin into their repository</del> <del datetime="2010-09-09T07:27:42+00:00">Webmin is doing a mistake by using a deprecated library and not leave everybody to take benefit of their great product</del>.<br />
For those unfamiliar with <a href="http://webmin.com/">Webmin</a>, it is a web interface for configuring your linux box without X server.</p>
<p><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2010/09/101064.png"><img class="aligncenter size-full wp-image-747" title="101064" src="http://www.webxpert.ro/andrei/wp-content/uploads/2010/09/101064.png" alt="" width="643" height="442" /></a></p>
<p><strong><br />
LATER EDIT: As Joe Cooper from Virtualmin (the guys making webmin) said in the <a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/#comment-2489">comments</a>, there&#8217;s no need anymore for libmd5-perl for webmin starting with 1.520. I tested and it&#8217;s true, now the whole installation can be done in 3 simple steps. Thanks Joe, now&#8217;s much better!</strong></p>
<p>Having said these, let&#8217;s to the job:<span id="more-740"></span></p>
<p><del datetime="2010-09-09T07:27:42+00:00">1. Download latest <strong>libmd5-perl</strong> package from <a href="http://ftp.debian.org/pool/main/libm/libmd5-perl/">http://ftp.debian.org/pool/main/libm/libmd5-perl/</a> . Currently 2.03</del></p>
<p><del datetime="2010-09-09T07:27:42+00:00">2. Execute libmd5-perl package</del></p>
<p>1. Download <strong>webmin</strong> from <a href="http://www.webmin.com">http:www.webmin.com</a> . Currently <strong>1.520</strong></p>
<div class="dean_ch" style="white-space: wrap;">wget http://www.webmin.com/download/deb/webmin-current.deb</div>
<p>2. Execute webmin package. It will fail but it&#8217;s easier for us, since we&#8217;ll just force installing dependencies, rather than installing them one by one.</p>
<div class="dean_ch" style="white-space: wrap;">sudo dpkg -i webmin-current.deb</div>
<p>3. Install <strong>missing dependencies</strong> and it will automatically recompile webmin</p>
<div class="dean_ch" style="white-space: wrap;">sudo apt-get -f install</div>
<p>Enjoy webmin on <strong>https://[serverIP]:10000</strong> .</p>
<p>What I am normally doing is forwarding the port 10000 out of my router and access my webmin from anywhere on the internet. You can forward it to another port and to be user-friendly and easy-to-remember you can use DynDNS to pick a nice name.</p>
<p>Enjoy!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx/">Install Webmin on Ubuntu Server or Desktop 10.04 Lucid Lynx</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/05/30/install-webmin-on-ubuntu-server-904-jaunty-jackalope/">Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/ubuntu-9-10-karmic-koala-released/">Ubuntu 9.10 Karmic Koala released</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/03/12/install-subversion-for-vps-cpanel-under-centos/">Install subversion for VPS (cPanel) under CentOS</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Install Webmin on Ubuntu Server or Desktop 10.04 Lucid Lynx</title>
		<link>http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx/</link>
		<comments>http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 09:21:08 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=736</guid>
		<description><![CDATA[After I saw quite some interest on installing Webmin on Ubuntu 9.04 and 9.10, I decided to go ahead and do the same for 10.04 and 10.10. I also strongly believe Ubuntu is doing wrong by not including Webmin into their repository Webmin is doing a mistake by using a deprecated library and not leave [...]]]></description>
			<content:encoded><![CDATA[<p>After I saw quite some interest on installing Webmin on Ubuntu <a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">9.04</a> and <a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">9.10</a>, I decided to go ahead and do the same for 10.04 and 10.10. I also strongly believe <del datetime="2010-09-06T18:31:01+00:00">Ubuntu is doing wrong by not including Webmin into their repository</del> Webmin is doing a mistake by using a deprecated library and not leave everybody to take benefit of their great product.<br />
For those unfamiliar with <a href="http://webmin.com/">Webmin</a>, it is a web interface for configuring your linux box without X server.</p>
<p><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2010/09/webmin1004.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2010/09/webmin1004.png" alt="" title="webmin1004" width="661" height="445" class="aligncenter size-full wp-image-742" /></a><br />
<strong><br />
LATER EDIT: As Joe Cooper from Virtualmin (the guys making webmin) said in the <a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/#comment-2489">comments</a>, there&#8217;s no need anymore for libmd5-perl for webmin starting with 1.520. I tested and it&#8217;s true, now the whole installation can be done in 3 simple steps. Thanks Joe, now&#8217;s much better!</strong></p>
<p>Having said these, let&#8217;s to the job:<span id="more-736"></span></p>
<p><del datetime="2010-09-09T07:27:42+00:00">1. Download latest <strong>libmd5-perl</strong> package from <a href="http://ftp.debian.org/pool/main/libm/libmd5-perl/">http://ftp.debian.org/pool/main/libm/libmd5-perl/</a> . Currently 2.03</del></p>
<p><del datetime="2010-09-09T07:27:42+00:00">2. Execute libmd5-perl package</del></p>
<p>1. Download <strong>webmin</strong> from <a href="http://www.webmin.com">http:www.webmin.com</a> . Currently <strong>1.520</strong></p>
<div class="dean_ch" style="white-space: wrap;">wget http://www.webmin.com/download/deb/webmin-current.deb</div>
<p>2. Execute webmin package. It will fail but it&#8217;s easier for us, since we&#8217;ll just force installing dependencies, rather than installing them one by one.</p>
<div class="dean_ch" style="white-space: wrap;">sudo dpkg -i webmin_1.520_all.deb</div>
<p>3. Install <strong>missing dependencies</strong> and it will automatically recompile webmin</p>
<div class="dean_ch" style="white-space: wrap;">sudo apt-get -f install</div>
<p>Enjoy webmin on <strong>https://[serverIP]:10000</strong> .</p>
<p>What I am normally doing is forwarding the port 10000 out of my router and access my webmin from anywhere on the internet. You can forward it to another port and to be user-friendly and easy-to-remember you can use DynDNS to pick a nice name.</p>
<p>Enjoy!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/">Install Webmin on Ubuntu Server or Desktop 10.10 Maverick Meerkat</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/05/30/install-webmin-on-ubuntu-server-904-jaunty-jackalope/">Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/ubuntu-9-10-karmic-koala-released/">Ubuntu 9.10 Karmic Koala released</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/03/12/install-subversion-for-vps-cpanel-under-centos/">Install subversion for VPS (cPanel) under CentOS</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala</title>
		<link>http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/</link>
		<comments>http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:30:31 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=552</guid>
		<description><![CDATA[I am a big fan of Ubuntu Server. It&#8217;s exactly what you need for a server, no fancy UI, just services. Dealing with all the text configuration files can be a time consuming task and there is something that can help a lot. It&#8217;s called Webmin and it is a web interface for configuring your [...]]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of Ubuntu Server. It&#8217;s exactly what you need for a server, no fancy UI, just services.<br />
Dealing with all the text configuration files can be a time consuming task and there is something that can help a lot. It&#8217;s called <a href="http://www.webmin.com/" target="_blank">Webmin</a> and it is a web interface for configuring your linux box.<br />
<a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/2009-10-29_1623.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/2009-10-29_1623-300x206.png" alt="Webmin demo" title="Webmin demo" width="300" height="206" class="aligncenter size-medium wp-image-556" /></a></p>
<p>You need to install first some perl-related libraries required by webmin:</p>
<div class="dean_ch" style="white-space: wrap;">sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl</div>
<p><span id="more-552"></span><br />
The you need to download the latest webmin archive (this might change in time). I am downloading the Debian package:</p>
<div class="dean_ch" style="white-space: wrap;">wget http://www.webmin.com/download/deb/webmin-current.deb</div>
<p> (thanks @macrocode)</p>
<p>Install the Debian package with dpkg, not Aptitude:</p>
<div class="dean_ch" style="white-space: wrap;">sudo dpkg -i webmin_1.490_all.deb</div>
<p>* Your downloaded version may differ. Just use the deb package you&#8217;ve just downloaded.</p>
<p>Enjoy your Webmin installation at <strong>https://[serverIP]:10000</strong> .<br />
What I am normally doing is forwarding the port 10000 out of my router and access my webmin from anywhere on the internet. You can forward it to another port and to be user-friendly and easy-to-remember you can use <a href="http://dyndns.com" target="_blank">DynDNS </a>to pick a nice name.</p>
<p><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/2009-10-29_1622.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/2009-10-29_1622-300x206.png" alt="Webmin on Ubuntu 9.10 Karmic Koala" title="Webmin on Ubuntu 9.10 Karmic Koala" width="300" height="206" class="aligncenter size-medium wp-image-557" /></a></p>
<p>Enjoy!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2009/05/30/install-webmin-on-ubuntu-server-904-jaunty-jackalope/">Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/">Install Webmin on Ubuntu Server or Desktop 10.10 Maverick Meerkat</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx/">Install Webmin on Ubuntu Server or Desktop 10.04 Lucid Lynx</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/ubuntu-9-10-karmic-koala-released/">Ubuntu 9.10 Karmic Koala released</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/05/31/instal-oracle-10g-xe-on-ubuntu-server-904-jaunty-jackalope/">Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope</title>
		<link>http://www.webxpert.ro/andrei/2009/05/30/install-webmin-on-ubuntu-server-904-jaunty-jackalope/</link>
		<comments>http://www.webxpert.ro/andrei/2009/05/30/install-webmin-on-ubuntu-server-904-jaunty-jackalope/#comments</comments>
		<pubDate>Sat, 30 May 2009 20:26:20 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=431</guid>
		<description><![CDATA[I am a big fan of Ubuntu Server. It&#8217;s exactly what you need for a server, no fancy UI, just services. Dealing with all the text configuration files can be a time consuming task and there is something that can help a lot. It&#8217;s called Webmin and it is a web interface for configuring your [...]]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of Ubuntu Server. It&#8217;s exactly what you need for a server, no fancy UI, just services.<br />
Dealing with all the text configuration files can be a time consuming task and there is something that can help a lot. It&#8217;s called <a href="http://www.webmin.com/" target="_blank">Webmin</a> and it is a web interface for configuring your linux box.<br />
<a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/05/figure1.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/05/figure1-300x143.png" alt="figure1" title="figure1" width="300" height="143" class="aligncenter size-medium wp-image-445" /></a></p>
<p>You need to install first some perl-related libraries required by webmin:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> <span class="kw2">perl</span> libnet-ssleay-<span class="kw2">perl</span> openssl libauthen-pam-<span class="kw2">perl</span> libpam-runtime libio-pty-<span class="kw2">perl</span> libmd5-<span class="kw2">perl</span></div>
<p><span id="more-431"></span><br />
The you need to download the latest webmin archive (this might change in time). I am downloading the Debian package:<br />
<del datetime="2009-09-30T22:17:30+00:00">wget http://prdownloads.sourceforge.net/webadmin/webmin_1.470_all.deb</del></p>
<div class="dean_ch" style="white-space: wrap;">wget http://www.webmin.com/download/deb/webmin-current.deb</div>
<p> (thanks @macrocode)</p>
<p>Install the Debian package with dpkg, not Aptitude:<br />
<del datetime="2009-09-30T22:17:30+00:00">sudo dpkg -i webmin_1.470_all.deb</del></p>
<div class="dean_ch" style="white-space: wrap;">sudo dpkg -i webmin_1.500_all.deb</div>
<p>* Your downloaded version may differ. Just use the deb package you&#8217;ve just downloaded.</p>
<p>Enjoy your Webmin installation at <strong>https://[serverIP]:10000</strong> .<br />
What I am normally doing is forwarding the port 10000 out of my router and access my webmin from anywhere on the internet. You can forward it to another port and to be user-friendly and easy-to-remember you can use <a href="http://dyndns.com" target="_blank">DynDNS </a>to pick a nice name.</p>
<p>Enjoy!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/install-webmin-on-ubuntu-server-or-desktop-9-10-karmic-koala/">Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-10-maverick-meerka/">Install Webmin on Ubuntu Server or Desktop 10.10 Maverick Meerkat</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/09/07/install-webmin-on-ubuntu-server-or-desktop-10-04-lucid-lynx/">Install Webmin on Ubuntu Server or Desktop 10.04 Lucid Lynx</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/29/ubuntu-9-10-karmic-koala-released/">Ubuntu 9.10 Karmic Koala released</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/05/31/instal-oracle-10g-xe-on-ubuntu-server-904-jaunty-jackalope/">Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/05/30/install-webmin-on-ubuntu-server-904-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

