<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7498522</id><updated>2011-04-22T13:01:23.251+08:00</updated><title type='text'>I.Have.A.Dream</title><subtitle type='html'>Linux， X-Windows, GTK+, Bluetooth</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7498522.post-1043910899958054718</id><published>2007-05-16T13:50:00.000+08:00</published><updated>2007-05-16T14:00:54.729+08:00</updated><title type='text'>Linux下使用Window的共享打印机</title><content type='html'>先在机子上安装好samba 和 cups 软件。&lt;br /&gt;1）添加打印机，名字为winprinter&lt;br /&gt;lpadmin -p winprinter -v smb://WORKGROUP/192.168.168.10/HPLaserJ -P HP_LaserJet_1020.ppd&lt;br /&gt;2）把winprinter 设置为Default Printer&lt;br /&gt;lpadmin -d winprinter&lt;br /&gt;&lt;br /&gt;修改/etc/cups/printer.conf文件&lt;defaultprinter&gt;&lt;br /&gt;&lt;defaultprinter&gt;&lt;br /&gt;Info winprinter&lt;br /&gt;DeviceURI smb://NJG/192.168.168.10/HPLaserJ1020&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;State Idle&lt;/span&gt;&lt;br /&gt;StateMessage&lt;br /&gt;StateTime 1179293367&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Accepting Yes&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Shared Yes&lt;/span&gt;&lt;br /&gt;JobSheets none none&lt;br /&gt;QuotaPeriod 0&lt;br /&gt;PageLimit 0&lt;br /&gt;KLimit 0&lt;br /&gt;OpPolicy default&lt;br /&gt;ErrorPolicy retry-job&lt;br /&gt;&lt;/defaultprinter&gt;&lt;/defaultprinter&gt;&lt;br /&gt;3）重启cups服务&lt;br /&gt;/etc/init.d/cupsys restart&lt;br /&gt;4）打印测试&lt;br /&gt;lp test.txt&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-1043910899958054718?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/1043910899958054718/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=1043910899958054718' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/1043910899958054718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/1043910899958054718'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2007/05/linuxwindow.html' title='Linux下使用Window的共享打印机'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-5193647343301366509</id><published>2007-05-15T22:21:00.000+08:00</published><updated>2007-05-15T22:28:08.806+08:00</updated><title type='text'>使用ffmpeg做屏幕录像</title><content type='html'>ffmpeg里的x11grab模块是专门处理屏幕录像的，所以在编译的时候要特别加上--enable-x11grab&lt;br /&gt;我的configure参数是：  ./configuration --prefix=/usr --enable-gpl --enable-libfaad --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-xvid --enable-amr-nb --enable-amr-wb --disable-ipv6 --disable-debug --enable-x11grab --extra-cflags=-I/usr/X11R6/include --extra-ldflags=-L/usr/X11R6/lib&lt;br /&gt;&lt;br /&gt;编译完成后，用ffmpeg就可以做屏幕录像了。&lt;br /&gt;ffmpeg -f x11grab -s 320x240 -i :0.0+10,10 output.mpg&lt;br /&gt;320x240是视频的大小&lt;br /&gt;0.0 是X11 Screen&lt;br /&gt;10,10是偏移量&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-5193647343301366509?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/5193647343301366509/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=5193647343301366509' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/5193647343301366509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/5193647343301366509'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2007/05/ffmpeg.html' title='使用ffmpeg做屏幕录像'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-4627084947742225280</id><published>2007-05-15T13:50:00.000+08:00</published><updated>2007-05-17T10:22:29.292+08:00</updated><title type='text'>蓝牙pincode设置</title><content type='html'>在/usr/var/lib/bluetooth/xx:xx:xx:xx:xx:xx/pincode里记录每个设备的pincode&lt;br /&gt;格式如下：&lt;br /&gt;00:03:89:AB:4D:9B 0000&lt;br /&gt;00:19:86:00:38:0C 0000&lt;br /&gt;&lt;br /&gt;注意：需要把/etc/bluetooth/hcid.conf 里的 security 设置为 auto&lt;br /&gt;options {&lt;br /&gt;        # Automatically initialize new devices&lt;br /&gt;        autoinit yes;&lt;br /&gt;&lt;br /&gt;        # Security Manager mode&lt;br /&gt;        #   none - Security manager disabled&lt;br /&gt;        #   auto - Use local PIN for incoming connections&lt;br /&gt;        #   user - Always ask user for a PIN&lt;br /&gt;        #&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;        security auto;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;        # Pairing mode&lt;br /&gt;        #   none  - Pairing disabled&lt;br /&gt;        #   multi - Allow pairing with already paired devices&lt;br /&gt;        #   once  - Pair once and deny successive attempts&lt;br /&gt;        pairing multi;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-4627084947742225280?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/4627084947742225280/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=4627084947742225280' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/4627084947742225280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/4627084947742225280'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2007/05/pincode.html' title='蓝牙pincode设置'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-661795294305174889</id><published>2007-01-25T13:56:00.000+08:00</published><updated>2007-01-25T14:12:05.270+08:00</updated><title type='text'>TAB Shortcur for VIM7</title><content type='html'>j今天真高兴，我搞定vim7中的TAB快捷键设置。&lt;br /&gt;在.vimrc中加入以下就可以用 ALT+num来切换TAB页了。&lt;br /&gt;map &lt;a-1&gt;&lt;a-1&gt; 1gt&lt;br /&gt;map &lt;a-2&gt; &lt;a-2&gt; 2gt&lt;br /&gt;map &lt;a-3&gt; &lt;a-3&gt; 3gt&lt;br /&gt;map &lt;a-4&gt; &lt;a-4&gt; 4gt&lt;br /&gt;map &lt;a-5&gt; &lt;a-5&gt; 5gt&lt;br /&gt;好记性不如烂笔头，记一下吧，省得以后忘记了。&lt;/a-5&gt;&lt;/a-4&gt;&lt;/a-3&gt;&lt;/a-2&gt;&lt;/a-1&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-661795294305174889?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/661795294305174889/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=661795294305174889' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/661795294305174889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/661795294305174889'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2007/01/tab-shortcur-for-vim7.html' title='TAB Shortcur for VIM7'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-979691261812491454</id><published>2007-01-09T11:10:00.000+08:00</published><updated>2007-01-14T22:14:54.324+08:00</updated><title type='text'>组建Linux下的个人蓝牙局域网</title><content type='html'>用bluetooth 来组建个人的无线局域网，方便，实用而灵活。&lt;br /&gt;首先需要安装bluez-libs、bluez-utils，还有内核中的bnep模块。&lt;br /&gt;1: 启动蓝牙hciconfig hci0 up piscan&lt;br /&gt;2: modprobe bnep&lt;br /&gt;*以上步骤，在主机和和客户机上都要操作&lt;br /&gt;&lt;br /&gt;3: 在主机上，运行pand --listen --role NAP --master&lt;br /&gt;  在客户机上，运行pand --connect 00:11:67:46:4E:4E --role NAPU&lt;br /&gt;4: 当用pand -l 能看到&lt;br /&gt;  bnep0 00:11:67:46:4E:4E PANU&lt;br /&gt;  说明连接成功&lt;br /&gt;5: 在主机上设置ifconfig bnep0 10.10.106.1&lt;br /&gt;  在客户机上设置ifconfig bnep0 10.10.106.2&lt;br /&gt;&lt;br /&gt;至此，你就可以从10.10.106.2 ping 到10.10.106.1&lt;br /&gt;&lt;br /&gt;若需要共享上网，则需要在主机上用iptable来设置一下。&lt;br /&gt;客户机要添加route&lt;br /&gt;route add -net default gw 10.10.106.1&lt;br /&gt;&lt;br /&gt;以下是我的iptable的脚本。&lt;br /&gt;#!/bin/bash&lt;br /&gt;IPTABLES='/usr/sbin/iptables'&lt;br /&gt;# Set interface values&lt;br /&gt;EXTIF='ppp0'&lt;br /&gt;INTIF1='bnep0'&lt;br /&gt;# enable ip forwarding in the kernel&lt;br /&gt;/bin/echo 1 &gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;# flush rules and delete chains&lt;br /&gt;$IPTABLES -F&lt;br /&gt;$IPTABLES -X&lt;br /&gt;# enable masquerading to allow LAN internet access&lt;br /&gt;$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE&lt;br /&gt;# forward LAN traffic from $INTIF1 to Internet interface $EXTIF&lt;br /&gt;$IPTABLES -A FORWARD -i $INTIF1 -o $EXTIF -m state --state NEW,ESTABLISHED -j ACCEPT&lt;br /&gt;#echo -e "       - Allowing access to the SSH server"&lt;br /&gt;$IPTABLES -A INPUT --protocol tcp --dport 22 -j ACCEPT&lt;br /&gt;#echo -e "       - Allowing access to the HTTP server"&lt;br /&gt;$IPTABLES -A INPUT --protocol tcp --dport 80 -j ACCEPT&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-979691261812491454?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/979691261812491454/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=979691261812491454' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/979691261812491454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/979691261812491454'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2007/01/linux.html' title='组建Linux下的个人蓝牙局域网'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-6676223951547722561</id><published>2007-01-07T13:49:00.000+08:00</published><updated>2007-01-07T13:50:58.875+08:00</updated><title type='text'>iBook G4 与 Nokia5500 蓝牙数据传输</title><content type='html'>由于本人近日买了个带蓝牙的Nokia5500，正好可以跟我的iBook G4上的蓝牙进行通讯了，Happying&lt;br /&gt;所以本人近日一直在研究bluetooth，并将一些心得与大家分享。&lt;br /&gt;linux的主要是通过bluez蓝牙协议栈来支持bluetooth device，大部分的蓝牙设备都得到了很好的支持。 &lt;br /&gt;iBook G4里用的是CSR BlueCore 4的蓝牙芯片，可以支持Bluetooth V2.0。&lt;br /&gt;需要先下载、编译bluez.org上的bluez-libs和bluez-utils两个软件包&lt;br /&gt;&lt;br /&gt;1: modprobe bluetooth rfcomm  加载 bluetooth 和rfcomm内核模块。&lt;br /&gt;  hid2hci  *这个可能就是在iBook G4上的linux要运行一下，不然 hciconfig -a 看不到hci 设备。&lt;br /&gt;2: hciconfig hci0 up piscan ，开启蓝牙设备&lt;br /&gt;  * hcitool hci0 scan可以扫描到Nokia5500手机，可以看到手机的地址&lt;br /&gt;3: 编译openobex, obexftp，这些软件可以在openobex网站上下到。&lt;br /&gt;4: 在root 用户下，运行sdpd&lt;br /&gt;   sdpd * Service Disvovery Protocol Daemon&lt;br /&gt;5: sdptool add --channel=10 OPUSH&lt;br /&gt;  * Nokia 系列用的是通道10，其他手机可能是别的通道号。&lt;br /&gt;  *你可以用sdptool browse 00:18:12:3A:3D:DD看到手机提供的Service和相应的Channel&lt;br /&gt;&lt;br /&gt;6: 运行obexftpd -b , 启动基于obex的ftp服务器程序，以接受文件。&lt;br /&gt;&lt;br /&gt;然后在Nokia5500的手机上可以通过蓝牙给iBook G4发送东西了。&lt;br /&gt;[多媒体==&gt;图像===&gt;选项===&gt;发送===&gt;通过蓝牙]&lt;br /&gt;&lt;br /&gt;从iBook G4发文件到Nokia5500的手机上，只需要用obexftp 就可以了&lt;br /&gt;obexftp -b 00:18:12:3A:3D:DD -B 9 -U none -p demo.jpg&lt;br /&gt;你就可以在信息的收件箱里看到。&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-6676223951547722561?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/6676223951547722561/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=6676223951547722561' title='1 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/6676223951547722561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/6676223951547722561'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2007/01/ibook-g4-nokia5500.html' title='iBook G4 与 Nokia5500 蓝牙数据传输'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-2047079980869411767</id><published>2006-11-22T15:55:00.000+08:00</published><updated>2006-11-22T16:41:10.763+08:00</updated><title type='text'>XMMS中文显示（使用文泉驿字体）</title><content type='html'>由于XMMS是Gtk1.2的程序，对中文的支持不是很理想。&lt;br /&gt;下面我通过修改gtkrc来实现对XMMS的中文支持。&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1:&lt;/span&gt; 下载&lt;a href="http://wqy.sourceforge.net/"&gt;文泉驿&lt;/a&gt;字体，最好是pcf格式的。&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2:&lt;/span&gt; 修改Xorg.conf/XF86Config-4，添加字体路径&lt;br /&gt;Section "Files"&lt;br /&gt;...&lt;br /&gt;FontPath  "&lt;span style="font-weight: bold;"&gt;WenQuanYi Font Path&lt;/span&gt;"&lt;br /&gt;...&lt;br /&gt;EndSection&lt;br /&gt;重新启动XServer, 可以用&lt;span style="font-weight: bold;"&gt;xlsfonts&lt;/span&gt; | &lt;span style="font-weight: bold;"&gt;grep "wen"&lt;/span&gt; 可以看到&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;...&lt;/span&gt;&lt;br /&gt;-wenquanyi-wenquanyi bitmap song-bold-r-normal--13-130-75-75-p-80-iso10646-1&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3:&lt;/span&gt; 在用户目录下，创建.gtkrc（gtk-1.2默认的配置文件），添加以下内容：&lt;br /&gt;style "gtk-default" {&lt;br /&gt;fontset ="-wenquanyi-wenquanyi bitmap song-medium-r-normal-*-*-130-*-*-p-*-iso10646-1"&lt;br /&gt;}&lt;br /&gt;class "GtkWidget" style "gtk-default"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-2047079980869411767?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/2047079980869411767/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=2047079980869411767' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/2047079980869411767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/2047079980869411767'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/11/xmms.html' title='XMMS中文显示（使用文泉驿字体）'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-2757936374441525971</id><published>2006-11-22T15:41:00.000+08:00</published><updated>2007-01-15T17:08:25.666+08:00</updated><title type='text'>[技术共享］TV Card(saa7134)＋遥控支持 for linux</title><content type='html'>现在的linux的2.6内核里，对saa713x和bttv系列的电视卡提供了很不错的支持。&lt;br /&gt;经本人好几天，辛苦捣鼓，终于把我的电视精灵2(芯片:saa7130HL)弄到linux上了。&lt;br /&gt;特将本人心得与大家分享。&lt;br /&gt;我的环境是2.6.16,最新的kernel。&lt;br /&gt;一般的PCI电视卡，在2.6.x系列的kernel上，均可以自己认出。不过你需要就是在insmod的时候，指定card=xxx,tuner=xxx&lt;br /&gt;这很重要的，默认的值都不大对的，需要自己手工调的。&lt;br /&gt;这几个值，可以参照linux内核的Documents/video4linux/CARDLIST.xxxx文档。&lt;br /&gt;假如我们要在开机的时候，自己让系统insmod你的模块，只需在创建/etc/modprobe.d/saa7134文件，把你的设置写进去就可以了。我的saa7134内容:&lt;br /&gt;options saa7134 card=21 tuner=38 i2c_scan=1&lt;br /&gt;*NOTE* 在2.6.18以后的内核最好加上i2c_scan=1&lt;br /&gt;install saa7134 /sbin/modprobe --ignore-install saa7134; /sbin/modprobe saa7134-alsa&lt;br /&gt;options saa7134-alsa&lt;br /&gt;这样你的linux重启后，就可以用tvtime来看电视了。这很简单哦，呵呵。&lt;br /&gt;由于遥控器都是厂家自己定制的，所以处理起来比较累。像我的天敏出品的就没有支持的，只好自己动手了。&lt;br /&gt;How to add remote control support to a card (GPIO remotes)&lt;br /&gt;&lt;br /&gt;The operation is as follows (at least it is how i did it):&lt;br /&gt;&lt;br /&gt; 1. you make detinitions of your board to have remote control (in saa7134-cards.c).&lt;br /&gt;2. in saa7134-input.c, you add a case for it into the switch statement, with mask_keycode=0. Use any ir_codes array for the start. Well, you should also determine whenever polling is needed, too.&lt;br /&gt;**NOTE** 你没有gpio数据输出的时候，则加上polling&lt;br /&gt; 3. Load saa7134 module with ir_debug=1 parameter.&lt;br /&gt; 4. press the keys on your remote control and watch syslog (dmesg). You will see something like&lt;br /&gt;&lt;br /&gt;build_key gpio=0x12345 mask=0x0 data=0&lt;br /&gt;&lt;br /&gt;in dmesg output after each key press/release.&lt;br /&gt;&lt;br /&gt;Pay attention to gpio=0x... stuff. You will see some bits which does not change, and some which do. The ones which changes should be in your mask_keycode and mask_keydown (mask_keycode should contain not more than 8 bits set to 1, others should be set to 0). Mask_keyup and mask_keydown - those are easy to determine if you see some bit is always on when you press a key and off when you release it, or the reverse.&lt;br /&gt;&lt;br /&gt;Ie, you will have to determine which bits in gpio value represents the key# pressed/released, and which indicate whenever it is the press or release.&lt;br /&gt;&lt;br /&gt;After this, recompile saa7134 module with correct mask_* stuff in your saa7134_input_init1() routine. Now, the dmesg output should look like&lt;br /&gt;&lt;br /&gt;build_key gpio=0x12345 mask=0x&lt;mask_value&gt; data=5&lt;br /&gt;&lt;br /&gt;Ensure the data= value is different for each key, if not, you'll have to modify mask_keycode again.&lt;br /&gt;&lt;br /&gt;Next, build the key table, by writing a file with one line for every of your key, with two fields -- key name and the data=value assotiated with it.&lt;br /&gt;&lt;br /&gt;Try to find existing table matching your one. If there's one, use it. If none is found, build your own.&lt;br /&gt;&lt;br /&gt;That's basically it.&lt;br /&gt;以上内容来自&lt;a target="_blank" href="http://linuxtv.org/v4lwiki/index.php/Remote_controllers"&gt;V4L的Wiki&lt;/a&gt;，很有帮助的。&lt;br /&gt;主要是调整mask_keycode和mask_keyup这几个值，比较累。没有厂家的资料，我们自己猜，呵呵。&lt;br /&gt;修改好，make modules; make modules_install即可。&lt;br /&gt;                                                               吴汝旭 于2006.05.03凌晨&lt;br /&gt;&lt;/mask_value&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-2757936374441525971?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/2757936374441525971/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=2757936374441525971' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/2757936374441525971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/2757936374441525971'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/11/tv-cardsaa7134-for-linux.html' title='[技术共享］TV Card(saa7134)＋遥控支持 for linux'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-2037080073195471737</id><published>2006-11-21T21:55:00.000+08:00</published><updated>2007-06-23T17:57:32.351+08:00</updated><title type='text'>Linux 有用的小工具</title><content type='html'>&lt;span style="font-weight: bold;"&gt;dos2unix&lt;/span&gt;: 可以把Windows格式文件转成Linux格式的。可以通过 apt-get install sysutils来获取&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;zip&lt;/span&gt;: zip -r demo.zip demo/  可以来压缩demo目录为demo.zip&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;fnset&lt;/span&gt;: 可以用来设置iBook 里fn的功能键。可以通过 apt-get install powerpc-utils来获取&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;locate&lt;/span&gt;: 在文件索引数据库里，快速查找文件。文件索引数据库可以用updatedb来生成&lt;br /&gt;&lt;br /&gt;NOTE: apt-get install manpages-dev 可以获取C函数的man 文件&lt;br /&gt;&lt;br /&gt;被人封了好长，真是鄙视他们，TMD 真没出息。&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-2037080073195471737?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/2037080073195471737/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=2037080073195471737' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/2037080073195471737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/2037080073195471737'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/11/linux.html' title='Linux 有用的小工具'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-116116324929024711</id><published>2006-10-18T17:17:00.000+08:00</published><updated>2006-11-22T16:36:18.485+08:00</updated><title type='text'>Latex简历</title><content type='html'>用Latex来写简历，还是头一遭。不过还好，下了个模板，改起来还是很方便的。&lt;br /&gt;点击下载，我的&lt;a href="http://fad.sourceforge.net/resume/wrxzzj.pdf"&gt;个人英文简历&lt;/a&gt;&lt;br /&gt;今天在网路上发现一个很好的&lt;a href="http://edt1023.sayya.org/tex/latex123/latex123.html"&gt;Latex教程&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-116116324929024711?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/116116324929024711/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=116116324929024711' title='1 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116116324929024711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116116324929024711'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/10/latex.html' title='Latex简历'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-116053790281650778</id><published>2006-10-11T11:33:00.000+08:00</published><updated>2006-11-22T16:38:59.429+08:00</updated><title type='text'>iBook G4的声卡在Linux下的使用</title><content type='html'>在kernel*里选择上&lt;span style="font-weight: bold;"&gt;Apple Onboard Audio&lt;/span&gt;的支持，不要选择Powermac Device。&lt;br /&gt;在Apple Onboard Audio里，选择codec-tas, soundbus, i2sbus, fabric-layout等子模块&lt;br /&gt;修改/etc/modules，添加&lt;br /&gt;...&lt;br /&gt;snd-aoa-codec-tas&lt;br /&gt;snd-aoa-soundbus&lt;br /&gt;snd-aoa-i2sbus&lt;br /&gt;snd-aoa-fabric-layout&lt;br /&gt;然后重启，Linux就可以自动加载ALSA的相关模块。&lt;br /&gt;*我的kernel的版本是2.6.18&lt;br /&gt;我的kernel .config，可以在这里&lt;a href="http://fad.sourceforge.net/ibook-g4/kernel-config"&gt;下载&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-116053790281650778?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/116053790281650778/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=116053790281650778' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116053790281650778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116053790281650778'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/10/ibook-g4.html' title='iBook G4的声卡在Linux下的使用'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-116053748820657044</id><published>2006-10-11T11:21:00.000+08:00</published><updated>2006-11-23T13:57:33.204+08:00</updated><title type='text'>iBook G4的蓝牙在linux下的使用</title><content type='html'>iBook G4的蓝牙在linux下的配置比较方便，只要在编译的时候，加上Bluetooth的支持就可以了&lt;br /&gt;1:mobprobe bluetooth&lt;br /&gt;2:hid2hci(由于在iBook G4的hciconfig看不到hci设备，需要转换一下），源代码在&lt;a href="http://fad.sourceforge.net/ibook-g4/hid2hci.c"&gt;hid2hci.c&lt;/a&gt;&lt;br /&gt;下来之后，用gcc -o hid2hci hid2hci.c，编译一下，就可以使用了。&lt;br /&gt;3:在root下&lt;br /&gt;   ＃hid2hci&lt;br /&gt;   #hciconfig； 应该看到你的bluetooth设置了&lt;br /&gt;   #hcitool scan ; 可以用来扫描周围的BT设备了&lt;br /&gt;  &lt;br /&gt;Note:要传输文件，数据，最好用&lt;a href="http://www.sourceforge.net/projects/openobex"&gt;obexftp&lt;/a&gt;来，这个用起来比较方便点&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-116053748820657044?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/116053748820657044/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=116053748820657044' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116053748820657044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116053748820657044'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/10/ibook-g4linux.html' title='iBook G4的蓝牙在linux下的使用'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-116053654627089293</id><published>2006-10-11T11:03:00.000+08:00</published><updated>2006-11-22T15:51:57.257+08:00</updated><title type='text'>iBook G4 的无线网卡在linux下的使用</title><content type='html'>iBook G4 使用的是BroadCom的bcm 4318芯片，其驱动已经在最新的linux-2.6.18里得到支持，虽然不是很稳定，但已经能很好地work起来了。主要有如下步骤：&lt;br /&gt;1: 在内核中编译Broadcom模块， bcm43xx&lt;br /&gt;2: 重启后，mobprobe bcm43xx&lt;br /&gt;3: iwconfig 看是否有无线网卡的存在&lt;br /&gt;4: 设置无线网卡:&lt;br /&gt;  ifconfig eth1 up ;先开启eth1网卡&lt;br /&gt;  iwconfig eth1 essid xxxx key xxxx-xxxx-xx ; 设置无线的essid 和key&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;方法1：&lt;/span&gt;&lt;br /&gt;  ifconfig eth1 xx.xx.xx.xx ; 设置eth1 的ip地址&lt;br /&gt;  route add -net default gw xx.xx.xx.xx ; 加入网关地址&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;方法2：&lt;/span&gt;&lt;br /&gt;dhclient eth1; 用dhclient来自动获取IP 地址&lt;br /&gt;&lt;br /&gt;Note: 由于当前的bcm43xx模块（不稳定）在dhclient 自动获取ip地址时，会有失败，所以我这里自己指定gateway 和 ip。可以升级&lt;a href="http://www.isc.org/index.pl?/sw/dhcp/"&gt;dhclient&lt;/a&gt;来消除该bug&lt;br /&gt;在modprobe bcm43xx的过程中，模块需要firmware文件（用dmesg可以看到），否则modprobe bcm43xx 会失败。&lt;br /&gt;你可以去下&lt;a href="http://developer.berlios.de/project/showfiles.php?group_id=4547"&gt;fwcutter&lt;/a&gt;来生成firmware文件。具体的sys文件可以在这里&lt;a href="http://fad.sourceforge.net/ibook-g4/bcmwl5.sys"&gt;下载&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-116053654627089293?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/116053654627089293/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=116053654627089293' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116053654627089293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/116053654627089293'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/10/ibook-g4-linux.html' title='iBook G4 的无线网卡在linux下的使用'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-115804693160219193</id><published>2006-09-12T15:38:00.000+08:00</published><updated>2006-09-12T15:47:03.986+08:00</updated><title type='text'>Regular Expressions</title><content type='html'>&lt;span style="font-weight: bold;"&gt;"."&lt;/span&gt;&lt;br /&gt;   (Dot.) In the default mode, this matches any character except a newline. If the DOTALL flag has been specified, this matches any character including a newline.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;"^"&lt;/span&gt;&lt;br /&gt;   (Caret.) Matches the start of the string, and in MULTILINE mode also matches immediately after each newline.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;"$"&lt;/span&gt;&lt;br /&gt;   Matches the end of the string or just before the newline at the end of the string, and in MULTILINE mode also matches before a newline. foo matches both 'foo' and 'foobar', while the regular expression foo$ matches only 'foo'. More interestingly, searching for foo.$ in 'foo1\nfoo2\n' matches 'foo2' normally, but 'foo1' in MULTILINE mode.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;"*"&lt;/span&gt;&lt;br /&gt;   Causes the resulting RE to match 0 or more repetitions of the preceding RE, as many repetitions as are possible. ab* will match 'a', 'ab', or 'a' followed by any number of 'b's.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;"+"&lt;/span&gt;&lt;br /&gt;   Causes the resulting RE to match 1 or more repetitions of the preceding RE. ab+ will match 'a' followed by any non-zero number of 'b's; it will not match just 'a'.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;"?"&lt;/span&gt;&lt;br /&gt;   Causes the resulting RE to match 0 or 1 repetitions of the preceding RE. ab? will match either 'a' or 'ab'.&lt;br /&gt;&lt;a href="http://docs.python.org/lib/re-syntax.html"&gt;more detail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-115804693160219193?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/115804693160219193/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=115804693160219193' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/115804693160219193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/115804693160219193'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/09/regular-expressions.html' title='Regular Expressions'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-115560500022852499</id><published>2006-08-15T09:17:00.000+08:00</published><updated>2006-08-15T09:23:20.253+08:00</updated><title type='text'>宝宝六个月了</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh6.google.com/wrxzzj/ROELkd_jABI/AAAAAAAAAFE/MZGSYAtRsZ8/dsc00526.jpg?imgmax=640"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px;" src="http://lh6.google.com/wrxzzj/ROELkd_jABI/AAAAAAAAAFE/MZGSYAtRsZ8/dsc00526.jpg?imgmax=640" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;到今天宝宝已经六个月了，现在长得越来越可爱的，真的好开心。&lt;br /&gt;希望你能快快长大，我家可爱的悠悠，爸爸永远都祝福你哦。&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-115560500022852499?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/115560500022852499/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=115560500022852499' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/115560500022852499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/115560500022852499'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/08/blog-post.html' title='宝宝六个月了'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7498522.post-115551549123869141</id><published>2006-08-14T08:27:00.000+08:00</published><updated>2006-11-22T15:40:42.328+08:00</updated><title type='text'>Blogger第一贴</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger/2777/465/320/logo.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;   终于Blogspot在中国大陆能用了，不知道是不是真的开放了，还是GreatWall 没发现，我们拭目以待。&lt;br /&gt;支持一下伟大的好用的Blogger！&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7498522-115551549123869141?l=wrxzzj.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wrxzzj.blogspot.com/feeds/115551549123869141/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7498522&amp;postID=115551549123869141' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/115551549123869141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7498522/posts/default/115551549123869141'/><link rel='alternate' type='text/html' href='http://wrxzzj.blogspot.com/2006/08/blogger.html' title='Blogger第一贴'/><author><name>RuXu W.</name><uri>http://www.blogger.com/profile/17371412943960795071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/blogger/2777/465/1600/logo.jpg'/></author><thr:total>0</thr:total></entry></feed>
