﻿<?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++博客-ACM___________________________-随笔分类-Linux</title><link>http://www.cppblog.com/MiYu/category/14412.html</link><description>                             ______________白白の屋</description><language>zh-cn</language><lastBuildDate>Tue, 05 Oct 2010 09:21:23 GMT</lastBuildDate><pubDate>Tue, 05 Oct 2010 09:21:23 GMT</pubDate><ttl>60</ttl><item><title>[翻译]Wine完全使用指南——从基本到高级[转]</title><link>http://www.cppblog.com/MiYu/archive/2010/10/05/128663.html</link><dc:creator>MiYu</dc:creator><author>MiYu</author><pubDate>Tue, 05 Oct 2010 02:28:00 GMT</pubDate><guid>http://www.cppblog.com/MiYu/archive/2010/10/05/128663.html</guid><wfw:comment>http://www.cppblog.com/MiYu/comments/128663.html</wfw:comment><comments>http://www.cppblog.com/MiYu/archive/2010/10/05/128663.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/MiYu/comments/commentRss/128663.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/MiYu/services/trackbacks/128663.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转载自 : &nbsp;http://forum.ubuntu.org.cn/viewtopic.php?t=72933&nbsp;为了回应最近网友的一些普遍问题，特此作以下说明：&nbsp;1、如果发现wine的注册表没有相应的键值，要自己创建。有时候用命令不行的话，只能手动一个个添加。&nbsp;2、wine还是一个不成熟的软件，经常出现bug，一切使用的问题和风险都只能自己承担。&nbsp;...&nbsp;&nbsp;<a href='http://www.cppblog.com/MiYu/archive/2010/10/05/128663.html'>阅读全文</a><img src ="http://www.cppblog.com/MiYu/aggbug/128663.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/MiYu/" target="_blank">MiYu</a> 2010-10-05 10:28 <a href="http://www.cppblog.com/MiYu/archive/2010/10/05/128663.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux 学习步骤</title><link>http://www.cppblog.com/MiYu/archive/2010/08/04/122218.html</link><dc:creator>MiYu</dc:creator><author>MiYu</author><pubDate>Wed, 04 Aug 2010 08:34:00 GMT</pubDate><guid>http://www.cppblog.com/MiYu/archive/2010/08/04/122218.html</guid><wfw:comment>http://www.cppblog.com/MiYu/comments/122218.html</wfw:comment><comments>http://www.cppblog.com/MiYu/archive/2010/08/04/122218.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/MiYu/comments/commentRss/122218.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/MiYu/services/trackbacks/122218.html</trackback:ping><description><![CDATA[<div style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 4px; BACKGROUND-COLOR: #eeeeee; PADDING-LEFT: 4px; WIDTH: 98%; PADDING-RIGHT: 5px; FONT-SIZE: 13px; WORD-BREAK: break-all; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 4px"><span style="COLOR: #000000"><br>　　</span><span style="COLOR: #000000">1</span><span style="COLOR: #000000">、先熟悉linux系统的常用命令。<br><br>　　</span><span style="COLOR: #000000">2</span><span style="COLOR: #000000">、深入学习emacs或者vim。值得你花半年时间系统学习！以后我们就是用这个编辑器来写程序的了，经过配置，emacs完完全全就是一个IDE了，像代码跳转，自动补齐（智能感应）以及其他的一些好用功能。<br><br>　　</span><span style="COLOR: #000000">3</span><span style="COLOR: #000000">、学习makefile的编写。因为我们是用makefile来组织我们的程序的就像vc6里头又dsp</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">dsw文件一样（当然也vc自己的makefile）。有些好的工具能帮助我们编写可以移植的makefile，如autoconf等。<br><br>　　</span><span style="COLOR: #000000">4</span><span style="COLOR: #000000">、学习用GUN的开发工具链，如gcc,gdb,ldd,ld,&#8230;&#8230;<br><br>　　</span><span style="COLOR: #000000">5</span><span style="COLOR: #000000">、学习linux的系统调用以及一些开源库。看看那些高手写的代码，长见识。学习cvs，因为大多数开源代码都是cvs管理的，用cvs&nbsp;把代码搞下来。<br><br>　　</span><span style="COLOR: #000000">6</span><span style="COLOR: #000000">、编写自己的代码，完成工作<br><br>　　大家遇到问题最多的估计就是如何搭建一个类似VC这样好用的IDE了，呵呵，多花点时间学习emacs，会受益无穷的。还有就是gdb调试时感觉不是很方便，其实gdb配合emacs用比vc6都好用呢！当然makefile编写也会让很多人畏惧，坚持一下就好了，特别是学会了atuoconf等工具，写个makefile还是非常容易的。<br><br>　　推荐读物：<br>　　linux系统使用：《鸟哥的LINUX私房菜：基础学习篇&nbsp;》<br>　　emacs学习：《学习GNU&nbsp;EMACS（第二版）》<br>　　linux开发工具学习：《LINUX&nbsp;</span><span style="COLOR: #000000">&amp;</span><span style="COLOR: #000000">&nbsp;UNIX程序开发基础教程&nbsp;》<br>　　linux系统调用学习：《UNIX</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">LINUX编程实践教程&nbsp;》，《UNIX环境高级编程（第2版）&nbsp;》<br><br>　　makefile学习呢，就在网上搜一下吧，参考一下别人的，犯不着买书，如果实在想买呢，《GNU&nbsp;MAKE项目管理（第三版完全修订版）（中文版）&nbsp;》也不错！cvs，在网上搜搜，教程很多的。</span></div>
<img src ="http://www.cppblog.com/MiYu/aggbug/122218.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/MiYu/" target="_blank">MiYu</a> 2010-08-04 16:34 <a href="http://www.cppblog.com/MiYu/archive/2010/08/04/122218.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>gdb 调试 详解</title><link>http://www.cppblog.com/MiYu/archive/2010/08/04/122215.html</link><dc:creator>MiYu</dc:creator><author>MiYu</author><pubDate>Wed, 04 Aug 2010 08:29:00 GMT</pubDate><guid>http://www.cppblog.com/MiYu/archive/2010/08/04/122215.html</guid><wfw:comment>http://www.cppblog.com/MiYu/comments/122215.html</wfw:comment><comments>http://www.cppblog.com/MiYu/archive/2010/08/04/122215.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/MiYu/comments/commentRss/122215.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/MiYu/services/trackbacks/122215.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: GDB概述GDB&nbsp;是GNU开源组织发布的一个强大的UNIX下的程序调试工具。或许，各位比较喜欢那种图形界面方式的，像VC、BCB等IDE的调试，但如果你是在&nbsp;UNIX平台下做软件，你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。所谓&#8220;寸有所长，尺有所短&#8221;就是这个道理。一般来说，GDB主要帮忙你完成下面四个方面的功能：1、启动你的程序...&nbsp;&nbsp;<a href='http://www.cppblog.com/MiYu/archive/2010/08/04/122215.html'>阅读全文</a><img src ="http://www.cppblog.com/MiYu/aggbug/122215.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/MiYu/" target="_blank">MiYu</a> 2010-08-04 16:29 <a href="http://www.cppblog.com/MiYu/archive/2010/08/04/122215.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>