<?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>Oleg Puzanov &#187; ubuntu</title>
	<atom:link href="http://olegpuzanov.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://olegpuzanov.com</link>
	<description>professional web developer blog</description>
	<lastBuildDate>Sun, 22 Jan 2012 23:14:08 +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>Improve DNS lookup time under Ubuntu 11.04</title>
		<link>http://olegpuzanov.com/2011/08/17/improve-dns-lookup-time-under-ubuntu-11-04/</link>
		<comments>http://olegpuzanov.com/2011/08/17/improve-dns-lookup-time-under-ubuntu-11-04/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 07:52:57 +0000</pubDate>
		<dc:creator>Oleg Puzanov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://puzanov.info/?p=250</guid>
		<description><![CDATA[A lot of people complain about weird problems with DNS resolving speed under Ubuntu while surfing the Internet - it could takes a long time to access a new site, but when it is finally loaded, further browsing on that site is good. It doesn&#8217;t depends on the browser &#8211; Firefox, Google Chrome, Opera &#8211; load [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">A</span> lot of people complain about weird problems with DNS resolving speed under Ubuntu while surfing the Internet - it could takes a long time to access a new site, but when it is finally loaded, further browsing on that site is good. It doesn&#8217;t depends on the browser &#8211; Firefox, Google Chrome, Opera &#8211; load pages quite slowly for the first time. Besides, your network seems to be ok &#8211; ping time is acceptable, download speed is good.</p>
<p>Familiar situation?</p>
<p><span id="more-250"></span>There are a lot of solutions proposed on different blogs and forums &#8211; most popular among them are disabling ipv6 both in Ubuntu and FF, using alternative DNS resolution service (like <a title="Google Public DNS" href="http://code.google.com/speed/public-dns/">Google Publis DNS</a>), playing with MTU parameter of your connection, etc. But unfortunately, nothing works for me.</p>
<p>Finally, I found a solution for this problem. It was in nsswitch.conf - system databases and name service switch configuration file.</p>
<p>Try the following:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cat /etc/nsswitch.conf | grep hosts</div></div>
<p>Output will be like this:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">hosts: files wins mdns4_minimal [NOTFOUND=return] dns mdns4</div></div>
<p>It means, that first Ubuntu will check files records (like /etc/hosts), then wins, then mdns4_minimal and finally dns. These records were added by Samba, so everything what we should do is change their order to:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">hosts: files dns mdns4_minimal [NOTFOUND=return] wins mdns4</div></div>
<p>Reboot to apply changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://olegpuzanov.com/2011/08/17/improve-dns-lookup-time-under-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webmin &#8211; web console for Unix system administration</title>
		<link>http://olegpuzanov.com/2010/03/11/webmin/</link>
		<comments>http://olegpuzanov.com/2010/03/11/webmin/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 11:55:49 +0000</pubDate>
		<dc:creator>Oleg Puzanov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://puzanov.info/?p=7</guid>
		<description><![CDATA[Yesterday, I tried to find some tool to simplify my home Ubuntu server management. After small research I chooses Webmin &#8211; free, simple and powerful tool that fit my needs. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">Y</span>esterday, I tried to find some tool to simplify my home Ubuntu server  management. After small research I chooses <a href="http://www.webmin.com/">Webmin</a> &#8211; free, simple and powerful  tool that fit my needs. Using any modern web browser, you can setup user  accounts, Apache, DNS, file sharing and much more. Webmin removes the  need to manually edit Unix configuration files like /etc/passwd, and  lets you manage a system from the console or remotely.</p>
<p>It works under many popular platform &#8211; Red Hat, Debian/Ubuntu, Free BSD  and even Solaris. Also, it has a lot of third-party modules and themes,  so it can be easy customizable and expandable.</p>
<p>Installation for Ubuntu as simple as is: </p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo apt-get install webmin</div></div>
<p><a href="http://www.webmin.com/demo.html">Webmin demo and screenshots</a>.<br />
<a href="http://www.webmin.com/docs.html">Webmin documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://olegpuzanov.com/2010/03/11/webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

