<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.isouth.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>7777</title>
        <description></description>
        <link>http://wiki.isouth.org/</link>
        <lastBuildDate>Sat, 19 May 2012 13:46:54 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://wiki.isouth.org/ttp://wiki.isouth.org/lib/tpl/default/images/favicon.ico</url>
            <title>7777</title>
            <link>http://wiki.isouth.org/</link>
        </image>
        <item>
            <title>vi 设置 - 创建</title>
            <link>http://wiki.isouth.org/vi/config</link>
            <description>显示行号


:set number


语法高亮


:syntax enable


自动缩进


set autoindent</description>
            <author>qiyi</author>
        <category>vi</category>
            <pubDate>Sun, 11 Mar 2012 13:04:29 +0800</pubDate>
        </item>
        <item>
            <title>什么是GPT - 创建</title>
            <link>http://wiki.isouth.org/gpt/whatsgpt</link>
            <description>注:本文翻译自 &lt;http://www.rodsbooks.com/gdisk/whatsgpt.html&gt; ,原作者Rod Smith, rodsmith@rodsbooks.com，这里的存档作为自己的学习笔记，如有版权问题，请联系qiyi[在]isouth.org

为了了解什么是 GPT，首先必须了解现在的硬盘分区标准和它的局限，储备了这些知识之后，就能够明白 GPT 是怎么解决 MBR 的不足之处的。</description>
            <author>qiyi</author>
        <category>gpt</category>
            <pubDate>Sat, 10 Mar 2012 16:50:04 +0800</pubDate>
        </item>
        <item>
            <title>openssh 安装</title>
            <link>http://wiki.isouth.org/linux/arch/openssh</link>
            <description>1、安装


pacman -Syu openssh


2、配置


nano /etc/hosts.allow
#######
# 加入
sshd: 192.168.1.
#######
nano /etc/hosts.deny
#######
# 加入
ALL: ALL
#######
nano /etc/rc.conf
#######
# 在 DAEMONS 里加入 sshd
DAEMONS=(... sshd ...)
#######</description>
            <author>qiyi</author>
        <category>linux:arch</category>
            <pubDate>Wed, 25 Jan 2012 22:07:57 +0800</pubDate>
        </item>
        <item>
            <title>安装Window驱动 - 创建</title>
            <link>http://wiki.isouth.org/android/defy_/driver</link>
            <description>谁给的都不如官方的好

官方的地址在：

&lt;http://developer.motorola.com/docstools/USB_Drivers/&gt;</description>
            <author>qiyi</author>
        <category>android:defy_</category>
            <pubDate>Tue, 17 Jan 2012 23:42:05 +0800</pubDate>
        </item>
        <item>
            <title>M9 Update Record - 创建</title>
            <link>http://wiki.isouth.org/android/m9/update</link>
            <description>First,connect to linux,and turn on the usb storage,remove all the application data
Secondly,download update.bin and put it into the root directory of the phone.
Thirdly,reboot.
Forthly,
kaijuan 52.8
chongsheng 78.5</description>
            <author>qiyi</author>
        <category>android:m9</category>
            <pubDate>Sun, 08 Jan 2012 14:40:05 +0800</pubDate>
        </item>
        <item>
            <title>git gui 的一些配置 - 创建</title>
            <link>http://wiki.isouth.org/git/config</link>
            <description>Git\etc\git-completion.bash 添加


alias ls='ls --show-control-chars --color=auto'


之后可以在 bash 中使用 ls 正常显示汉字

Git\etc\inputrc 修改


set output-meta on
set convert-meta off


之后可以在 bash 中输入中文

Git\etc\profile 添加</description>
            <author>qiyi</author>
        <category>git</category>
            <pubDate>Mon, 26 Dec 2011 22:16:48 +0800</pubDate>
        </item>
        <item>
            <title>日志解析 - 创建</title>
            <link>http://wiki.isouth.org/note/2011-21-2</link>
            <description>可能有帮助的几篇文章：

	* 使用正则表达式分隔Apache日志文件： &lt;http://www.cnblogs.com/csurn/archive/2010/06/22/1762791.html&gt;
	* Log4J日志解析：&lt;http://shansun123.iteye.com/blog/1016759&gt;</description>
            <author>qiyi</author>
        <category>note</category>
            <pubDate>Fri, 02 Dec 2011 23:52:43 +0800</pubDate>
        </item>
        <item>
            <title>使用 mvn 命令安装 jar包 - 创建</title>
            <link>http://wiki.isouth.org/maven/mvn</link>
            <description>其实最重要的是知道怎么样使用帮助，比如这里查看安装包到本地仓库的使用方法


