<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">

<channel about="http://www.lqiang.com">
<title>LQiang's Blog</title> 
<link>http://www.lqiang.com</link>
<description>Welcome to LQiang's Blog</description>
<language>zh-cn</language>
<copyright>O-blog</copyright><item>
<title>最新公开的SEO优化公式，站长应该了解的</title>
<link>http://www.lqiang.com/index.php?id=218</link>
<pubDate>Thu, 11 Feb 2010 03:22:01 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=218</guid>
<description><![CDATA[ SEO=∫Clock=∫C1+L2+K3+O4<br />　　1、∫是一个积分符号，C=content，L=link，K=keywords，O=others。SEO就是一个长期的对“时间”积分过程，内容是核心；<br />　　2、C1—丰富的内容是第一位的要素，按照原创、伪原创、转...]]></description>
</item><item>
<title>交换友情链接和做外链的问题</title>
<link>http://www.lqiang.com/index.php?id=217</link>
<pubDate>Wed, 10 Feb 2010 13:18:19 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=217</guid>
<description><![CDATA[ 以前我还不知道链接作弊的站会受连带惩罚，但还不止这些，搜索引擎毕竟是程序，处理机制我们还是要简单的了解，见下文：<br /><br />一、交换友情链接的目的<br />1、提升PR。这是交换友情链接最根本的目的。如果知道什么是PR值的...]]></description>
</item><item>
<title>友情链接欺骗,黑链的技术</title>
<link>http://www.lqiang.com/index.php?id=216</link>
<pubDate>Wed, 10 Feb 2010 13:17:07 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=216</guid>
<description><![CDATA[ 本文只是揭露一下，并不是鼓励大家这样做，顺便鄙视这样做的人：<br />原理就是在动态网页中加入代码来判断浏览对象，主要分[机器人]和[真实用户]浏览。<br />ASP可以用以下代码来获取当前浏览用户的信息：<br />user-agent=requ...]]></description>
</item><item>
<title>在Linux主机Apache上开启伪静态</title>
<link>http://www.lqiang.com/index.php?id=215</link>
<pubDate>Tue, 09 Feb 2010 03:12:44 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=215</guid>
<description><![CDATA[ 编辑 /etc/httpd/conf/ 目录下 httpd.conf<br />找找看是否有下面这一句，如果没有添上。<br />LoadModule rewrite_module modules/mod_rewrite.so<br />重启apache 然后就可以用了，将.htaccess文件传到网站根目录下<br /><br />]]></description>
</item><item>
<title>centos系统忘记root密码怎么办</title>
<link>http://www.lqiang.com/index.php?id=214</link>
<pubDate>Tue, 09 Feb 2010 02:41:19 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=214</guid>
<description><![CDATA[ 开机３秒时开始按上下键，会看到有个启动菜单，按e键可以编辑他，然后选择长的那个，一般为第二项，文字有root=/dev/VolGroup…，然后再按e键编辑他，在末尾加上 空格single 然后回车，自动回到上个界面，这里按b键以...]]></description>
</item><item>
<title>CentOS更改root密码,配置网络基本操作</title>
<link>http://www.lqiang.com/index.php?id=213</link>
<pubDate>Tue, 09 Feb 2010 02:39:59 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=213</guid>
<description><![CDATA[ 先用root账号登录，直接运行passwd　就会提示输入新密码两次即可。<br />cat -n /etc/sysconfig/network-scripts/ifcfg-eth0　可以看到网卡信息用VI可编辑<br />处理了重启下网卡  service network restart<br /><br />]]></description>
</item><item>
<title>linux根目录下各文件夹的作用</title>
<link>http://www.lqiang.com/index.php?id=212</link>
<pubDate>Tue, 09 Feb 2010 02:39:15 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=212</guid>
<description><![CDATA[ bin 二进制可执行命令<br />/dev 设备特殊文件<br />/etc 系统管理和配置文件<br />/etc/rc.d 启动的配置文件和脚本<br />/home 用户主目录的基点，比如用户user的主目录就是/home/user，可以用~user表示，此目录为常用操作目录，用户...]]></description>
</item><item>
<title>Linux下如何挂载U盘</title>
<link>http://www.lqiang.com/index.php?id=211</link>
<pubDate>Tue, 09 Feb 2010 02:38:12 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=211</guid>
<description><![CDATA[ Linux不像Windows一样，接上新硬件后可以自动识别，在Linux下无法自动识别新硬件的，需要手动去识别。USB移动存储设备通常被识别为sda1，具体可以通过fdisk -l命令查询。 <br /><br />在使用U盘前，我们先要为外挂点新建一个...]]></description>
</item><item>
<title>linux下图片防盗链的方法</title>
<link>http://www.lqiang.com/index.php?id=210</link>
<pubDate>Tue, 09 Feb 2010 02:36:51 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=210</guid>
<description><![CDATA[ 如果你的网站以图片为主，哪天发现月底没到流量就快用光了，那就可以利用图片转向，在不修改网页的前提下，把图片下载请求转向到其它空间(比如试用主机)，临时过渡。下面开始讲解，比如你的图片都在img目录下，那就在...]]></description>
</item><item>
<title>linux下取回mysql root密码</title>
<link>http://www.lqiang.com/index.php?id=209</link>
<pubDate>Tue, 09 Feb 2010 02:35:51 +0800</pubDate>
<guid>http://www.lqiang.com/index.php?id=209</guid>
<description><![CDATA[ 首先用 service mysqld stop   和 killall -TERM mysqld  将mysql 停了，进程杀干净<br />mysql&gt; safe_mysqld –skip-grant-tables; 可以跳过登录，这时重开一个窗口<br />&gt;use mysql;<br />&gt;update user set password=...]]></description>
</item></channel>
</rss>