﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>C++博客-douhui2002-随笔分类-linux初步</title><link>http://www.cppblog.com/douhui2002/category/16482.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 12 Apr 2011 06:28:47 GMT</lastBuildDate><pubDate>Tue, 12 Apr 2011 06:28:47 GMT</pubDate><ttl>60</ttl><item><title>ubuntu 中 在线听音乐</title><link>http://www.cppblog.com/douhui2002/archive/2011/04/12/144022.html</link><dc:creator>douhui</dc:creator><author>douhui</author><pubDate>Tue, 12 Apr 2011 04:52:00 GMT</pubDate><guid>http://www.cppblog.com/douhui2002/archive/2011/04/12/144022.html</guid><wfw:comment>http://www.cppblog.com/douhui2002/comments/144022.html</wfw:comment><comments>http://www.cppblog.com/douhui2002/archive/2011/04/12/144022.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/douhui2002/comments/commentRss/144022.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/douhui2002/services/trackbacks/144022.html</trackback:ping><description><![CDATA[http://www.1ting.com/ 一听音乐网<br><br>安装moonlight ：&nbsp; 官网&nbsp; http://www.go-mono.com/moonlight&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 下载插件<br><br>这样就可以了，只装flash容易死。<br><br><img src ="http://www.cppblog.com/douhui2002/aggbug/144022.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/douhui2002/" target="_blank">douhui</a> 2011-04-12 12:52 <a href="http://www.cppblog.com/douhui2002/archive/2011/04/12/144022.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ubuntu中tar命令的使用</title><link>http://www.cppblog.com/douhui2002/archive/2011/04/12/144005.html</link><dc:creator>douhui</dc:creator><author>douhui</author><pubDate>Tue, 12 Apr 2011 01:31:00 GMT</pubDate><guid>http://www.cppblog.com/douhui2002/archive/2011/04/12/144005.html</guid><wfw:comment>http://www.cppblog.com/douhui2002/comments/144005.html</wfw:comment><comments>http://www.cppblog.com/douhui2002/archive/2011/04/12/144005.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/douhui2002/comments/commentRss/144005.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/douhui2002/services/trackbacks/144005.html</trackback:ping><description><![CDATA[tar参数：<br><br>-c&nbsp; 创建一个压缩包（默认是tar格式） <br>-z&nbsp; 创建一个gz包<br>-v&nbsp; 显示过程<br>-f&nbsp;&nbsp; 设定创建的包名<br>-x&nbsp; 解压一个压缩包（默认是tar格式） <br>-j&nbsp;&nbsp; 创建一个bz2包<br><br>实例：<br><br>tar&nbsp; -czvf&nbsp; YaSuo.tar.gz&nbsp; dhFiles/*&nbsp;&nbsp; 将当前目录下dhFiles文件夹中的所有文件压缩成gz包<br>tar&nbsp; -xzvf&nbsp; YaSuo.tar.gz&nbsp; 解压<br><br>其他的如zip等命令可参考csdn&nbsp; blog:<br>&nbsp;http://blog.csdn.net/mecho/archive/2009/07/02/4316591.aspx<br><br> <img src ="http://www.cppblog.com/douhui2002/aggbug/144005.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/douhui2002/" target="_blank">douhui</a> 2011-04-12 09:31 <a href="http://www.cppblog.com/douhui2002/archive/2011/04/12/144005.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ubuntu中deb 包的强制安装 </title><link>http://www.cppblog.com/douhui2002/archive/2011/04/08/143720.html</link><dc:creator>douhui</dc:creator><author>douhui</author><pubDate>Fri, 08 Apr 2011 08:41:00 GMT</pubDate><guid>http://www.cppblog.com/douhui2002/archive/2011/04/08/143720.html</guid><wfw:comment>http://www.cppblog.com/douhui2002/comments/143720.html</wfw:comment><comments>http://www.cppblog.com/douhui2002/archive/2011/04/08/143720.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/douhui2002/comments/commentRss/143720.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/douhui2002/services/trackbacks/143720.html</trackback:ping><description><![CDATA[sudo dpkg -i --force-architecture *.deb<br><img src ="http://www.cppblog.com/douhui2002/aggbug/143720.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/douhui2002/" target="_blank">douhui</a> 2011-04-08 16:41 <a href="http://www.cppblog.com/douhui2002/archive/2011/04/08/143720.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ubuntu 输入法的安装-SCIM</title><link>http://www.cppblog.com/douhui2002/archive/2011/04/07/143620.html</link><dc:creator>douhui</dc:creator><author>douhui</author><pubDate>Thu, 07 Apr 2011 06:14:00 GMT</pubDate><guid>http://www.cppblog.com/douhui2002/archive/2011/04/07/143620.html</guid><wfw:comment>http://www.cppblog.com/douhui2002/comments/143620.html</wfw:comment><comments>http://www.cppblog.com/douhui2002/archive/2011/04/07/143620.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/douhui2002/comments/commentRss/143620.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/douhui2002/services/trackbacks/143620.html</trackback:ping><description><![CDATA[换源;<br><br>ubuntu scim输入法的安装<br><br>$sudo apt-get install scim<br>$sudo apt-get install scim-modules-socket<br>$sudo apt-get install scim-modules-table<br>$sudo apt-get install scim-pinyin<br>$sudo apt-get install scim-tables-zh<br>$sudo apt-get install scim-input-pad<font color=royalblue></font><br><br>
<img src ="http://www.cppblog.com/douhui2002/aggbug/143620.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/douhui2002/" target="_blank">douhui</a> 2011-04-07 14:14 <a href="http://www.cppblog.com/douhui2002/archive/2011/04/07/143620.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>