<?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>HowtoLinux &#187; Ubuntu</title>
	<atom:link href="http://www.debiandoctor.com/category/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debiandoctor.com</link>
	<description>The best Unix/Linux Server Resources  Availabe on Internet.</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 10.04 Beta 1 Released</title>
		<link>http://www.debiandoctor.com/ubuntu/ubuntu-10-04-beta-1released.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/ubuntu-10-04-beta-1released.html#comments</comments>
		<pubDate>Sat, 20 Mar 2010 19:28:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[New OS Releases]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debiandoctor.com/?p=438</guid>
		<description><![CDATA[
Steve Langasek has announced the availability of the first beta release of Ubuntu 10.04, code name &#8220;Lucid Lynx&#8221;, a long-term support (LTS) version: &#8220;The Ubuntu team is pleased to announce the first beta release of Ubuntu 10.04 LTS Desktop, Server, and Netbook editions and of Ubuntu 10.04 Server for Ubuntu Enterprise Cloud (UEC) and Amazon&#8217;s EC2. Ubuntu 10.04 LTS Desktop and Netbook editions continue the trend of ever-faster boot speeds, with improved start-up times and a streamlined, smoother boot experience. ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/ubuntu-10-04-beta-1released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sudo vulnerabilities in Ubuntu</title>
		<link>http://www.debiandoctor.com/ubuntu/sudo-vulnerabilities-in-ubuntu.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/sudo-vulnerabilities-in-ubuntu.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:09:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debiandoctor.com/?p=379</guid>
		<description><![CDATA[A security issue affects the following Ubuntu releases:
Ubuntu 6.06 LTS Ubuntu 8.04 LTS Ubuntu 8.10 Ubuntu 9.04 Ubuntu 9.10
This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.
The problem can be corrected by upgrading your system to the following package versions:
Ubuntu 6.06 LTS:
sudo                            1.6.8p12-1ubuntu6.1
sudo-ldap       ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/sudo-vulnerabilities-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APT/dpkg &#8211; Ubuntu / Debian Package Manager</title>
		<link>http://www.debiandoctor.com/ubuntu/aptdpkg-ubuntu-debian-package-manager.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/aptdpkg-ubuntu-debian-package-manager.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:07:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debiandoctor.com/?p=375</guid>
		<description><![CDATA[Ubuntu / Debian Package Manager:
dpkg:
Ubuntu/Debian package management. (equivalent to rpm in functionality.)





Command
Description


dpkg -l 
List all packages installed on system. Often used with grep: dpkg -l &#124; grep partial-name-of-package


dpkg -l package-name
Query version of package and if package is installed.


dpkg -L package-name
List all files on the system associated with the package.


dpkg -S file-name
List the package name to which this file is associated.


dpkg -p file-name
Print package information. See /var/lib/dpkg/available


dpkg -i package-name.deb
Install package.
Also see &#8220;apt-get install package-name&#8220;.


dpkg -r package-name
Remove package. Keep configuration files.
Also see ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/aptdpkg-ubuntu-debian-package-manager.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx webserver Installation in Ubuntu server.</title>
		<link>http://www.debiandoctor.com/ubuntu/nginx-webserver-installation-in-ubuntu-server.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/nginx-webserver-installation-in-ubuntu-server.html#comments</comments>
		<pubDate>Sun, 28 Feb 2010 09:59:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debiandoctor.com/?p=288</guid>
		<description><![CDATA[ Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3  proxy server Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.
Currently Ubuntu Hardy will install Nginx version nginx-0.7.65 using aptitude.
Install Nginx webserver in Ubuntu Hardy 
sudo aptitude install nginx
This will install all the ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/nginx-webserver-installation-in-ubuntu-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development Release: Ubuntu 10.04 Alpha 3</title>
		<link>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-10-04-alpha-3.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-10-04-alpha-3.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 19:47:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.debiandoctor.com/?p=283</guid>
		<description><![CDATA[Steve Langasek has announced the availability of the
third alpha release of ubuntu 10.04,code name "Lucid Lynx":
"Welcome to Lucid Lynx Alpha 3,which will in time become Ubuntu 10.04 LTS.

Pre-releases of Lucid are *not* encouraged for anyone needing a stable
system or anyone who is not comfortable running into occasional, even
frequent breakage.  They are, however, recommended for Ubuntu developers and
those who want to help in testing, reporting, and fixing bugs."

Alpha 3 is the third in a series of milestone CD images that ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-10-04-alpha-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development Release: Ubuntu 10.04 Alpha 2</title>
		<link>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-1004-alpha-2.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-1004-alpha-2.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 18:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[New OS Releases]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pearlin.info/?p=253</guid>
		<description><![CDATA[Steve Langasek has announced the availability of the second alpha release of Ubuntu 10.04, code name &#8220;Lucid Lynx&#8221;: &#8220;Welcome to Lucid Lynx Alpha 2, which will in time become Ubuntu 10.04 LTS. New features: updated packages, Linux kernel 2.6.32, KDE 4.4 RC1; full removal of the HAL package, making Ubuntu faster to boot and faster to resume from suspend; Likewise Open package, which provides Active Directory authentication and server support for Linux, has been updated to version 5.4; improved support ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-1004-alpha-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development Release: Ubuntu 9.10 Alpha 3</title>
		<link>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-910-alpha-3.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-910-alpha-3.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 18:58:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pearlin.info/?p=207</guid>
		<description><![CDATA[Martin Pitt has announced the availability of the third alpha release of Ubuntu 9.10 &#8220;Karmic Koala&#8221;: &#8220;Welcome to Karmic Koala Alpha 3, which will in time become Ubuntu 9.10.&#8221; New features: &#8220;Updated packages; GNOME 2.27.4 development release; Empathy has replaced Pidgin as the default instant messaging client, introducing the Telepathy framework; the GDM 2.27.4 login manager is a complete rewrite; Ubuntu One file sharing; Linux kernel 2.6.31; new Intel video driver architecture; GCC 4.4 as the default compiler; ext4 as ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/development-release-ubuntu-910-alpha-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install mysql in ubuntu server</title>
		<link>http://www.debiandoctor.com/ubuntu/install-mysql-in-ubuntu-server.html</link>
		<comments>http://www.debiandoctor.com/ubuntu/install-mysql-in-ubuntu-server.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 11:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pearlin.info/?p=177</guid>
		<description><![CDATA[Installing Mysql database in Ubuntu
#apt-get install mysql-server mysql-client libmysqlclient12-dev
MySQL initially only allows connections from the localhost (127.0.0.1). We’ll need to remove that restriction if you wish to make it accessible to everyone on the internet. Open the file /etc/mysql/my.cnf
#vi /etc/mysql/my.cnf
Find the line bind-address = 127.0.0.1 and comment it out
…
#bind-address = 127.0.0.1
…
You can check your configuration using the following command
#netstat -tap
Output Looks like below
tcp 0 0 *:mysql *:* LISTEN 4997/mysqld
MySQL comes with no root password as default. This is a huge ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/ubuntu/install-mysql-in-ubuntu-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
