﻿<?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>ubuntu,debian,mint,redhat -linuxany.com</title>
	<atom:link href="http://www.linuxany.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 02:31:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>vSphere/ESX 常见错误解决方案</title>
		<link>http://www.linuxany.com/archives/2077.html</link>
		<comments>http://www.linuxany.com/archives/2077.html#comments</comments>
		<pubDate>Sun, 29 Apr 2012 09:04:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware/vSphere]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[esx]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2077</guid>
		<description><![CDATA[一、分析服务器“X.X.X.X”的“clients.xml”文件时出错 现象如下： 1. 先弹出无法连接的错误框：“分析服务器”clients.xml”文件时出错。登录将继续，请联系系统管理员”。 2. 点击确定继续弹出错误框：“VirtualInfrastructure.Utils.HttpWebRequestProxy的类型初始值设定项引发异常。” 3. 再次点击“确定”后返回登录窗口：显示“连接失败”。 原因分析： vSphere Client does not open on any Windows operating systems with the error: parsing the server “” “clients.xml” file 注：2010.6.9 微软更新了.net framework。可能是load .net framework的工作机制改变了 解决办法： 1、升级VMware vSphere Client版本至VMware-viclient-all-4.1.0-345043[下载]；推荐此方法，以免后面有其他故障。 2、删除.net framework2.0版本及相关补丁后从新安装，不进行升级。此方法不推荐，可能包含其他隐含故障。 3、如果用新版登录后，提示从服务器下载版本进行更新，则选择“运行软件”，再次覆盖安装即可。 二、Virtualized Intel VT-x/EPT is disabled for this ESX VM. You will only be able to [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2077.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Nagios常见错误解决方案</title>
		<link>http://www.linuxany.com/archives/2071.html</link>
		<comments>http://www.linuxany.com/archives/2071.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 17:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian/Ubuntu]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2071</guid>
		<description><![CDATA[先给英文了哈，需要翻译的请留言，哈哈。 1.Sorry, but Nagios is currently not checking for external commands You probably saw following message “Sorry, but Nagios is currently not checking for external commands, so your command will not be committed” when you tried to reschedule a service check in nagios web interface. The reason behind this is that nagios by default does [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2071.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu 硬盘状态监控解决方案(smartctl)</title>
		<link>http://www.linuxany.com/archives/2068.html</link>
		<comments>http://www.linuxany.com/archives/2068.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 08:14:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian/Ubuntu]]></category>
		<category><![CDATA[smartctl]]></category>
		<category><![CDATA[smartmontools]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2068</guid>
		<description><![CDATA[　　smartmontools介绍 　　smartmontools是一款开源的磁盘控制，监视工具，可以运行在Linux，Unix，BSD，Solaris，Mac OS，OS/2，Cygwin和Windows上，同时它还可以从启动光盘或启动软盘运行，支持ATA/ATAPI/SATA-3(到-8)位的硬盘和 SCSI硬盘，另外还支持磁带设备，它的老家在smartmontools.sourceforge.net，实际上它是一个软件包，包括了两个实用程序：smartctl和smatd。它监控的硬盘必须具有S.M.A.R.T特性，目前所有硬盘都有这个特性，但默认情况下通常没有开启这个功能，有两种方法来开启这个特性：1)通过BIOS设置选项2)通过smartctl命令。利用它可以测试硬盘的健康状况，并在发生故障前进行预警。 　　准备工作 　　在开始测试或监控之前，先检查一下目标硬盘是否支持S.M.A.R.T，以root登陆(Windows以系统管理员身份登陆)，运行下面的命令： #smartctl -i -d ata /dev/sda 　　这里的参数-i指出显示设备信息，-d指出设备类型，这里指定的设备类型为ata，当然，如果是SCSI硬盘，就指定scsi了，最后的/dev/sda就是设备（df命令查询设备）了 smartctl version 5.37 'i686-pc-linux-gnu' Copyright (C) 2002-6Bruce AllenHome page is http://smartmontools.sourceforge.net/=== START OF INFORMATION SECTION ===Model Family: Western Digital Caviar SE (Serial ATA) familyDevice Model: WDC WD800JD-00MSA1Serial Number: WD-WMAM9S474555Firmware Version: 10.01E01User Capacity: 80,026,361,856 bytesDevice is: In smartctl database 'for details use: -P show'ATA [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2068.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac 技巧：光标定位快捷键</title>
		<link>http://www.linuxany.com/archives/2066.html</link>
		<comments>http://www.linuxany.com/archives/2066.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 16:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOSX/BSD]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2066</guid>
		<description><![CDATA[fn+左、右=页首、页尾 fn+上、下=上一页、下一页 control+上、下=上一页、下一页 control+左、右=光标定位在该行开头、结尾 option+左、右=光标向左、右移动一个词 option+上、下=光标定位在该段开头、结尾 command+上、下=到达该页页首、页尾 option+delete=删除前面的一个词 command+delete=删除该行处于光标前的所有字符 fn+delete=del（删除光标前的一个字符） 您还可能感兴趣的内容Debian Nagios常见错误解决方案Useful commands for the Linux command line猜命令行选项(Undocuments Linux)]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2066.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac 技巧：关闭更改文件扩展名时的警告</title>
		<link>http://www.linuxany.com/archives/2012.html</link>
		<comments>http://www.linuxany.com/archives/2012.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 14:34:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOSX/BSD]]></category>
		<category><![CDATA[finder]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2012</guid>
		<description><![CDATA[在“终端”中输入： defaults write com.apple.finder FXEnableExtensionChangeWarning -bool falsekillall Finder 您还可能感兴趣的内容Apache 在代理后显示正确的用户IPupgrade 和 dist-upgrade 区别python写的RSS阅读器程序员为什么一直都很努力，却没有进步？debian版本相关信息]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac 技巧：关闭苹果远程桌面</title>
		<link>http://www.linuxany.com/archives/2007.html</link>
		<comments>http://www.linuxany.com/archives/2007.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 14:16:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOSX/BSD]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2007</guid>
		<description><![CDATA[路径：系统偏好设置->安全和隐私->”一般” 您还可能感兴趣的内容ant应用举例—远程部署web应用]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu Nagios平台部署&#8211;安装</title>
		<link>http://www.linuxany.com/archives/2004.html</link>
		<comments>http://www.linuxany.com/archives/2004.html#comments</comments>
		<pubDate>Sun, 08 Apr 2012 06:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian/Ubuntu]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[fcgiwrap]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=2004</guid>
		<description><![CDATA[1.安装Nginx并设置为开机启动 sudo aptitude install nginxsudo update-rc.d nginx defaults 2.安装nagios3并设置为开机启动 sudo aptitude install nagios3sudo update-rc.d nagios3 defaults 目录列表： /usr/share/nagios3/htdocs /usr/share/nagios3/stylesheets 3.生成访问密码 perl -le 'print crypt(&#34;linuxany.com&#34;, &#34;salt&#34;)'添加到：/etc/nagios3/htpasswd.usersnagiosadmin:saFEMaFBaCE4c 4.添加Nginx配置&#8211;基础配置 sudo vim /etc/nginx/nginx.conf user www-data;worker_processes&#160; 4;&#160;error_log&#160; /var/log/nginx/error.log;pid&#160; &#160; &#160; &#160; /var/run/nginx.pid;&#160;events {&#160;&#160; &#160;worker_connections&#160; 1024;}&#160;http {&#160;&#160; &#160;include&#160; &#160; &#160; &#160;/etc/nginx/mime.types;&#160;&#160; &#160;default_type&#160; application/octet-stream;&#160;&#160;&#160; &#160;access_log&#160; /var/log/nginx/access.log;&#160;&#160;&#160; &#160;sendfile&#160; &#160; &#160; &#160; on;&#160;&#160; &#160;tcp_nopush&#160; [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/2004.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

