<?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>joolix.com &#187; Linux &amp; Friends</title>
	<atom:link href="http://joolix.com/tag/linux_and_friends/feed/" rel="self" type="application/rss+xml" />
	<link>http://joolix.com</link>
	<description>Joolix, linux everywhere!</description>
	<lastBuildDate>Thu, 22 Jul 2010 03:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox下直接观看PPS看看</title>
		<link>http://joolix.com/2009/10/pps-inside-firefox/</link>
		<comments>http://joolix.com/2009/10/pps-inside-firefox/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 12:54:26 +0000</pubDate>
		<dc:creator>xiooli</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[Linux & Friends]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://joolix.com/?p=264</guid>
		<description><![CDATA[ubuntu论坛牛人写了pps的totem插件，可以用于观看pps的节目，具体安装方法debian系的参考http://forum.ubuntu.org.cn/viewtopic.php?f=74&#038;t=223582，
archlinux用以下命令即可安装：

yaourt -S libppswrapper-git gst-plugins-pps-git totem-pps-git libpps gst-plugins-sopcast-git totem-sopcast-git
<span class="readmore"><a href="http://joolix.com/2009/10/pps-inside-firefox/" title="Firefox下直接观看PPS看看" target="_blank">阅读全文——共624字</a></span>]]></description>
			<content:encoded><![CDATA[<p>ubuntu论坛牛人写了pps的totem插件，可以用于观看pps的节目，具体安装方法debian系的参考<a href="http://forum.ubuntu.org.cn/viewtopic.php?f=74&#038;t=223582">http://forum.ubuntu.org.cn/viewtopic.php?f=74&#038;t=223582</a>，<br />
archlinux用以下命令即可安装：</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:monospace;">yaourt <span style="color: #660033;">-S</span> libppswrapper-git gst-plugins-pps-git totem-pps-git libpps gst-plugins-sopcast-git totem-sopcast-git</pre></div></div>

<p>但是这样只可以在totem的窗口里面看，当然也可以点击pps看看节目右边的客户端播放，然后将其关联到totem，但是总离不了一个独立的totem窗口，于是我们的 Hello World 童鞋在自我需求的推动下写了一个greasemonkey脚本，让其可直接在frefox的窗口下播放pps看看（当然是调用totem-pps的）。</p>
<p>要正常使用这个油猴脚本，你需要满足几个基本条件：<br />
1） 能正常使用的totem-pps<br />
2） totem-plugin（arch下的包名字，其他distro.里面自己找找吧）<br />
3） firefox 安装并启用 greasemonkey</p>
<p>一切就绪以后你就可以去pps上面踢馆咯，哈哈！</p>
<p>greasemonkey 脚本从这里下载：<a href="http://forum.ubuntu.org.cn/download/file.php?id=80735">http://forum.ubuntu.org.cn/download/file.php?id=80735</a>，解压后拖到firefox的窗口里面进行安装。</p>
<p>秀图一张：<br />
<img src="http://forum.ubuntu.org.cn/download/file.php?id=80825&#038;mode=view/12.png" alt="pps-in-ff" width=640 height=400 /></p>
]]></content:encoded>
			<wfw:commentRss>http://joolix.com/2009/10/pps-inside-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>命令行QQ：MyQQ</title>
		<link>http://joolix.com/2009/03/cli-qq-myqq/</link>
		<comments>http://joolix.com/2009/03/cli-qq-myqq/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 05:58:36 +0000</pubDate>
		<dc:creator>xiooli</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Linux & Friends]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://joolix.com/?p=146</guid>
		<description><![CDATA[是一个高中的小朋友写的，真是令我等汗颜阿（虽然不是学计算机的，另，该小朋友还写了很多有趣的程序，甚至包括一个简单的操作系统，感兴趣的童鞋可以去他的主页看看），试过了可以用，很不错的样子，呵呵，考虑用expect写个小的qq机器人了:)
下载MyQQ3.1（包含源码和linux/win下的可执行文件）
Try this page for a terminal QQ:
http://home.xxsyzx.com/home/read.do?id=1222
<span class="readmore"><a href="http://joolix.com/2009/03/cli-qq-myqq/" title="命令行QQ：MyQQ" target="_blank">阅读全文——共1229字</a></span>]]></description>
			<content:encoded><![CDATA[<p>是一个高中的小朋友写的，真是令我等汗颜阿（虽然不是学计算机的，另，该小朋友还写了很多有趣的程序，甚至包括一个简单的操作系统，感兴趣的童鞋可以去他的主页看看），试过了可以用，很不错的样子，呵呵，考虑用expect写个小的qq机器人了:)<br />
下载<a href="http://forum.ubuntu.org.cn/download/file.php?id=59742">MyQQ3.1</a>（包含源码和linux/win下的可执行文件）</p>
<blockquote><p>Try this page for a terminal QQ:<br />
<a href="http://home.xxsyzx.com/home/read.do?id=1222">http://home.xxsyzx.com/home/read.do?id=1222</a></p>
<p>With myqq, you can easily login Tencent QQ Server using QQ2009 Protocol and chat with your Q friends. Unlike openQ, LumaQQ, MyQQ just needs a basic linux system to run!</p>
<p>已经修正Linux下的编译问题。</p>
<p>Linux编译：<br />
在终端里执行<br />
make -C src -flinux.mak clean all<br />
由于最初没有周全考虑，目前版本暂时不兼容64位的机器，望见谅！</p>
<p>Update History:</p>
<p>Version 3.13 (2009-3-29)<br />
1. Linux(Ubuntu) version compiled!</p>
<p>Version 3.12 (2009-3-22)<br />
1. 用Windows的Sleep代替不推荐的_sleep。<br />
2. 在Mingw32-gcc4.3.3上编译成功。</p>
<p>Version 3.11 (2009-2-8)<br />
1. 输入验证码提示。<br />
2. 修正myqq.c删除好友的bug。<br />
3. 修正添加附言的bug。</p>
<p>Version 3.10 (2009-2-7)<br />
1. 修正09接收消息协议。<br />
2. 全部源代码文件更改为UNIX-UTF8格式。<br />
3. 增加Preference来自定义屏蔽部分协议。<br />
4. 增加添加、删除好友基本协议，支持验证码。<br />
5. 登录后更改状态。<br />
6. 登录机器数据随机填充。<br />
7. 修正myqq.c里无法打印某些消息的bug。</p>
<p>Version 3.08 (2009-1-27)<br />
1. 修正myqq.c里显示好友状态。<br />
2. 修正因缺少pthread_mutex_destroy引起的资源泄漏（可以检测到）。<br />
3. 修正好友数目多时导致分组信息与群信息未能获取的问题。<br />
4. 10分钟刷新群在线成员。<br />
5. 自动建立qqconfig.txt配置文件。</p>
<p>Version 3.03 (2009-1-26)<br />
1. 修正prot_im.c中buf->pos += get_word( buf );在Linux上运行时发生的错误。<br />
2. 编译Linux版本。<br />
3. qqconfig.txt缺失提示。</p>
<p>Version 3.00 (2009-1-25)<br />
1. 更换QQ2008贺岁版协议为QQ2009Preview4协议。<br />
2. 全面使用utf8，myqq.c为Windows用户转换为gb。<br />
3. 移除所有多余，功能不确切的协议处理函数。<br />
4. 能够接收08，09协议的好友消息与群消息。<br />
5. 处理消息中的表情字符，转换成[face:*]以及[image]来表示。</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://joolix.com/2009/03/cli-qq-myqq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kde4下利用Plasma插件STDIN显示歌词</title>
		<link>http://joolix.com/2009/02/display-lyrics-using-lrcdis-via-plasma-plugin-stdin/</link>
		<comments>http://joolix.com/2009/02/display-lyrics-using-lrcdis-via-plasma-plugin-stdin/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 14:39:29 +0000</pubDate>
		<dc:creator>xiooli</dc:creator>
				<category><![CDATA[Lrcdis]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux & Friends]]></category>
		<category><![CDATA[vedio]]></category>
		<category><![CDATA[添加新标签]]></category>

		<guid isPermaLink="false">http://joolix.com/?p=104</guid>
		<description><![CDATA[在kde4.2下用gnome-osd很麻烦，而conky在kde4的非桌面中心环境下不能开启，搞得我自己的lrcdis脚本只有cli一种模式可用，很郁闷。不过还好找到一个plasma插件STDIN，这个玩意可以定时执行一个命令/脚本，然后将其结果输出到插件上，呵呵，那不就是我要的吗？于是在lrcdis中添加了一种输出到管道文件（fifo文件）的模式，只要将STDIN的命令设置为每秒去读一下那个管道不就可以在上面显示歌词了吗，呵呵，我真是天才阿，嘿嘿。
下载地址：
1，STDIN：http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309
<span class="readmore"><a href="http://joolix.com/2009/02/display-lyrics-using-lrcdis-via-plasma-plugin-stdin/" title="kde4下利用Plasma插件STDIN显示歌词" target="_blank">阅读全文——共474字</a></span>]]></description>
			<content:encoded><![CDATA[<p>在kde4.2下用gnome-osd很麻烦，而conky在kde4的非桌面中心环境下不能开启，搞得我自己的lrcdis脚本只有cli一种模式可用，很郁闷。不过还好找到一个plasma插件STDIN，这个玩意可以定时执行一个命令/脚本，然后将其结果输出到插件上，呵呵，那不就是我要的吗？于是在lrcdis中添加了一种输出到管道文件（fifo文件）的模式，只要将STDIN的命令设置为每秒去读一下那个管道不就可以在上面显示歌词了吗，呵呵，我真是天才阿，嘿嘿。<br />
<span style="color: #ff0000;">下载地址：</span></p>
<p><span style="color: #ff0000;">1，STDIN：<a href="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309" target="_blank">http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309</a></span></p>
<p><span style="color: #ff0000;">2，lrcdis：<a href="http://code.google.com/p/lrcdis/source/browse/#svn/trunk">http://code.google.com/p/lrcdis/source/browse/#svn/trunk</a></span></p>
<p><span style="color: #ff0000;">或用svn来checkout：</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> checkout http:<span style="color: #000000; font-weight: bold;">//</span>lrcdis.googlecode.com<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">svn</span><span style="color: #000000; font-weight: bold;">/</span>trunk<span style="color: #000000; font-weight: bold;">/</span> lrcdis-read-only</pre></div></div>

<p></span></p>
<p>ps：效果不错哦，下面来一段演示视频：<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/i9wO3lI-XE0&#038;hl=zh_CN&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/i9wO3lI-XE0&#038;hl=zh_CN&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://joolix.com/2009/02/display-lyrics-using-lrcdis-via-plasma-plugin-stdin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为JOOLIX保存数据的CHANGES文件下载</title>
		<link>http://joolix.com/2009/02/changes-files-for-joolix/</link>
		<comments>http://joolix.com/2009/02/changes-files-for-joolix/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 05:03:42 +0000</pubDate>
		<dc:creator>xiooli</dc:creator>
				<category><![CDATA[Joolix]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Linux & Friends]]></category>
		<category><![CDATA[save data]]></category>

		<guid isPermaLink="false">http://joolix.com/?p=89</guid>
		<description><![CDATA[RT
极小的压缩包，里面有不同大小的CHANGES文件的压缩包，按照你自己的需要解压相应的压缩包即可得到对应大小的CHANGES文件，然后将其复制到JOOLIX目录下即可。

1
<span class="readmore"><a href="http://joolix.com/2009/02/changes-files-for-joolix/" title="为JOOLIX保存数据的CHANGES文件下载" target="_blank">阅读全文——共231字</a></span>]]></description>
			<content:encoded><![CDATA[<p>RT<br />
极小的压缩包，里面有不同大小的CHANGES文件的压缩包，按照你自己的需要解压相应的压缩包即可得到对应大小的CHANGES文件，然后将其复制到JOOLIX目录下即可。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash bash" style="font-family:monospace;">xiooli<span style="color: #7a0874; font-weight: bold;">&#40;</span>~<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #c20cb9; font-weight: bold;">ls</span> CHANGES
CHANGES-100m.tar.bz2  CHANGES-300m.tar.bz2  CHANGES-500m.tar.bz2
CHANGES-200m.tar.bz2  CHANGES-400m.tar.bz2  CHANGES-50m.tar.bz2</pre></td></tr></table></div>

<p>下载地址：<a href="http://forum.ubuntu.org.cn/download/file.php?id=56176">点我</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joolix.com/2009/02/changes-files-for-joolix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>自动生成fvwm菜单的脚本</title>
		<link>http://joolix.com/2009/01/fvwm-menu-auto-creator/</link>
		<comments>http://joolix.com/2009/01/fvwm-menu-auto-creator/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 04:58:46 +0000</pubDate>
		<dc:creator>xiooli</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux & Friends]]></category>

		<guid isPermaLink="false">http://joolix.com/?p=78</guid>
		<description><![CDATA[RT
自动创建缩略图需要convert（安装imagemagick包即可）
看看效果图，还不错哦，会自动根据你的图标主题生成小图标（不过category的图标得自己准备就是了）：

<span class="readmore"><a href="http://joolix.com/2009/01/fvwm-menu-auto-creator/" title="自动生成fvwm菜单的脚本" target="_blank">阅读全文——共2866字</a></span>]]></description>
			<content:encoded><![CDATA[<p>RT<br />
自动创建缩略图需要convert（安装imagemagick包即可）<br />
看看效果图，还不错哦，会自动根据你的图标主题生成小图标（不过category的图标得自己准备就是了）：</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/Ddu7LYzChUQ49Cviqv880A?feat=embedwebsite"><img src="http://lh3.ggpht.com/_C1WSa6kKfQg/SXaql2zxiBI/AAAAAAAAEcQ/y4ZxjQsRyVY/s800/image11.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">发件人 <a href="http://picasaweb.google.com/xioooli/WpImages?feat=embedwebsite">xiooli</a></td>
</tr>
</table>
<p>这个是根据/usr/share/applications里面的desktop文件来创建的。如果你新安装了程序，再运行一下就可以了，不要的项目直接注释掉，下回更新的时候不会覆盖。<br />
代码：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
</pre></td><td class="code"><pre class="bash bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;">#Name: 		Fvwm menu auto creator (FMAC)</span>
<span style="color: #666666; font-style: italic;">#Author:	xiooli &lt;xioooli[at]yahoo.com.cn,http://joolix.com&gt;</span>
<span style="color: #666666; font-style: italic;">#Licence:	GPLv3</span>
<span style="color: #666666; font-style: italic;">#Version:	09.01.20</span>
&nbsp;
<span style="color: #007800;">Menufile</span>=~<span style="color: #000000; font-weight: bold;">/</span>.fvwm<span style="color: #000000; font-weight: bold;">/</span>configs<span style="color: #000000; font-weight: bold;">/</span>menu_content
<span style="color: #007800;">Categories</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span>Network AudioVideo Graphics Office Games Utility Settings System Development Unknow<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">Categorieszh</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span>网络 影音 图像 办公 游戏 附件 设置 系统 开发 未知<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">Lang</span>=<span style="color: #ff0000;">&quot;$(locale|awk -F&quot;</span>.<span style="color: #ff0000;">&quot; '/LANG=/{gsub(&quot;</span><span style="color: #007800;">LANG</span>=<span style="color: #ff0000;">&quot;,&quot;</span><span style="color: #ff0000;">&quot;,$1);print $1}')&quot;</span>
<span style="color: #007800;">Fvwmiconspath</span>=<span style="color: #ff0000;">&quot;`echo ~/.fvwm/icons`&quot;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;$Fvwmiconspath&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> || <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #ff0000;">&quot;$Fvwmiconspath&quot;</span>
<span style="color: #007800;">Iconspath</span>=<span style="color: #ff0000;">&quot;&quot;</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> ~<span style="color: #000000; font-weight: bold;">/</span>.icons<span style="color: #000000; font-weight: bold;">`</span><span style="color: #ff0000;">&quot; &quot;</span><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>icons<span style="color: #ff0000;">&quot;&quot;</span>
<span style="color: #666666; font-style: italic;">#Iconthemedir=&quot;Gnome&quot; #在此可以定义使用的图标主题（路径/名称均可，不填就从 ~/.gtkrc-2.0去找） </span>
<span style="color: #007800;">Iconthemedir</span>=<span style="color: #ff0000;">&quot;${Iconthemedir:-$(awk -F&quot;</span>=<span style="color: #ff0000;">&quot; '/gtk-icon-theme-name=/{gsub(&quot;</span>\<span style="color: #ff0000;">&quot;&quot;</span>,<span style="color: #ff0000;">&quot;&quot;</span>,$<span style="color: #000000;">2</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;print $<span style="color: #000000;">2</span><span style="color: #7a0874; font-weight: bold;">&#125;</span><span style="color: #ff0000;">' &quot;`echo ~/.gtkrc-2.0`&quot;)}&quot;
[ -d &quot;$Iconthemedir&quot; ] || for i in $Iconspath;do
	[ -d &quot;$i/$Iconthemedir&quot; ] &amp;&amp; Iconthemedir=&quot;$i/$Iconthemedir&quot; &amp;&amp; break
done
&nbsp;
RESIZE () {
&nbsp;
	convert -resize 24x24 &quot;$1&quot; &quot;$2&quot;
}
&nbsp;
ADD_TO_MENU () {
&nbsp;
	#$1 catnum; $2 iconpath; $3 name; $4 execmd
	local menutip cataicon
	[ -f $Menufile ] ||cat &lt;&lt; EOF &gt;$Menufile
#此文件里面是菜单的具体内容，菜单的样式在./menu_style中定义。
DestroyMenu recreate MenuFvwmRoot
AddToMenu MenuFvwmRoot &quot;FVWM 菜单&quot;	Title Top
#MenuCate
EOF
	if [ &quot;`grep -w &quot;Menu${Categories[$1]}&quot; &quot;$Menufile&quot;`&quot; ];then
		menutip=&quot;+ <span style="color: #000099; font-weight: bold;">\\</span><span style="color: #000099; font-weight: bold;">\&quot;</span>%$2%$3<span style="color: #000099; font-weight: bold;">\\</span><span style="color: #000099; font-weight: bold;">\&quot;</span>	Exec exec $4<span style="color: #000099; font-weight: bold;">\n</span>#Menu${Categories[$1]}&quot;
		[ &quot;`grep -w &quot;$4&quot; &quot;$Menufile&quot;`&quot; ] || <span style="color: #000099; font-weight: bold;">\</span>
		eval &quot;sed -i <span style="color: #000099; font-weight: bold;">\&quot;</span>s/^#Menu${Categories[$1]}/${menutip//<span style="color: #000099; font-weight: bold;">\/</span>/<span style="color: #000099; font-weight: bold;">\\</span>/}/<span style="color: #000099; font-weight: bold;">\&quot;</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>$Menufile<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;
	else
		menutip=&quot;+ <span style="color: #000099; font-weight: bold;">\\</span><span style="color: #000099; font-weight: bold;">\&quot;</span>%$Fvwmiconspath/categrories/${Categories[$1]}.png%${Categorieszh[$1]}<span style="color: #000099; font-weight: bold;">\\</span><span style="color: #000099; font-weight: bold;">\&quot;</span>	Popup Menu${Categories[$1]}<span style="color: #000099; font-weight: bold;">\n</span>#MenuCate&quot;
		eval &quot;sed -i <span style="color: #000099; font-weight: bold;">\&quot;</span>s/^#MenuCate/${menutip//<span style="color: #000099; font-weight: bold;">\/</span>/<span style="color: #000099; font-weight: bold;">\\</span>/}/<span style="color: #000099; font-weight: bold;">\&quot;</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>$Menufile<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;
		echo -e &quot;<span style="color: #000099; font-weight: bold;">\n</span>DestroyMenu Menu${Categories[$1]}<span style="color: #000099; font-weight: bold;">\n</span>AddToMenu Menu${Categories[$1]}<span style="color: #000099; font-weight: bold;">\n</span>#Menu${Categories[$1]}&quot; &gt;&gt; &quot;$Menufile&quot;
		menutip=&quot;+ <span style="color: #000099; font-weight: bold;">\\</span><span style="color: #000099; font-weight: bold;">\&quot;</span>%$2%$3<span style="color: #000099; font-weight: bold;">\\</span><span style="color: #000099; font-weight: bold;">\&quot;</span>	Exec exec $4<span style="color: #000099; font-weight: bold;">\n</span>#Menu${Categories[$1]}&quot;
		eval &quot;sed -i <span style="color: #000099; font-weight: bold;">\&quot;</span>s/^#Menu${Categories[$1]}/${menutip//<span style="color: #000099; font-weight: bold;">\/</span>/<span style="color: #000099; font-weight: bold;">\\</span>/}/<span style="color: #000099; font-weight: bold;">\&quot;</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>$Menufile<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;
	fi
}
&nbsp;
GET_INFO () { # $1 gives the desktop file name
&nbsp;
	local j name type execmd icon iconpath cattmp catnum
	name=&quot;`grep -i &quot;^name<span style="color: #000099; font-weight: bold;">\[</span>$Lang<span style="color: #000099; font-weight: bold;">\]</span>&quot; $1|sed &quot;s/^.*=//&quot;`&quot;
	[ &quot;$name&quot; ] || name=&quot;`grep -i &quot;^name=&quot; $1|sed &quot;s/^.*=//&quot;`&quot;
	execmd=&quot;`grep -i &quot;^exec=&quot; $1|sed &quot;s/^.*=//;s/%.//g&quot;`&quot;
	cattmp=&quot;`grep -i &quot;Categories=&quot; $1|sed &quot;s/^.*=//&quot;`&quot;
	for j in `seq 0 &quot;$((${#Categories[@]}-1))&quot;`;do
		[ &quot;${cattmp//${Categories[$j]}/}&quot; != &quot;$cattmp&quot; ] &amp;&amp; catnum=&quot;$j&quot; &amp;&amp; break
	done
	catnum=&quot;${catnum:-$((${#Categories[@]}-1))}&quot;
	icon=&quot;`grep -i &quot;^icon=&quot; $1|sed &quot;s/^.*=//&quot;`&quot;
	if [ -f &quot;$icon&quot; ];then
		iconpath=&quot;$icon&quot;
		[ ! -f &quot;$Fvwmiconspath/$icon&quot; -a &quot;$iconpath&quot; ] &amp;&amp; RESIZE &quot;$iconpath&quot; &quot;$Fvwmiconspath/&quot;`basename &quot;$icon&quot;`&quot;&quot;
	else
		[ &quot;${icon/%.png/}&quot; = &quot;$icon&quot; ] &amp;&amp; icon=&quot;${icon}.png&quot;
		iconpath=&quot;`find &quot;$Iconthemedir&quot; -type f -name &quot;$icon&quot; -print|sort|tail -n1`&quot;
		[ &quot;$iconpath&quot; ] || iconpath=&quot;`find &quot;$Iconthemedir&quot; -type f -name &quot;*$icon&quot; -print|sort|tail -n1`&quot;
		[ ! -f &quot;$Fvwmiconspath/$icon&quot; -a &quot;$iconpath&quot; ] &amp;&amp; RESIZE &quot;$iconpath&quot; &quot;$Fvwmiconspath/$icon&quot;
		iconpath=&quot;${iconpath:-&quot;$Fvwmiconspath/noicon.png&quot;}&quot;
	fi
	ADD_TO_MENU &quot;$catnum&quot; &quot;$Fvwmiconspath/`basename &quot;$icon&quot;`&quot; &quot;$name&quot; &quot;$execmd&quot;
}
&nbsp;
for k in /usr/share/applications/*.desktop;do
	GET_INFO &quot;$k&quot;
done</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://joolix.com/2009/01/fvwm-menu-auto-creator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>发布Joolix 8.04.1-1</title>
		<link>http://joolix.com/2009/01/joolix-8041-1_released/</link>
		<comments>http://joolix.com/2009/01/joolix-8041-1_released/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 12:43:58 +0000</pubDate>
		<dc:creator>xiooli</dc:creator>
				<category><![CDATA[Joolix]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[jeos]]></category>
		<category><![CDATA[Linux & Friends]]></category>
		<category><![CDATA[live OS]]></category>
		<category><![CDATA[slax]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://joolix.com/?p=30</guid>
		<description><![CDATA[Joolix 是一个基于 Ubuntu 的移动操作系统（8.04版是基于 Ubuntu jeos-8.04.1-jeos-i386），采用了类似 Slax 的 lzm 模块形式。。。。。。支持保存数据，可以安装到 U 盘或将其刻录至光盘，作为维修盘使用。]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><span style="color: #ff0000;">说明： </span></strong></p>
<p style="text-align: left;"><strong><span style="color: #ff0000;">登录用户： joolix，登录密码： joolix<br />
</span></strong></p>
<p style="text-align: left;">Joolix 是一个基于 Ubuntu 的移动操作系统（8.04版是基于 Ubuntu jeos-8.04.1-jeos-i386），采用了类似 Slax 的 lzm 模块形式，模块分为 base 模块（即系统需要的模块）和 modules 模块（即应用程序模块），不论是基础模块还是应用程序模块都可以自由更换，你可以自由的选择模块来构建自己所需要的系统，采用某模块与否其决定去完全在你（当然能不能正常工作就是另一回事了：））。</p>
<p style="text-align: left;">Joolix 也是一个及其轻量级的系统，基本系统带 Gnome 桌面及中文支持， Fcitx输入法，Opera 浏览器，Smplayer 播放器及 Evience pdf 阅读器才 180 多 M，你完全可以将其放进 U 盘里面随身携带， 不用担心你使用后的资料会丢失，Joolix 完全支持自动数据保存，你只需在 JOOLIX 文件夹里面创建一个块文件，将其命名为 CHANGES 并格式化为 ext3 等 linux 文件系统就可以了。如果你的机器不支持从 U 盘启动，那也没有关系， 在 JOOLIX 文件夹下面有一个生成 ISO 文件的脚本/批处理文件，只要运行之变可以将你拼凑好的系统变成一个 ISO 文件，你可以用虚拟机来测试其是否能够正常工作再决定将其刻录成光盘与否。在 linux 下你可以简单的用 kvm 来测试（下面命令中的 kvm 也可换为 quem） ：</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> kvm -cdrom   JOOLIX.iso   -localtime   -m  <span style="color: #000000;">500</span></pre></div></div>

<p><strong><span style="color: #ff0000;">安装：</span></strong></p>
<p>安装 Joolix 是非常简单的。</p>
<p><span style="color: #ff0000;">一，安装到 U 盘：</span></p>
<p><span style="color: #ff0000;"> <span style="color: #000000;">将 boot 文件夹和 JOOLIX 文件夹复制到 U 盘根目录，然后运行 boot 文件夹里面的 bootinst.sh（在 linux 下）或 bootinst.bat（在 windows 下）即可。安装好以后你可以自己向 U 盘里面 </span></span><span style="color: #ff0000;"><span style="color: #000000;">JOOLIX 文件夹里的 base 和 modules 文件夹增添 lzm 模块。</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"> <span style="color: #ff0000;">二，刻录到光盘：</span></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;"> <span style="color: #000000;">使用 </span></span></span></span><span style="color: #ff0000;"><span style="color: #000000;">JOOLIX 文件夹里面的 make_iso</span></span><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;"><span style="color: #000000;">.sh（linux 下）或 </span></span></span></span><span style="color: #ff0000;"><span style="color: #000000;">make_iso.bat（windows 下）来创建 ISO 文件，切记先检测其是否能正常工作，然后以光盘映像刻录到光盘便可以使用了。（注意，光盘不能保存数据：（）</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;"><strong>下载：</strong></span></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;"><strong> </strong><span style="color: #000000;">下载地址：<a href="http://ftp.ubuntu.org.cn/home/xiooli/Joolix-8.04/" target="_blank">http://ftp.ubuntu.org.cn/home/xiooli/Joolix-8.04/</a></span></span></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;"><span style="color: #000000;"> </span></span></span></span><span class="postbody">用户名：ubuntu<br />
密码：ubuntuftp</span></p>
<p><span class="postbody"> （谢谢叶大的 ftp，眼泪哗哗地阿）</span></p>
<p><span class="postbody">你还可以在这里下载：<a href="http://www.hatoyu.com/Joolix/" target="_blank">http://www.hatoyu.com/Joolix/</a></span></p>
<p><span class="postbody">（感谢Hato Yu同学的分流：））<br />
</span></p>
<p><span class="postbody"> 其中，Joolix-80411-base_gome.tar.gz 是基本系统，带 gnome 桌面，中文支持，fcitx输入法及一些 gnome 小组件，额外应用程序请到 lzms 目录去下载，并放至 JOOLIX/modules 目录。<br />
</span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;"> <strong>希望大家试用并提出改进意见 ：）</strong><br />
</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://joolix.com/2009/01/joolix-8041-1_released/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
