<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 使用 WiFi ESSID 更新 Pidgin 状态信息</title>
	<atom:link href="http://linuxtoy.org/archives/essid-based-pidgin-status.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Wed, 23 May 2012 17:14:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lvs</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-136951</link>
		<dc:creator>lvs</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-136951</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-136622&quot; rel=&quot;nofollow&quot;&gt;Eidolon&lt;/a&gt;: 
这个需求不难实现，你查找一下NetworkManager的dbus接口，，写个小脚本监听插入无线网卡的信号,在监听到信号时，调用你的共享网络的脚本就可以了.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-136622" rel="nofollow">Eidolon</a>: 
这个需求不难实现，你查找一下NetworkManager的dbus接口，，写个小脚本监听插入无线网卡的信号,在监听到信号时，调用你的共享网络的脚本就可以了.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eidolon</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-136622</link>
		<dc:creator>Eidolon</dc:creator>
		<pubDate>Mon, 18 Jan 2010 01:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-136622</guid>
		<description>&lt;p&gt;来这里的都是高人啊，请教个问题：
我有一块无线网卡，经常用它来给手机共享网络。不过，每次都要手工的敲命令。
我的问题是，能不能当我插入无线网卡时，自动运行我的脚本，将无线网卡切换到Ad-Hoc模式？我相信是可以的，但不知道在哪里配置。高人给个提示。谢谢。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>来这里的都是高人啊，请教个问题：
我有一块无线网卡，经常用它来给手机共享网络。不过，每次都要手工的敲命令。
我的问题是，能不能当我插入无线网卡时，自动运行我的脚本，将无线网卡切换到Ad-Hoc模式？我相信是可以的，但不知道在哪里配置。高人给个提示。谢谢。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lvs</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-136140</link>
		<dc:creator>lvs</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-136140</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-136075&quot; rel=&quot;nofollow&quot;&gt;dongyuwei&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;呵呵，有意思&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-136075" rel="nofollow">dongyuwei</a>: </p>

<p>呵呵，有意思</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dongyuwei</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-136076</link>
		<dc:creator>dongyuwei</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-136076</guid>
		<description>&lt;p&gt;ubuntu下测试gtalk、msn、qq2008均可。一个IM帐号也可以测试（自己给自己发消息聊天吧，呵呵）。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ubuntu下测试gtalk、msn、qq2008均可。一个IM帐号也可以测试（自己给自己发消息聊天吧，呵呵）。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dongyuwei</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-136075</link>
		<dc:creator>dongyuwei</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-136075</guid>
		<description>&lt;p&gt;我写了段python脚本（也是通过pidgin的dbus接口），让远程pidgin IM 可以执行python代码（理论上可以执行任意脚本，目前只支持python），可以把pidgin当成VPN来使用。http://code.google.com/p/pidgin-vpn/&lt;/p&gt;

&lt;p&gt;1）修改trusted&lt;em&gt;buddy&lt;/em&gt;list = [&quot;your_account@gmail.com&quot;]。只执行自己信任的朋友发来的python 代码（消息）
2）发送的IM消息形如。中任意合法python 代码都会被执行（当然，有异常也会反馈错误结果给发送方）&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我写了段python脚本（也是通过pidgin的dbus接口），让远程pidgin IM 可以执行python代码（理论上可以执行任意脚本，目前只支持python），可以把pidgin当成VPN来使用。http://code.google.com/p/pidgin-vpn/</p>

<p>1）修改trusted<em>buddy</em>list = ["your_account@gmail.com"]。只执行自己信任的朋友发来的python 代码（消息）
2）发送的IM消息形如。中任意合法python 代码都会被执行（当然，有异常也会反馈错误结果给发送方）</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lvs</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-135877</link>
		<dc:creator>lvs</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-135877</guid>
		<description>&lt;p&gt;今晚较为详细了看了下Empathy, 其只是Telepathy框架的一个前端而已，Telepathy设计得非常灵活，充分利用dbus使其可以很方便的把现有IM提供的沟通服务以任何形式嵌入到任何程序中,仅仅只用来做一个pidgin克隆，我真觉得有点大材小用了。通过UbuntuOne或类似服务提供的云存储和TelePathy封装的沟通网络.其实可以创造很多更有趣的应用出来， 欢迎感兴趣的朋友和我探讨.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>今晚较为详细了看了下Empathy, 其只是Telepathy框架的一个前端而已，Telepathy设计得非常灵活，充分利用dbus使其可以很方便的把现有IM提供的沟通服务以任何形式嵌入到任何程序中,仅仅只用来做一个pidgin克隆，我真觉得有点大材小用了。通过UbuntuOne或类似服务提供的云存储和TelePathy封装的沟通网络.其实可以创造很多更有趣的应用出来， 欢迎感兴趣的朋友和我探讨.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-135874</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-135874</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-135837&quot; rel=&quot;nofollow&quot;&gt;nacre&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;哦？很不错的功能，可惜我只用 Gtalk 和 IRC，无福消受此项功能……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-135837" rel="nofollow">nacre</a>: </p>

<p>哦？很不错的功能，可惜我只用 Gtalk 和 IRC，无福消受此项功能……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nacre</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-135837</link>
		<dc:creator>nacre</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-135837</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-135810&quot; rel=&quot;nofollow&quot;&gt;黑日白月&lt;/a&gt;: 就是假如你在不同协议中有同一个人的多个帐号，可以把所有的帐号拖到一起(Drag and Drop)，合成一个联系人。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-135810" rel="nofollow">黑日白月</a>: 就是假如你在不同协议中有同一个人的多个帐号，可以把所有的帐号拖到一起(Drag and Drop)，合成一个联系人。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Homer</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-135824</link>
		<dc:creator>Homer</dc:creator>
		<pubDate>Mon, 11 Jan 2010 15:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-135824</guid>
		<description>&lt;p&gt;挺好玩的脚本。顶一下～&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>挺好玩的脚本。顶一下～</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/essid-based-pidgin-status.html#comment-135822</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Mon, 11 Jan 2010 14:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3633#comment-135822</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-135811&quot; rel=&quot;nofollow&quot;&gt;marklf&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;没试过，我是用 WebQQ + Prism + Alltray 登录 QQ 的，省的 TX 老要激活……&lt;/p&gt;

&lt;p&gt;@&lt;a href=&quot;#comment-135815&quot; rel=&quot;nofollow&quot;&gt;lvs&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;Ctrl + H 显示所有联系人后试试……我太清楚你说的“折叠”是什么意思，抱歉……&lt;/p&gt;

&lt;p&gt;目前 Empathy 还没有插件框架……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-135811" rel="nofollow">marklf</a>: </p>

<p>没试过，我是用 WebQQ + Prism + Alltray 登录 QQ 的，省的 TX 老要激活……</p>

<p>@<a href="#comment-135815" rel="nofollow">lvs</a>: </p>

<p>Ctrl + H 显示所有联系人后试试……我太清楚你说的“折叠”是什么意思，抱歉……</p>

<p>目前 Empathy 还没有插件框架……</p>]]></content:encoded>
	</item>
</channel>
</rss>

