<?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; Ubuntu</title>
	<atom:link href="http://leeing.org/category/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://leeing.org</link>
	<description>keep Thinking</description>
	<lastBuildDate>Wed, 14 Mar 2012 06:47:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>IPV6 Tracker : 从 PPA 安装 Transmission 2.21</title>
		<link>http://leeing.org/2011/02/22/ipv6-tracker-%e4%bb%8e-ppa-%e5%ae%89%e8%a3%85-transmission-2-21/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2011/02/22/ipv6-tracker-%e4%bb%8e-ppa-%e5%ae%89%e8%a3%85-transmission-2-21/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 15:12:02 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[BT]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Transmission]]></category>

		<guid isPermaLink="false">http://leeing.org/2011/02/22/ipv6-tracker-%e4%bb%8e-ppa-%e5%ae%89%e8%a3%85-transmission-2-21/</guid>
		<description><![CDATA[这两天一直在安装配置 Transmission，由于Ubuntu 源中的 Transmission 版本是2.0.5，经过试用之后，发现默认对 IPV6 的支持不好，无法连接北邮人BT的Tracker，于是开始了漫漫的修改源码+编译的旅程（关于编译，又是很多稀奇古怪的问题出现），虽然最终成功编译出二进制文件，但很奇怪的是自行编译的 Transmission 一旦打开一个种子，很快就CPU占用率飙升，最终进程 transmission-daemon 僵死 &#8211; -！ Transmission 2.21的Changelog： Fix compile error in the the 2.20 tarball File re-verification is no longer needed in some situations Fix “Too many open files” error Show the total downloading and seeding time per torrent Fix webseeds Better support for IPv6-only trackers Add [...]


Related posts:<ol><li><a href='http://leeing.org/2011/02/22/defunct-%e8%bf%9b%e7%a8%8b-%e5%83%b5%e5%b0%b8%e8%bf%9b%e7%a8%8b/' rel='bookmark' title='Permanent Link: defunct 进程 (僵尸进程)'>defunct 进程 (僵尸进程)</a></li>
<li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2011/02/25/ubuntu-10-10-%e5%ae%89%e8%a3%85-hadoop-cdh-beta4/' rel='bookmark' title='Permanent Link: Ubuntu 10.10 安装 Hadoop (CDH beta4)'>Ubuntu 10.10 安装 Hadoop (CDH beta4)</a></li>
<li><a href='http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/' rel='bookmark' title='Permanent Link: Chromium : Google chrome for linux'>Chromium : Google chrome for linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2011/02/22/ipv6-tracker-%e4%bb%8e-ppa-%e5%ae%89%e8%a3%85-transmission-2-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>defunct 进程 (僵尸进程)</title>
		<link>http://leeing.org/2011/02/22/defunct-%e8%bf%9b%e7%a8%8b-%e5%83%b5%e5%b0%b8%e8%bf%9b%e7%a8%8b/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2011/02/22/defunct-%e8%bf%9b%e7%a8%8b-%e5%83%b5%e5%b0%b8%e8%bf%9b%e7%a8%8b/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 03:27:17 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Transmission]]></category>

		<guid isPermaLink="false">http://leeing.org/2011/02/22/defunct-%e8%bf%9b%e7%a8%8b-%e5%83%b5%e5%b0%b8%e8%bf%9b%e7%a8%8b/</guid>
		<description><![CDATA[由于北邮人BT已经不支持 IPV4 接入，在Ubuntu中用apt-get install transmission-deamon 安装的 Transmission 根本就连接不上 Tracker。 下载来 Transmission 的源代码修改以后自行编译，不过不知道什么原因，其后台进程启动后，用Web-UI 打开一个Torrent文件，不久客户端就无法再进行连接，用top命令查看，显示：transmission-da &#60;defunct&#62; 占用为 100%。 带有defunct标志的进程都为“僵尸进程”，后来搜索了一下： 僵尸”进程是一个早已死亡的进程，但在进程表（processs table）中仍占了一个位置（slot）。由于进程表的容量是有限的，所以，defunct进程不仅占用系统的内存资源，影响系统的性能，而且如果其数目太多，还会导致系统瘫痪。 产生的原因： 每个Linux进程在进程表里都有一个进入点（entry），核心程序执行该进程时使用到的一切信息都存储在进入点。当用ps命令察看系统中的进程信息时，看到的就是进程表中的相关数据。当以fork()系统调用建立一个新的进程后，核心进程就会在进程表中给这个新进程分配一个进入点，然后将相关信息存储在该进入点所对应的进程表内。这些信息中有一项是其父进程的识别码。当这个进程走完了自己的生命周期后，它会执行exit()系统调用，此时原来进程表中的数据会被该进程的退出码（exit code）、执行时所用的CPU时间等数据所取代，这些数据会一直保留到系统将它传递给它的父进程为止。由此可见，defunct进程的出现时间是在子进程终止后，但是父进程尚未读取这些数据之前。 一般来说，重启是最好的方案。 Related posts:IPV6 Tracker : 从 PPA 安装 Transmission 2.21


Related posts:<ol><li><a href='http://leeing.org/2011/02/22/ipv6-tracker-%e4%bb%8e-ppa-%e5%ae%89%e8%a3%85-transmission-2-21/' rel='bookmark' title='Permanent Link: IPV6 Tracker : 从 PPA 安装 Transmission 2.21'>IPV6 Tracker : 从 PPA 安装 Transmission 2.21</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2011/02/22/defunct-%e8%bf%9b%e7%a8%8b-%e5%83%b5%e5%b0%b8%e8%bf%9b%e7%a8%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chromium : Google chrome for linux</title>
		<link>http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:27:42 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=476</guid>
		<description><![CDATA[用了两天的 Chromium，也就是 Google chrome ，感觉在 linux 下面对字体的渲染比 Firefox 要好，在 Mint 8 下安装也是很简单的： 1. 添加源： deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main 2. 添加 PGP key ： $ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 3. 安装 $ sudo apt-get update $ sudo apt-get install chromium-browser 4. Enjoy ~ Related posts:Ubuntu 9.10 安装 R Ubuntu [...]


Related posts:<ol><li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 安装 iBus'>Ubuntu 安装 iBus</a></li>
<li><a href='http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/' rel='bookmark' title='Permanent Link: Windows XP 硬盘安装 Ubuntu (Mint 8)'>Windows XP 硬盘安装 Ubuntu (Mint 8)</a></li>
<li><a href='http://leeing.org/2010/03/09/some-common-sense-of-linux-programming/' rel='bookmark' title='Permanent Link: Linux 环境编程的一些常识'>Linux 环境编程的一些常识</a></li>
<li><a href='http://leeing.org/2010/04/14/ubuntu-mount-of-filesystem-failed/' rel='bookmark' title='Permanent Link: Ubuntu:mount of filesystem failed'>Ubuntu:mount of filesystem failed</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu:mount of filesystem failed</title>
		<link>http://leeing.org/2010/04/14/ubuntu-mount-of-filesystem-failed/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/14/ubuntu-mount-of-filesystem-failed/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 02:01:20 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=464</guid>
		<description><![CDATA[今天一开机，Mint 就黑屏，显示： mount of filesystem failed a maintenance shell will now be started. Control-D will terminate this shell and re-try root@mint:~# 后来查了一下,据说这是 an odd issue that rarely happens，不过解决方法也很简单： 首先列出 linux 的分区： fdisk -l 我的输出是这样的： Disk /dev/sda: 80.0 GB, 80032038912 bytes 255 heads, 63 sectors/track, 9730 cylinders Units = cylinders of 16065 * 512 = 8225280 [...]


Related posts:<ol><li><a href='http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/' rel='bookmark' title='Permanent Link: Windows XP 硬盘安装 Ubuntu (Mint 8)'>Windows XP 硬盘安装 Ubuntu (Mint 8)</a></li>
<li><a href='http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/' rel='bookmark' title='Permanent Link: Chromium : Google chrome for linux'>Chromium : Google chrome for linux</a></li>
<li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 安装 iBus'>Ubuntu 安装 iBus</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/14/ubuntu-mount-of-filesystem-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 安装 R</title>
		<link>http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 07:08:01 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=457</guid>
		<description><![CDATA[1. 将源加入列表： $ sudo echo "deb http://cran.csdb.cn/bin/linux/ubuntu karmic/" >> /etc/apt/sources.list 2. 验证： $ sudo gpg --keyserver subkeys.pgp.net --recv-key E2A11821 $ sudo gpg -a --export E2A11821 &#124; sudo apt-key add - $ sudo apt-get update 3. 安装： $ sudo apt-get install r-base 4. 运行： $ R 即可进入 R 的交互式环境。 Related posts:Ubuntu 安装 iBus Chromium : Google [...]


Related posts:<ol><li><a href='http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 安装 iBus'>Ubuntu 安装 iBus</a></li>
<li><a href='http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/' rel='bookmark' title='Permanent Link: Chromium : Google chrome for linux'>Chromium : Google chrome for linux</a></li>
<li><a href='http://leeing.org/2010/04/10/ubuntu-proxy-support-for-apt-get-package-management/' rel='bookmark' title='Permanent Link: Ubuntu apt-get 代理服务器设置'>Ubuntu apt-get 代理服务器设置</a></li>
<li><a href='http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 配置 SVN 服务器'>Ubuntu 配置 SVN 服务器</a></li>
<li><a href='http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/' rel='bookmark' title='Permanent Link: Windows XP 硬盘安装 Ubuntu (Mint 8)'>Windows XP 硬盘安装 Ubuntu (Mint 8)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP 硬盘安装 Ubuntu (Mint 8)</title>
		<link>http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:18:16 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=447</guid>
		<description><![CDATA[今天用自己的 Mint 8 换了 Lucid 的源，想升级到 Ubuntu 10.04 ， 漫长升级的结果却是进不了系统~~ 只好重装我的Mint 8，由于不想刻盘，同时要使用 Windows XP，于是参照网上的一篇 文章，采用硬盘安装，综合起来步骤如下： 1.   把 LinuxMint-8.iso 放到 C:\ 下，用 WinRAR 将镜像里的 vmlinuz 和 initrd.lz 两个文件也直接解压到 C 盘的根目录。 2.  在 C 盘根目录下新建一个名为 menu.lst 的文件，内容是： title Install Mint root (hd0,0) kernel /vmlinuz boot=casper iso-scan/filename=/LinuxMint-8.iso ro quiet splash initrd /initrd.lz 3.  在 C:\boot.ini 文件中加入一行:c:\grldr=&#8221;GRUB&#8221; 例如添加之后我的 boot.ini [...]


Related posts:<ol><li><a href='http://leeing.org/2010/04/14/ubuntu-mount-of-filesystem-failed/' rel='bookmark' title='Permanent Link: Ubuntu:mount of filesystem failed'>Ubuntu:mount of filesystem failed</a></li>
<li><a href='http://leeing.org/2010/04/17/chromium-google-chrome-for-linux/' rel='bookmark' title='Permanent Link: Chromium : Google chrome for linux'>Chromium : Google chrome for linux</a></li>
<li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 配置 SVN 服务器'>Ubuntu 配置 SVN 服务器</a></li>
<li><a href='http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 安装 iBus'>Ubuntu 安装 iBus</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 固定 IP 地址（静态IP）</title>
		<link>http://leeing.org/2010/04/10/ubuntu-static-ip-address/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/10/ubuntu-static-ip-address/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 09:49:38 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=406</guid>
		<description><![CDATA[昨天架设了一个SVN服务器，但是 ubuntu 在默认情况下是以 DHCP 来动态获取 IP 地址的，而我需要一个静态的 IP。一开始是直接修改 /etc/network/interfaces 配置文件，但不知道由于什么原因，IP 固定的同时不能正常地连接网络，后来发现，通过图形化界面来设置也是很方便的。 简要的步骤如下： 1. 点击右下角的网络图标，依次：Edit Connections &#8211;&#62; Wired &#8211;&#62; Add &#8211;&#62; IPV4 settings，将 Method 设为 Manual ，然后点 Add 添加静态地址： 2. 填上地址，掩码和网关的信息，以及DNS 服务器及search 的地址，点 Apply 即可。 在这里，最重要的地方当然是这些参数(如网关地址，DNS地址)是如何获取的，简单运行下面的命令即可找到答案： $ ifconfig $ route -n $ vi /etc/resolv.conf 3. 运行下面的命令重启网络： $ sudo /etc/init.d/networking restart 即可以获得一个静态的地址，以后每次开机本机地址都会固定为 59.64.158.225 了。 No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/10/ubuntu-static-ip-address/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu apt-get 代理服务器设置</title>
		<link>http://leeing.org/2010/04/10/ubuntu-proxy-support-for-apt-get-package-management/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/10/ubuntu-proxy-support-for-apt-get-package-management/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 07:18:31 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=413</guid>
		<description><![CDATA[教育网内的源有限，常常不能更新访问一些国外网站资源，一些插件如 adobe-flash-plugin 就不能从官方源安装，每次都会提示超时错误。解决的方法也很简单： 在 /root/.bashrc 定义一个 http_proxy 变量： $ sudo vi /root/.bashrc 添加以下内容： http_proxy=http://username:password@host:port/ export http_proxy 然后: $ sudo source /root/.bashrc 如果代理服务器有效，就可以通过代理来用 apt-get update  更新国外的源了。 Related posts:Ubuntu 9.10 安装 R Ubuntu 安装 iBus Ubuntu 配置 SVN 服务器 IPV6 Tracker : 从 PPA 安装 Transmission 2.21 Windows XP 硬盘安装 Ubuntu (Mint 8)


Related posts:<ol><li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 安装 iBus'>Ubuntu 安装 iBus</a></li>
<li><a href='http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 配置 SVN 服务器'>Ubuntu 配置 SVN 服务器</a></li>
<li><a href='http://leeing.org/2011/02/22/ipv6-tracker-%e4%bb%8e-ppa-%e5%ae%89%e8%a3%85-transmission-2-21/' rel='bookmark' title='Permanent Link: IPV6 Tracker : 从 PPA 安装 Transmission 2.21'>IPV6 Tracker : 从 PPA 安装 Transmission 2.21</a></li>
<li><a href='http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/' rel='bookmark' title='Permanent Link: Windows XP 硬盘安装 Ubuntu (Mint 8)'>Windows XP 硬盘安装 Ubuntu (Mint 8)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/10/ubuntu-proxy-support-for-apt-get-package-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 配置 SVN 服务器</title>
		<link>http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 12:39:46 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=408</guid>
		<description><![CDATA[1. 安装 svn 和 apache2 $sudo apt-get install subversion $sudo apt-get install libapache2-svn $sudo apt-get install apache2 2. 将 /var/svn 作为版本控制的目录 $sudo svnadmin create /var/svn 3. 将这个目录的所有者改为 apache $sudo chown -R www-data:www-data /var/svn 4. 修改 apache 的配置 sudo vi /etc/apache2/mods-available/dav_svn.conf 修改为： &#60;location /svn&#62; DAV svn SVNPath /var/svn AuthType Basic AuthName “myproject subversion repository” AuthUserFile /var/svn/conf/passwd Require [...]


Related posts:<ol><li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 安装 iBus'>Ubuntu 安装 iBus</a></li>
<li><a href='http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/' rel='bookmark' title='Permanent Link: Windows XP 硬盘安装 Ubuntu (Mint 8)'>Windows XP 硬盘安装 Ubuntu (Mint 8)</a></li>
<li><a href='http://leeing.org/2011/02/25/ubuntu-10-10-%e5%ae%89%e8%a3%85-hadoop-cdh-beta4/' rel='bookmark' title='Permanent Link: Ubuntu 10.10 安装 Hadoop (CDH beta4)'>Ubuntu 10.10 安装 Hadoop (CDH beta4)</a></li>
<li><a href='http://leeing.org/2010/04/10/ubuntu-proxy-support-for-apt-get-package-management/' rel='bookmark' title='Permanent Link: Ubuntu apt-get 代理服务器设置'>Ubuntu apt-get 代理服务器设置</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 安装 iBus</title>
		<link>http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 14:58:14 +0000</pubDate>
		<dc:creator>leeing</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[iBus]]></category>

		<guid isPermaLink="false">http://leeing.org/?p=383</guid>
		<description><![CDATA[Since Scim is not function well on my Linux desktop( I can&#8217;t switch to chinese input method sometimes), so I decide to switch the input method to iBus: step 1 : First remove the scim installation, Modify the /etc/apt/sources.list (it seems that you can ignore this step, since iBus is in the official source now). [...]


Related posts:<ol><li><a href='http://leeing.org/2010/04/13/install-r-in-ubuntu-karmic/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 安装 R'>Ubuntu 9.10 安装 R</a></li>
<li><a href='http://leeing.org/2010/04/09/install-svn-apache-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Ubuntu 配置 SVN 服务器'>Ubuntu 配置 SVN 服务器</a></li>
<li><a href='http://leeing.org/2010/04/12/windows-hardisk-install-ubuntu-mint-8/' rel='bookmark' title='Permanent Link: Windows XP 硬盘安装 Ubuntu (Mint 8)'>Windows XP 硬盘安装 Ubuntu (Mint 8)</a></li>
<li><a href='http://leeing.org/2010/04/10/ubuntu-proxy-support-for-apt-get-package-management/' rel='bookmark' title='Permanent Link: Ubuntu apt-get 代理服务器设置'>Ubuntu apt-get 代理服务器设置</a></li>
<li><a href='http://leeing.org/2010/04/10/ubuntu-static-ip-address/' rel='bookmark' title='Permanent Link: Ubuntu 固定 IP 地址（静态IP）'>Ubuntu 固定 IP 地址（静态IP）</a></li>
</ol>]]></description>
		<wfw:commentRss>http://leeing.org/2010/04/07/install-ibus-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

