<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[老岩的布拉格]]></title> 
<link>http://www.wduw.com/index.php</link> 
<description><![CDATA[不想有很多钱，只想做独一无二的快乐的自己！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[老岩的布拉格]]></copyright>
<item>
<link>http://www.wduw.com/read.php?196</link>
<title><![CDATA[Gentoo 下配置WSGI的虚拟主机]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Mon, 19 Apr 2010 09:36:07 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?196</guid> 
<description>
<![CDATA[ 
	一直受mod_python缓存的困扰，所以想尝试使用一下mod_wsgi，以下记录的是大概的步骤：<br /><br />首先ln -s /var/www/virtualhost/项目名 /usr/lib/python2.6/site-packages/项目名<br /><br />&lt;VirtualHost *:80&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ServerName pinzui.com<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSGIScriptAlias / /var/www/virtualhost/项目名/wsgi/项目名.wsgi<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Directory /var/www/virtualhost/项目名&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Order allow,deny<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allow from all<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Directory&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alias /static &quot;/var/www/virtualhost/项目名/static&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Directory &quot;/var/www/virtualhost/项目命/static&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Order allow,deny<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allow from all<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Directory&gt;<br />&lt;/VirtualHost&gt;<br /><br />在项目下面创建 wsgi/项目名.wsgi<br /><span style="color: #009966">import os, sys<br />os.environ['DJANGO_SETTINGS_MODULE'] = 'yanchuang.settings'<br /><br />import django.core.handlers.wsgi<br />application = django.core.handlers.wsgi.WSGIHandler()</span><br />就ok了<br /><br />另外发现 <br />ll /usr/lib/python2.6/site-packages/<br />项目名 -&gt; /var/www/virtualhost/项目名<br />做link可以把这个项目当成python的lib使用<br /><br /><br/>Tags - <a href="http://www.wduw.com/tag.php?tag=gentoo" rel="tag">gentoo</a> , <a href="http://www.wduw.com/tag.php?tag=wsgi" rel="tag">wsgi</a> , <a href="http://www.wduw.com/tag.php?tag=django" rel="tag">django</a>
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?193</link>
<title><![CDATA[公司总部拍摄的视频]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Thu, 21 Jan 2010 05:48:29 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?193</guid> 
<description>
<![CDATA[ 
	<br/>此处包含一个多媒体文件，请用网页方式查看。<br/><br /><br /><a href="http://adsoftheworld.net/videos/GAP-desktop.mov" target="_blank">http://adsoftheworld.net/v...</a><br />个人觉得非常有想法，在上海开一个这样子的店也不错<br />
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?191</link>
<title><![CDATA[Smarty和gettxt一起做多语言网站的一些记录]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Tue, 22 Dec 2009 09:02:48 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?191</guid> 
<description>
<![CDATA[ 
	首先我参考了这篇文章<br /><br /><a href="http://tech.ddvip.com/2009-03/1236245280110445.html" target="_blank">http://tech.ddvip.com/2009...</a><br /><br />下载了<a href="http://smarty-gettext.sourceforge.net/" target="_blank">http://smarty-gettext.sour...</a><br />文章里的这句话 写的不对:<br /><span style="background-color: #00cccc">php　-q　./tsmarty2c.php　　*.html　　$package.c</span> <br />应该改为<br /><span style="background-color: #669999">php　-q　./tsmarty2c.php　　*.html　　&gt;$package.c</span><br />
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?190</link>
<title><![CDATA[定期备份服务器的解决方案]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Fri, 27 Nov 2009 07:26:32 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?190</guid> 
<description>
<![CDATA[ 
	首先先估算Mysql和网站各自需要的备份空间,然后定出来多少时间删除旧的备份文件。<br /><br /><p style="text-indent: 2em"><strong>1、创建保存备份文件的路径/mysqldata</strong></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">#mkdir /mysqldata</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em"><strong>2、创建/usr/sbin/bakmysql文件</strong></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">#vi /usr/sbin/bakmysql</p> <p style="text-indent: 2em"> </p>&nbsp;&nbsp;<p style="text-indent: 2em"> </p> <p style="text-indent: 2em; background-color: #00cc99">#注意：`符号是TAB键上面的符号，不是ENTER左边的</p><p style="text-indent: 2em; background-color: #00cc99">#还有date后要有一个空格。</p> <p style="text-indent: 2em; background-color: #00cc99"> </p> <p style="text-indent: 2em; background-color: #00cc99">rq=`date +%Y%m%d`<br /></p> <p style="text-indent: 2em; background-color: #00cc99"> </p> <p style="text-indent: 2em; background-color: #00cc99">tar zcvf /mysqldata/mysql$rq.tar.gz /var/lib/mysql</p><p style="text-indent: 2em; background-color: #00cc99">＃删除60天以前的备份文件<br /></p><p style="text-indent: 2em; background-color: #00cc99">find /mysqldata -atime +60 -name '*.tar.gz'-exec rm -f &#123;&#125; ';'<br /></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">或者写成</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em; background-color: #33ff66">rq=` date +%Y%m%d `</p> <p style="text-indent: 2em; background-color: #33ff66"> </p> <p style="text-indent: 2em; background-color: #33ff66">mysqldump --all-databases -u root -p密码 &gt; /mysqldata/mysql$rq.sql</p><p style="text-indent: 2em; background-color: #33ff66">rm -f `find -ctime 60` /mysqldata<br /></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">/var/lib/mysql是你数据库文件的目录，部分用户是/usr/local/mysql/data，每个人可能不同</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">/mysqldata/表示保存备份文件的目录，这个每个人也可以根据自己的要求来做。</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em"><strong>3、修改文件属性，使其可执行</strong></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em"># chmod +x /usr/sbin/bakmysql</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em"><strong>4、修改/etc/crontab</strong></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">#vi /etc/crontab</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">在下面添加</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">01 3 * * * root /usr/sbin/bakmysql</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">表示每天3点钟执行备份</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">02 * * * * root /usr/sbin/bakmysql</p><p style="text-indent: 2em">表示每周1，5:02执行备份</p>&nbsp;&nbsp;<p style="text-indent: 2em"> </p>&nbsp;&nbsp;<p style="text-indent: 2em">02 5 * * 1 root /usr/sbin/bakmysql</p><p style="text-indent: 2em">每小时第二分钟备份一次</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em"><strong>5、重新启动crond</strong></p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em"># /etc/rc.d/init.d/crond restart</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">完成。</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">这样每天你在/mysqldata可以看到这样的文件</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">mysql20070929.tar.gz</p> <p style="text-indent: 2em"> </p> <p style="text-indent: 2em">直接下载即可。</p><br />参考文章1：<br /><a href="http://hi.baidu.com/hfr6666/blog/item/f20b71039f15da8fd53f7c29.html" target="_blank">http://hi.baidu.com/hfr666...</a><br />参考文章2：<br /><a href="http://www.linuxforum.net/forum/showflat.php?Board=newbie&amp;Number=222620" target="_blank">http://www.linuxforum.net/...</a><br />参考文章3：<br /><a href="http://www.chinaunix.net/jh/4/277682.html" target="_blank">http://www.chinaunix.net/j...</a><br /><br />补充：一个朋友给我的建议<br />creating backups with rsync is more reliable, faster and<br />stores the backup at a separate disk on a different place.<br />I have daily, weekly and monthly backups with rsync to two fysical<br />different locations with command like:<br />rsync -r&nbsp;&nbsp;rsync://*****.com/sqldata /backup/sqldata<br /><br />可以参考：<a href="http://hi.baidu.com/52hack/blog/item/b7e9acc2a9d302130ff47737.html" target="_blank">http://hi.baidu.com/52hack...</a><br />
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?189</link>
<title><![CDATA[Linux 挂载新硬盘的方法]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Fri, 27 Nov 2009 04:02:43 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?189</guid> 
<description>
<![CDATA[ 
	连接好新硬盘后输入fdisk -l命令看当前磁盘信息<br /> <span style="background-color: #336699">Disk /dev/sda: 146.8 GB, 146815733760 bytes</span><br /> <span style="background-color: #336699">255 heads, 63 sectors/track, 17849 cylinders</span><br /> <span style="background-color: #336699">Units = cylinders of 16065 * 512 = 8225280 bytes</span><br /> <span style="background-color: #336699">Disk identifier: 0xcf3ecf3e</span><br /> <br /> <span style="background-color: #336699">&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks&nbsp;&nbsp; Id&nbsp;&nbsp;System</span><br /> <span style="background-color: #336699">/dev/sda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;104391&nbsp;&nbsp; 83&nbsp;&nbsp;Linux</span><br /> <span style="background-color: #336699">/dev/sda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 274&nbsp;&nbsp;&nbsp;&nbsp; 2096482+&nbsp;&nbsp;82&nbsp;&nbsp;Linux swap / Solaris</span><br /> <span style="background-color: #336699">/dev/sda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 275&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17849&nbsp;&nbsp; 141171187+&nbsp;&nbsp;83&nbsp;&nbsp;Linux</span><br /> <br /> <span style="background-color: #336699">Disk /dev/sdb: 146.8 GB, 146815733760 bytes</span><br /> <span style="background-color: #336699">255 heads, 63 sectors/track, 17849 cylinders</span><br /> <span style="background-color: #336699">Units = cylinders of 16065 * 512 = 8225280 bytes</span><br /> <span style="background-color: #336699">Disk identifier: 0x0009c046</span><br /> <br /> 可以看到除了当前的第一块硬盘sda之外还有一块sdb的第二块硬盘，然后用fdisk /dev/sdb 进行分区<br /> 输入m 可以得到帮助信息。<br /> <span style="color: #3399cc">Command action<br />&nbsp;&nbsp;&nbsp;&nbsp;a&nbsp;&nbsp; toggle a bootable flag<br />&nbsp;&nbsp;&nbsp;&nbsp;b&nbsp;&nbsp; edit bsd disklabel<br />&nbsp;&nbsp;&nbsp;&nbsp;c&nbsp;&nbsp; toggle the dos compatibility flag<br />&nbsp;&nbsp;&nbsp;&nbsp;d&nbsp;&nbsp; delete a partition<br />&nbsp;&nbsp;&nbsp;&nbsp;l&nbsp;&nbsp; list known partition types<br />&nbsp;&nbsp;&nbsp;&nbsp;m&nbsp;&nbsp; print this menu<br />&nbsp;&nbsp;&nbsp;&nbsp;n&nbsp;&nbsp; add a new partition<br />&nbsp;&nbsp;&nbsp;&nbsp;o&nbsp;&nbsp; create a new empty DOS partition table<br />&nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;&nbsp; print the partition table<br />&nbsp;&nbsp;&nbsp;&nbsp;q&nbsp;&nbsp; quit without saving changes<br />&nbsp;&nbsp;&nbsp;&nbsp;s&nbsp;&nbsp; create a new empty Sun disklabel<br />&nbsp;&nbsp;&nbsp;&nbsp;t&nbsp;&nbsp; change a partition's system id<br />&nbsp;&nbsp;&nbsp;&nbsp;u&nbsp;&nbsp; change display/entry units<br />&nbsp;&nbsp;&nbsp;&nbsp;v&nbsp;&nbsp; verify the partition table<br />&nbsp;&nbsp;&nbsp;&nbsp;w&nbsp;&nbsp; write table to disk and exit<br />&nbsp;&nbsp;&nbsp;&nbsp;x&nbsp;&nbsp; extra functionality (experts only)</span><br /> <br /> 这里我输入了n 添加一个新的分区 <br /> <span style="color: #339966">Command action<br />&nbsp;&nbsp;&nbsp;&nbsp;e&nbsp;&nbsp; extended<br />&nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;&nbsp; primary partition (1-4)</span><br /> <br /> 输入了1<br /> <span style="background-color: #ff6666">Partition number (1-4): 1</span><br /> 到这里输入该主分区为第几个主分区，由于是新盘我们输入1来分第一个主分区<br /> <span style="color: #ff6699">First cylinder (1-17849, default 1): </span><br /> First Cylinder是选择该分区的起始磁盘数，这里可自定义也可不做选择，默认是1，如无特殊需求强烈建议选择默认，也就是1来分区（直接按回车）<br /> <span style="background-color: #0033ff">Last cylinder or +size or +sizeM or +sizeK (1-17849, default 17849):</span><br /> 接下来是定义该分区的大小，如果按默认（按回车）即是使用全部可用存储额，也可以是用M或m单位结尾的数字(大写M是大B的意思，如果输入1M实际上是X8也就是8m的空间)，这里我们先分一个1G的空间，所以输入+1024m<br /> 或者输入空<br /> 提示<br /> <span style="background-color: #66ff99">Using default value 17849</span><br /> 之后输入w写入分区，等待结束皆可<br /> <br /> <hr />之后会自动返回到Shell<br /> 再输入fdisk -l 可以看到我们刚才分的一个分区，之后用mkfs -t ext3 -c /dev/sdb1进行格式化，如有多个分区可把sdb1改成sdb2 sdb3...以此类推，具体可用fdisk -l看到每个分区的名字<br /> <span style="background-color: #33ff99">&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks&nbsp;&nbsp; Id&nbsp;&nbsp;System</span><br /> <span style="background-color: #33ff99">/dev/sda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;104391&nbsp;&nbsp; 83&nbsp;&nbsp;Linux</span><br /> <span style="background-color: #33ff99">/dev/sda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 274&nbsp;&nbsp;&nbsp;&nbsp; 2096482+&nbsp;&nbsp;82&nbsp;&nbsp;Linux swap / Solaris</span><br /> <span style="background-color: #33ff99">/dev/sda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 275&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17849&nbsp;&nbsp; 141171187+&nbsp;&nbsp;83&nbsp;&nbsp;Linux</span><br /> <br /> <span style="background-color: #33ff99">Disk /dev/sdb: 146.8 GB, 146815733760 bytes</span><br /> <span style="background-color: #33ff99">255 heads, 63 sectors/track, 17849 cylinders</span><br /> <span style="background-color: #33ff99">Units = cylinders of 16065 * 512 = 8225280 bytes</span><br /> <span style="background-color: #33ff99">Disk identifier: 0x0009c046</span><br /> <br /> <span style="background-color: #33ff99">&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks&nbsp;&nbsp; Id&nbsp;&nbsp;System</span><br /> <span style="background-color: #33ff99">/dev/sdb1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17849&nbsp;&nbsp; 143372061&nbsp;&nbsp; 83&nbsp;&nbsp;Linux</span><br /> <br /> <span style="background-color: #3333ff">Writing superblocks and filesystem accounting information: done</span><br /> 上图蓝色部分是写硬盘卷标的，如不想要卷标可直接按回车，现在分区好了我们用mount 挂载一下该分区即可使用了，这里我把它挂载到mnt目录下，也可以自建一个目录挂载<br /> mount /dev/sdb1 /backup/<br /> 如果想每次系统重启都能自动挂载该分区可修改/etc/fstab文件，在最后加一段 /dev/sdb1&nbsp;&nbsp;&nbsp; /www&nbsp;&nbsp;&nbsp; ext3&nbsp;&nbsp;&nbsp; defaults 1 2 (格式说明：/dev/sdb1 代表哪个分区&nbsp; ext3是该分区的格式 defaults 是挂载时所要设定的参数(只读，读写，启用quota等)，输入defaults包括的参数有(rw、dev、exec、auto、nouser、 async)&nbsp;，1是使用dump是否要记录，0是不要。 2是开机时检查的顺序，是boot系统文件就为1，其他文件系统都为2，如不要检查就为0)<br /> 这里我用<br /> <span style="background-color: #006666">/dev/sdb1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /backup ext3&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 2</span><br /> <br /> <br /> <br /> 参考文章：<a href="http://blog.csdn.net/zhouyin1988/archive/2009/07/05/4322993.aspx" target="_blank">http://blog.csdn.net/zhouy...</a> 这篇文章写的比我的详细清楚，我只是记录下来自己的方法。<br /> <br /> <br /> <br/>Tags - <a href="http://www.wduw.com/tag.php?tag=linux" rel="tag">linux</a> , <a href="http://www.wduw.com/tag.php?tag=%25E6%2596%25B0%25E7%25A1%25AC%25E7%259B%2598" rel="tag">新硬盘</a>
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?188</link>
<title><![CDATA[如果没有迈出那一步，你看到的只有越走越窄的路或者不切实际的想法]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Sat, 21 Nov 2009 10:27:15 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?188</guid> 
<description>
<![CDATA[ 
	如果没有迈出那一步，你看到的只有越走越窄的路或者不切实际的想法。只有走过，才会发现是自不量力的满头包还是越走越宽的通天大道。<br /><br /><br /><br />无与伦比的美丽&nbsp;&nbsp;（简谱）<br /> <br />词：青峰 曲：青峰&nbsp;&nbsp;<br /> <br />天上风筝在天上飞&nbsp;&nbsp;<br />5555123(32)&nbsp;&nbsp;<br />地上人儿在地上追&nbsp;&nbsp;<br />1111-6353&nbsp;&nbsp;<br />你若担心你不能飞&nbsp;&nbsp;<br />5556123(32)&nbsp;&nbsp;<br />你有我的蝴蝶你有我的蝴蝶&nbsp;&nbsp;<br />1-63231&nbsp;&nbsp;<br />天上风筝在天上飞&nbsp;&nbsp;<br />5555123(32)&nbsp;&nbsp;<br />地上人儿在地上追&nbsp;&nbsp;<br />1111-6353&nbsp;&nbsp;<br />我若担心我不能飞&nbsp;&nbsp;<br />5556123(32)&nbsp;&nbsp;<br />我有你的草原我有你的草原&nbsp;&nbsp;<br />1-63231&nbsp;&nbsp;<br />嘿嘿 你形容我是这个世界上 无与伦比的美丽&nbsp;&nbsp;<br />(32)(3-6) 11-6111111-6 2222213&nbsp;&nbsp;<br />嘿嘿 我知道你才是这世界上 无与伦比的美丽&nbsp;&nbsp;<br />(32)(3-6) 11-6222222-6 2222213&nbsp;&nbsp;<br />嘿嘿 我知道当你需要个夏天 我会拼了命努力&nbsp;&nbsp;<br />325 3-6 11-6111111-6 22223-63&nbsp;&nbsp;<br />嘿嘿 我知道你会做我的掩护 当我是个逃兵&nbsp;&nbsp;<br />32 3-6 11-6111111-6 222213&nbsp;&nbsp;<br /> <br />我若担心我不能飞 嘿嘿&nbsp;&nbsp;<br /> <br />5556123 32 3-6)&nbsp;&nbsp;<br />我有你的草原我有你的草原&nbsp;&nbsp;<br />1-632-61&nbsp;&nbsp;<br />
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?187</link>
<title><![CDATA[SSH导入Key]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Tue, 03 Nov 2009 14:03:32 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?187</guid> 
<description>
<![CDATA[ 
	ssh-keygen -X -f /root/****.pub &gt;&gt; ~/.ssh/authorized_keys<br /><br />或者用vi编辑~/.ssh/authorized_keys 把生成的那段密钥添加进去
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?186</link>
<title><![CDATA[云南7日记]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Tue, 13 Oct 2009 09:56:55 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?186</guid> 
<description>
<![CDATA[ 
	2009年10月1日到2009年10月8日的短暂的云南之行，我想我还需要很长时间的沉淀才能写出一些什么东西来<br />
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?185</link>
<title><![CDATA[门户介入微博客之后，中国微博客的走向-- 关于新浪微博的感想]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Mon, 14 Sep 2009 09:27:29 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?185</guid> 
<description>
<![CDATA[ 
	1. 门户介入微博客之后，将没有微博客在维护中<br />2. 李开复，黄健翔等名人是新浪微博吸引的第一批用户，之后靠粉丝效应，进而吸引更多的用户去跟随进而成为新浪微博的深度患者<br />3. 将出现一些微博客职业写手，许多博客名人将转型为此类人群<br />4. 将出现一些与微博客相关的职业技能，例如通过微博客进行网站推广，进行产品营销<br />5. 政治话题将不再那么敏感，个人言论将想对开放。<br />6. 新浪的微博客研发人员会花费相当大的精力来打造一个敏感词汇过滤系统，将比以前的系统面临更大的技术难题。<br /><br />其他内容稍后再写<br />
]]>
</description>
</item><item>
<link>http://www.wduw.com/read.php?184</link>
<title><![CDATA[一个不错的下载模版的网站]]></title> 
<author>harrie &lt;&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Thu, 10 Sep 2009 08:42:37 +0000</pubDate> 
<guid>http://www.wduw.com/read.php?184</guid> 
<description>
<![CDATA[ 
	<pre>Open Source Web Design - Download free web design templates.</pre><a href="http://www.oswd.org/" target="_blank">http://www.oswd.org/</a><br />可以下载到一些很不错的免费的模版<br />
]]>
</description>
</item>
</channel>
</rss>