mvn install:help


然后会返回信息，提示查看具体哪个 goal 的使用参数


mvn install:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</description>
            <author>qiyi</author>
        <category>maven</category>
            <pubDate>Sun, 27 Nov 2011 21:01:15 +0800</pubDate>
        </item>
        <item>
            <title>安装配置 luatex</title>
            <link>http://wiki.isouth.org/luatex</link>
            <description>使用了 context suit,参考了大神的文档，但是，那些文档有些旧了，在部分细节上有些出入，所以自己再记录一下。前面这段是 linux 下的，后面为 windows 的，待补吧，windows 下用 word 也很好。

1、安装


mkdir ~/opt/context
cd ~/opt/context
wget http://minimals.contextgarden.net/setup/first-setup.sh
chmod u+x ./first-setup.sh
./first-setup.sh</description>
            <author>qiyi</author>
            <pubDate>Sun, 20 Nov 2011 23:38:37 +0800</pubDate>
        </item>
        <item>
            <title>Hadoop 环境准备</title>
            <link>http://wiki.isouth.org/hadoop/prepare</link>
            <description>伪集群方式部署可能会遇到一些莫名其妙的问题，还只是为了一个测试环境，所以直接弄 3 个系统吧。

因为机器配置太差，所以就不想 windows 下装 3 个虚拟机了，妥协方案为 linux 环境下再安装两个比较精简的 linux ，主机选择了 fedora 16，虚拟机打算使用 arch。</description>
            <author>qiyi</author>
        <category>hadoop</category>
            <pubDate>Sun, 20 Nov 2011 19:21:38 +0800</pubDate>
        </item>
        <item>
            <title>安装 java</title>
            <link>http://wiki.isouth.org/linux/noarch/install-java</link>
            <description>到 oracale 的官网下载，目前来说还是选择 java 6（JDK）,选择最新的一个版本，&lt;http://www.oracle.com/technetwork/java/javase/downloads/index.html&gt;，实际部署选择 JRE 就可以了，因为主机自己有开发 java 的需求，所以这里才选择的 JDK。</description>
            <author>qiyi</author>
        <category>linux:noarch</category>
            <pubDate>Sun, 20 Nov 2011 18:20:35 +0800</pubDate>
        </item>
        <item>
            <title>tex:luatex - 创建</title>
            <link>http://wiki.isouth.org/tex/luatex</link>
            <description>&lt;http://bbs.ctex.org/viewthread.php?tid=45237&gt;</description>
            <author>qiyi</author>
        <category>tex</category>
            <pubDate>Sat, 19 Nov 2011 11:32:10 +0800</pubDate>
        </item>
        <item>
            <title>nginx 安装、配置 - 创建</title>
            <link>http://wiki.isouth.org/linux/noarch/nginx</link>
            <description>1、首先下载、解压 nginx


wget http://nginx.org/download/nginx-1.1.6.tar.gz
tar zxf nginx-1.1.6.tar.gz


2、安装依赖的包

copy 官方的文字

	* gzip module requires zlib library
	* rewrite module requires pcre library
	* ssl support requires openssl library</description>
            <author>qiyi</author>
        <category>linux:noarch</category>
            <pubDate>Sat, 19 Nov 2011 11:00:44 +0800</pubDate>
        </item>
        <item>
            <title>nginx 安装、配置</title>
            <link>http://wiki.isouth.org/nginx/install</link>
            <description>1、首先下载、解压 nginx


wget http://nginx.org/download/nginx-1.1.6.tar.gz
tar zxf nginx-1.1.6.tar.gz


2、安装依赖的包

copy 官方的文字

	* gzip module requires zlib library
	* rewrite module requires pcre library
	* ssl support requires openssl library</description>
            <author>qiyi</author>
        <category>nginx</category>
            <pubDate>Sat, 19 Nov 2011 11:00:17 +0800</pubDate>
        </item>
    </channel>
</rss>

