<?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>评论：Debian学习笔记</title>
	<atom:link href="http://looki.cn/362.html/feed" rel="self" type="application/rss+xml" />
	<link>http://looki.cn/362.html</link>
	<description>Good Good Study,Day Day Up...</description>
	<lastBuildDate>Fri, 04 Nov 2011 04:00:00 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Looki</title>
		<link>http://looki.cn/362.html/comment-page-1#comment-1329</link>
		<dc:creator>Looki</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://looki.cn/362.html#comment-1329</guid>
		<description>Debian 下解决 mysql 无法远程连接的问题

Debian缺省禁止远程连接mysql。 
解决办法：
vi /etc/mysql/my.cnf
注释掉 bind-address = 127.0.0.1 

Debian 下解决 ssh, mysql 等连接很慢的问题

解决办法：
vi /etc/nsswitch.conf 
将下面这行：
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4 
改为：
hosts:  files dns 
重启机器，或重启服务：
sudo /etc/init.d/mysql restart
sudo /etc/init.d/ssh restart

Debian 下解决 apt-get update 出现 &quot;There is no public key...&quot; 错误的问题

出错信息：
There is no public key available for the following key IDs: 4D270D06F42584E6
You may want to run apt-get update to correct these problems. 
解决办法：
apt-get install debian-keyring debian-archive-keyring
apt-key update</description>
		<content:encoded><![CDATA[<p>Debian 下解决 mysql 无法远程连接的问题</p>
<p>Debian缺省禁止远程连接mysql。<br />
解决办法：<br />
vi /etc/mysql/my.cnf<br />
注释掉 bind-address = 127.0.0.1 </p>
<p>Debian 下解决 ssh, mysql 等连接很慢的问题</p>
<p>解决办法：<br />
vi /etc/nsswitch.conf<br />
将下面这行：<br />
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4<br />
改为：<br />
hosts:  files dns<br />
重启机器，或重启服务：<br />
sudo /etc/init.d/mysql restart<br />
sudo /etc/init.d/ssh restart</p>
<p>Debian 下解决 apt-get update 出现 &#8220;There is no public key&#8230;&#8221; 错误的问题</p>
<p>出错信息：<br />
There is no public key available for the following key IDs: 4D270D06F42584E6<br />
You may want to run apt-get update to correct these problems.<br />
解决办法：<br />
apt-get install debian-keyring debian-archive-keyring<br />
apt-key update</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Looki</title>
		<link>http://looki.cn/362.html/comment-page-1#comment-1812</link>
		<dc:creator>Looki</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://looki.cn/362.html#comment-1812</guid>
		<description>Debian 下解决 mysql 无法远程连接的问题

Debian缺省禁止远程连接mysql。 
解决办法：
vi /etc/mysql/my.cnf
注释掉 bind-address = 127.0.0.1 

Debian 下解决 ssh, mysql 等连接很慢的问题

解决办法：
vi /etc/nsswitch.conf 
将下面这行：
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4 
改为：
hosts:  files dns 
重启机器，或重启服务：
sudo /etc/init.d/mysql restart
sudo /etc/init.d/ssh restart

Debian 下解决 apt-get update 出现 &quot;There is no public key...&quot; 错误的问题

出错信息：
There is no public key available for the following key IDs: 4D270D06F42584E6
You may want to run apt-get update to correct these problems. 
解决办法：
apt-get install debian-keyring debian-archive-keyring
apt-key update</description>
		<content:encoded><![CDATA[<p>Debian 下解决 mysql 无法远程连接的问题</p>
<p>Debian缺省禁止远程连接mysql。<br />
解决办法：<br />
vi /etc/mysql/my.cnf<br />
注释掉 bind-address = 127.0.0.1 </p>
<p>Debian 下解决 ssh, mysql 等连接很慢的问题</p>
<p>解决办法：<br />
vi /etc/nsswitch.conf<br />
将下面这行：<br />
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4<br />
改为：<br />
hosts:  files dns<br />
重启机器，或重启服务：<br />
sudo /etc/init.d/mysql restart<br />
sudo /etc/init.d/ssh restart</p>
<p>Debian 下解决 apt-get update 出现 &#8220;There is no public key&#8230;&#8221; 错误的问题</p>
<p>出错信息：<br />
There is no public key available for the following key IDs: 4D270D06F42584E6<br />
You may want to run apt-get update to correct these problems.<br />
解决办法：<br />
apt-get install debian-keyring debian-archive-keyring<br />
apt-key update</p>
]]></content:encoded>
	</item>
</channel>
</rss>

