<?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>TechBytes &#187; apt-get</title>
	<atom:link href="http://www.asim.pk/tag/apt-get/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install Webmin in Ubuntu</title>
		<link>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:35:57 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Webmin]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=168</guid>
		<description><![CDATA[From the little help that I can get over the internet, I found out that you need to install the following packages to prepare the system for Webmin installation. Run the following command over SSH or Ubuntu Desktop&#8217;s terminal window &#8230; <a href="http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From the little help that I can get over the internet, I found out that you need to install the following packages to prepare the system for Webmin installation.</p>
<p>Run the following command over SSH or Ubuntu Desktop&#8217;s terminal window (Applications -&gt; Accessories -&gt; Terminal).</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl </pre>
<p><em>(Learn <a href="http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/"><strong>how to configure SSH on Ubuntu 8.10</strong></a> if you want to have a remote access to your Ubuntu box)</em>.</p>
<p>Download the latest version of Webmin by running the following command (visit <a href="http://www.webmin.com/download.html"><em>webmin download section</em></a> for newer versions)</p>
<pre class="brush: plain; title: ; notranslate">wget http://ignum.dl.sourceforge.net/project/webadmin/webmin/1.500/webmin_1.500_all.deb </pre>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/downloading_webmin.jpg" rel="lightbox[168]"><img class="aligncenter size-medium wp-image-170" title="Downloading Webmin" src="http://www.asim.pk/wp-content/uploads/2009/01/downloading_webmin-300x225.jpg" alt="Downloading Webmin" width="300" height="225" /></a><br />
<em>Downloading Webmin</em></p>
<p>After the package has been downloaded, run the following command to install it</p>
<pre class="brush: plain; title: ; notranslate">sudo dpkg -i webmin_1.500_all.deb </pre>
<p>You should now be able to login to Webmin at the URL https://localhost:10000/ using root or any other user with sudo access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring SSH on Ubuntu 8.10</title>
		<link>http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 21:22:58 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=164</guid>
		<description><![CDATA[The first issue that I had after installing Ubuntu 8.10 was that I could not connect to SSH on it because SSH server is not installed on Ubuntu 8.10 and it never asked me if I wanted to make a &#8230; <a href="http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The first issue that I had after installing Ubuntu 8.10 was that I could not connect to SSH on it because SSH server is not installed on Ubuntu 8.10 and it never asked me if I wanted to make a selection of what software packages I need to have installed. I guess thats why they are making a <strong>less then 25 min install</strong> promise.</p>
<p>Here&#8217;s how you can enable / configure / install SSH on your Ubuntu 8.10<br />
Open a terminal window by selecting the <strong>Applications</strong> menu and selecting <strong>Terminal</strong> from the Accessories menu. In the terminal window enter the following command and press enter to execute it</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install openssh-server</pre>
<p>It will automatically download and install the SSH serve and configure it to run on port 22 (default port).</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/1-7-2009-11-56-21-pm.png" rel="lightbox[164]"><img src="http://www.asim.pk/wp-content/uploads/2009/01/1-7-2009-11-56-21-pm-300x188.png" alt="Ubuntu 8.10 SSH Access" title="Ubuntu 8.10 SSH Access" width="300" height="188" class="aligncenter size-medium wp-image-173" /></a><br />
<em>Ubuntu 8.10 SSH Access</em></p>
<p>I will write another article to explain how you can change the port or enable / disable the SSH server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

