<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><title>辛佳雨的专栏 - Linux专题</title><link>http://blog.csdn.net/microrain/category/233858.aspx</link><description>有关linux使用的一些内容</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 31 Mar 2008 22:07:34 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>辛佳雨</dc:creator><title>MySQL集群(NDB)安装脚本</title><link>http://blog.csdn.net/microrain/archive/2008/01/19/2052390.aspx</link><pubDate>Sat, 19 Jan 2008 09:49:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2008/01/19/2052390.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/2052390.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2008/01/19/2052390.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/2052390.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2052390</trackback:ping><description>	Jim Dowling为我们写了一个安装和管理MySQL集群(MySQL Cluster)的BASH脚本，支持安装本地集群和分布式集群，提问式的安装方式，非常方便，相信每个人都很容易上手。 http://www.jimdowling.info/ndbinstaller-trac/wiki/DetailedLocalhostInstall这里以图文的方式介绍了这个脚本的整个安装过程。 更多资料请访问：http://www.jimdowling.info/ndbinstaller-trac/ 安装脚本下载(右键另存为) wget http://www.jimdowling.info/ndbinstaller/ndbinstaller.sh # or svn co http://www.jimdowling.info/ndbinstaller/ 	&lt;img src ="http://blog.csdn.net/microrain/aggbug/2052390.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>MySQL-Cluster集群研究</title><link>http://blog.csdn.net/microrain/archive/2008/01/19/2052346.aspx</link><pubDate>Sat, 19 Jan 2008 09:16:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2008/01/19/2052346.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/2052346.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2008/01/19/2052346.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/2052346.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2052346</trackback:ping><description>	MySQL-Cluster集群研究 一、介绍 这篇文档旨在介绍如何安装配置基于2台服务器的MySQL集群。并且实现任意一台服务器出现问题或宕机时MySQL依然能够继续运行。 注意！ 虽然这是基于2台服务器的MySQL集群，但也必须有额外的第三台服务器作为管理节点，但这台服务器可以在集群启动完成后关闭。同时需要注意的是并不推荐在集群启动完成后关闭作为管理节点的服务器。尽管理论上可以建立基于只有2台服务器的MySQL集群，但是这样的架构，一旦一台服务器宕机之后集群就无法继续正常工作了，这样也就失去了集群的意义了。出于这个原因，就需要有第三台服务器作为管理节点运行。 另外，可能很多朋友都没有3台服务器的实际环境，可以考虑在VMWare或其他虚拟机中进行实验。 下面假设这3台服务的情况： Server1: mysql1.vmtest.net 192.168.0.1 Server2: mysql2.vmtest.net 192.168.0.2 Server3: mysql3.vmtest.net 192.168.0.3 Servers1和Server2作为实际配置MySQL集群的服务器。&lt;img src ="http://blog.csdn.net/microrain/aggbug/2052346.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>Ubuntu 7.04下Virtualbox安装及网络桥接</title><link>http://blog.csdn.net/microrain/archive/2008/01/16/2047558.aspx</link><pubDate>Wed, 16 Jan 2008 21:52:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2008/01/16/2047558.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/2047558.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2008/01/16/2047558.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/2047558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2047558</trackback:ping><description>	一、安装 1. 下载安装包。建议下载 Deb 包。 2. 准备依赖。VirtualBox 的正常使用需要 libxalan110 和 libxerces27 这两个包。所以，你要先行安装它们，可以使用下面的指令： sudo apt-get install libxalan110 libxerces27 3. 安装编译工具及相关包。在安装过程中，要编译 VirtualBox 所用的内核模块。为此，你需要准备基本的编译工具及包，你可以使用下列指令来安装它们： sudo apt-get install build-essential linux-headers-`uname -r` 4. 现在，转到所保存 VirtualBox 安装包的目录，通过下面的指令来安装它： sudo dpkg -i VirtualBox_1.x.x_Ubuntu_feisty_i386.deb 在安装的过程中，VirtualBox 会要求你接受许可协议。另外，安装程序也会创建 vboxusers 用户组，并编译所需的内核模块。 5. 现在，你还不能启动 VirtualBox，因为你的当前用户还不属于 vbo&lt;img src ="http://blog.csdn.net/microrain/aggbug/2047558.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>ubuntu7.10下使用QQ聊天-wine+QQ2007安装设置方法</title><link>http://blog.csdn.net/microrain/archive/2008/01/14/2044233.aspx</link><pubDate>Mon, 14 Jan 2008 23:18:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2008/01/14/2044233.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/2044233.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2008/01/14/2044233.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/2044233.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2044233</trackback:ping><description>	系统环境：ubuntu 7.10、 wine 0.9.47、QQ 2007绿色精简版 安装步聚： 1、为gutsy添加最新的 wine源： wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - 2、获得Wine的apt列表for Gutsy sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list 3、更新和升级 引用: sudo apt-get update sudo apt-get dist-upgrade 4、安装wine sudo apt-get install wine 5、安装wine中文环境设置软件，请到附件中下载wine-ubuntu.deb包。 6、安装wine-ubuntu，按系统提示操作，此安装包主要是解决中文软件的中文字体显示及window环境的设置。 7、到http://www.97&lt;img src ="http://blog.csdn.net/microrain/aggbug/2044233.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>安装VirtualBox软件</title><link>http://blog.csdn.net/microrain/archive/2007/12/11/1929159.aspx</link><pubDate>Tue, 11 Dec 2007 13:10:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2007/12/11/1929159.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1929159.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2007/12/11/1929159.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1929159.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1929159</trackback:ping><description>
采用ubuntu7.10资源管理安装的Virtualbox，安装完成后总是有问题，不能正常安装其它系统。
通过下面的过程终于解决了。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1929159.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>Ubuntu Web 版</title><link>http://blog.csdn.net/microrain/archive/2007/07/31/1718084.aspx</link><pubDate>Tue, 31 Jul 2007 06:30:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2007/07/31/1718084.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1718084.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2007/07/31/1718084.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1718084.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1718084</trackback:ping><description>其实这不是真的 Ubuntu 啦。不过，在看到 Wubuntu 时，其逼真的模仿效果真是令人惊叹不已。接着，你需要登录才能进入 Wubuntu。进入 Wubuntu 桌面，你将会看到欢迎窗口。点击其中的 Get Ubuntu!将跳转到获取 Ubuntu 的页面。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1718084.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>在ubuntu下安装vmware虚拟机</title><link>http://blog.csdn.net/microrain/archive/2007/06/01/1634659.aspx</link><pubDate>Fri, 01 Jun 2007 19:51:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2007/06/01/1634659.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1634659.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2007/06/01/1634659.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1634659.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1634659</trackback:ping><description>VMware Server现在已经可以免费下载，利用VMware Server你可以在你的主机上建立并且运行多个虚拟主机，而且是同时的，当然，如果你的内存小，这样做的后果会让你的电脑变得很慢。2.利用apt下载一些安装VMware Server之前必备的库文件。3. 到http://www.vmware.com/download/server/该地址下载Vmware的linux版，最好下载tar.gz源代码压缩包，安装的时候就编译了（RPM包的文件可以在RH和FC的发行版上运行，但是安装以后还要执行编译才可以）&lt;img src ="http://blog.csdn.net/microrain/aggbug/1634659.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>linux还需要多久真正走入我们的电脑</title><link>http://blog.csdn.net/microrain/archive/2006/11/21/1401215.aspx</link><pubDate>Tue, 21 Nov 2006 11:52:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/11/21/1401215.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1401215.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/11/21/1401215.aspx#Feedback</comments><slash:comments>24</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1401215.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1401215</trackback:ping><description>　　8月份，我写了一篇《我们为什么不选择Linux？》 的文章。招来数人对我进行辱骂，当然也有更多的朋友支持我的观点。在写那篇文章之前，我没有持续使用过linux。但是我从01年就已经开始就接触linux，虽然不怎么精通，但是还是有一定的了解。一直以来，我都是很关注linux的发展，之前也买过几次linux正式的发行版。也多次自己安装，使用linux系统。只是一直没有坚持长期的使用它。因为，对于我来说windows足够好了。当然我与很多人一样，用的是盗版windows系统。在中国，用盗版windows系统，不只是我一个，很多地方都在使用，包括政府。但是，话说回来了，你真的觉得微软公司控制不了这种现象吗？好好想一想，就会明白，为什么会是这种局面。另外一点，如果没有这方面的发展，中国的IT产业也不会发展的这样快。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1401215.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>ubuntu文件管理器（Nautilus）自定义浏览方式</title><link>http://blog.csdn.net/microrain/archive/2006/11/03/1364021.aspx</link><pubDate>Fri, 03 Nov 2006 08:41:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/11/03/1364021.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1364021.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/11/03/1364021.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1364021.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1364021</trackback:ping><description>　　最近升级了ubuntu到6.10版。发现文件管理器浏览方式变了，以前习惯的与windows系统相似的路径地址栏不见了。左侧也没有了主文件的导航列表。在这个软件自身的选项中怎么也没有找到改变的选项。不应该不能改变啊，难道是升级到新的版本后，这一功能取消了？可能性不大。今天终于找到了解决办法。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1364021.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>ubuntu升级历险记</title><link>http://blog.csdn.net/microrain/archive/2006/11/02/1362118.aspx</link><pubDate>Thu, 02 Nov 2006 09:27:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/11/02/1362118.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1362118.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/11/02/1362118.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1362118.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1362118</trackback:ping><description>　　最近ubuntu发布了6.10　edgy版，听说增加了很多特性，让我最感兴趣的就是它改变了系统启动的方式，大大缩短了系统的启动时间。还有系统速度有了明显的提升。为了这些新特性在昨天晚上也把系统升级了一下。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1362118.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>linux下通过eclipse使用SVN</title><link>http://blog.csdn.net/microrain/archive/2006/10/23/1346999.aspx</link><pubDate>Mon, 23 Oct 2006 18:25:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/10/23/1346999.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1346999.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/10/23/1346999.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1346999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1346999</trackback:ping><description>说是使用，只不过讲的是怎么在linux下的eclipse中使用svn服务。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1346999.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>linux网络电视软件sopcast的安装</title><link>http://blog.csdn.net/microrain/archive/2006/10/11/1329590.aspx</link><pubDate>Wed, 11 Oct 2006 07:13:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/10/11/1329590.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1329590.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/10/11/1329590.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1329590.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1329590</trackback:ping><description>　　linux下的网络电视软件目前只有sopcast最为好用。节目很多，速度也不错。虽然比windows下的一些p2p网络电视有些慢，但是还算过得去。特别是看凤凰台，很流畅。没有什么断感。之前在网上找了一个0.2.8版的安装包，这次再次重装想找到最新版的安装，竟然没有找到，只好自己编译安装。不过也不难，总的来说，几步也可以搞定了。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1329590.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>linux下最好的数据库管理软件</title><link>http://blog.csdn.net/microrain/archive/2006/10/07/1324035.aspx</link><pubDate>Sat, 07 Oct 2006 09:41:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/10/07/1324035.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1324035.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/10/07/1324035.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1324035.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1324035</trackback:ping><description>　　兵欲善其事，必先利其器。一个好的工具，往往可以让我们事半功倍。
　　在windows下管理数据库的软件层出不穷，而在linux相对就少了很多。能找到一款方便、实用的数据库客户端软件真是很开心， DbVisualizer就是这样的一个软件。DbVisualizer是基于java语言开发的一个完全基于JDBC的跨平台数据库管理工具，内置 SQL语句编辑器（支持语法高亮），凡是具有JDBC数据库接口的数据库都可以管理，目前最新版本v5.1。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1324035.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>解决自动安装evaQQ软件不显示中文界面问题</title><link>http://blog.csdn.net/microrain/archive/2006/09/26/1288991.aspx</link><pubDate>Tue, 26 Sep 2006 19:09:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/09/26/1288991.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1288991.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/09/26/1288991.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1288991.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1288991</trackback:ping><description>　　最初使用evaQQ的时候，是自己手动编译安装的。安装完运行后就是中文界面。以前有很多人问这个问题，我还劝人家自己编译安装吧，安完就是中文的了。呵呵，现在想一想，其实很多人还是不愿意编译安装的。必竟不如自动安装来得方便。另外还有一点，我觉得手动编译安装的软件，系统本身自动更新的时候并不会去检查这个软件有没有升级版本可用。对于喜欢经常更新的朋友也是不方便的。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1288991.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>辛佳雨</dc:creator><title>自已动手制作linux下的拼音五笔输入法</title><link>http://blog.csdn.net/microrain/archive/2006/09/21/1261077.aspx</link><pubDate>Thu, 21 Sep 2006 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/microrain/archive/2006/09/21/1261077.aspx</guid><wfw:comment>http://blog.csdn.net/microrain/comments/1261077.aspx</wfw:comment><comments>http://blog.csdn.net/microrain/archive/2006/09/21/1261077.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/microrain/comments/commentRss/1261077.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1261077</trackback:ping><description>　　最近一直在linux下工作，使用的是ubuntu版本的linux。各项工作都可以进行，ubuntu下的scim输入法很是不错，自带了五笔、拼音等输入法。然而以前在windows系统的时候一直是用万能五笔或是极点五笔的。万能五笔最方便的地方就是当遇到不会打的字可以直接采用拼音输入法，而不需要切换到拼音输入法。现在在linux下的scim的五笔就没有这样的功能，每次遇到实在是打不出来的字，都要切换到拼音输入法下去打字，很是麻烦。在网上也找了很久，没有找到理想的输入法。想起几年前自己就做过windows下的拼音五笔，试想在linux下也应该可以。尝试制作了一下，终于可以使用了。&lt;img src ="http://blog.csdn.net/microrain/aggbug/1261077.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>