<?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>多重和音 &#187; linux</title>
	<atom:link href="http://www.91here.net/w/index.php/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.91here.net/w</link>
	<description>~波~世界</description>
	<lastBuildDate>Sun, 05 Sep 2010 01:34:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Boot a liveCD iso from the hard drive (摘录)</title>
		<link>http://www.91here.net/w/index.php/archives/241</link>
		<comments>http://www.91here.net/w/index.php/archives/241#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:05:42 +0000</pubDate>
		<dc:creator>Wu. 和音</dc:creator>
				<category><![CDATA[技术路径]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Some three or four years ago I read an atricle suggesting a possible way to boot a liveCD iso from the hard drive. I haven&#8217;t tried it yet; it&#8217;s in my *to do one of these days* folder. 1) create a cd sized partition (700...]]></description>
		<wfw:commentRss>http://www.91here.net/w/index.php/archives/241/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install avast4workstation on my linux server</title>
		<link>http://www.91here.net/w/index.php/archives/233</link>
		<comments>http://www.91here.net/w/index.php/archives/233#comments</comments>
		<pubDate>Tue, 06 May 2008 14:05:07 +0000</pubDate>
		<dc:creator>Wu. 和音</dc:creator>
				<category><![CDATA[技术路径]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[1. download avast4workstation 2. tar zxvf avast4workstation 3. run&#8230; 安装确实非常简单，且没有任何出错和提示，仅仅在第一次运行时，根据当前用户需要输入授权号(仅申请即可)。 但我安装的原因是得杀某个病毒(卡巴斯基报毒)，实际上就是一个恶意的script。但实际情况看，avast4workstation并未能监测到这个毒，故未能杀出。 而我的解决方法如我的blog下面的关于find and xargs perl 方式直接将那段代码替换删除罢了。个人认为此举仅治标不治本，所以linux下权限问题和代码检查以及日志分析监测方面工作今后得认真注意。]]></description>
		<wfw:commentRss>http://www.91here.net/w/index.php/archives/233/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install mysql on redhat (转)</title>
		<link>http://www.91here.net/w/index.php/archives/232</link>
		<comments>http://www.91here.net/w/index.php/archives/232#comments</comments>
		<pubDate>Tue, 06 May 2008 13:58:48 +0000</pubDate>
		<dc:creator>Wu. 和音</dc:creator>
				<category><![CDATA[技术路径]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Install and Configure MySQL on Linux 用 MySQL 有年头了，写篇简单的文档来记录下自己的常用安装和配置过程。本文旨在介绍如何在 Linux 系统上安装 MySQL 数据库服务器，以及基本配置。本文仅仅提供一份快速指南，请访问 MySQL 官方网站获取详细安装、配置指南。 OS: Red Hat Enterprise Linux AS 3.0 MySQL: 5.0.22 源码 tarball 放置在 /home/huangys , 安装目的地是/opt/mysql 1. 准备 创建一个用户来运行 MySQL 守护进程。 # groupadd mysqlg # useradd –g mysqlg –M –s /sbin/nologin...]]></description>
		<wfw:commentRss>http://www.91here.net/w/index.php/archives/232/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux text replace with many files</title>
		<link>http://www.91here.net/w/index.php/archives/231</link>
		<comments>http://www.91here.net/w/index.php/archives/231#comments</comments>
		<pubDate>Tue, 06 May 2008 01:11:16 +0000</pubDate>
		<dc:creator>Wu. 和音</dc:creator>
				<category><![CDATA[技术路径]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[当前目录下，所有index.html中包含木马的文字替换 find . -name index.html &#124;xargs perl -pi -e &#8216;s/&#60;iframe src=http:\/\/msn.vnm3.cn\/wmpu\/msn.htm width=1 height=1&#62;&#60;\/iframe&#62;//i&#8217; http://www.oreilly.com/pub/h/73]]></description>
		<wfw:commentRss>http://www.91here.net/w/index.php/archives/231/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webanizer 还是很方便的</title>
		<link>http://www.91here.net/w/index.php/archives/225</link>
		<comments>http://www.91here.net/w/index.php/archives/225#comments</comments>
		<pubDate>Fri, 28 Mar 2008 02:39:25 +0000</pubDate>
		<dc:creator>Wu. 和音</dc:creator>
				<category><![CDATA[技术路径]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[日志分析～如题~]]></description>
		<wfw:commentRss>http://www.91here.net/w/index.php/archives/225/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>定时更新服务器日志脚本(原创)</title>
		<link>http://www.91here.net/w/index.php/archives/222</link>
		<comments>http://www.91here.net/w/index.php/archives/222#comments</comments>
		<pubDate>Fri, 28 Mar 2008 01:45:39 +0000</pubDate>
		<dc:creator>Wu. 和音</dc:creator>
				<category><![CDATA[技术路径]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[DATE=`date +%Y-%m-%d_%Hh%Mm` DATEACCESS=$DATE'_access.log' DATEERROR=$DATE'_error.log' echo stoping lighttpd... echo mv lighttpd access error ... to ... &#91;$DATEACCESS&#93; &#91;$DATEERROR&#93; mv /others/lighthttpd/logs/access.log /others/lighthttpd/logs/$DATEACCESS mv /others/lighthttpd/logs/error.log /others/lighthttpd/logs/$DATEERROR killall lighttpd echo starting lighttpd... /others/lighthttpd/sbin/lighttpd -f /others/lighthttpd/conf/lighttpd.conf 再修改crontab文件]]></description>
		<wfw:commentRss>http://www.91here.net/w/index.php/archives/222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
