自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (12)
  • 收藏
  • 关注

转载 Linux 引导过程内幕

From:http://www.ibm.com/developerworks/cn/linux/l-linuxboot/ 从主引导记录到第一个用户空间应用程序的指导

2008-03-31 19:31:00 496

转载 掌握 Linux 调试技术

From:http://www.ibm.com/developerworks/cn/linux/sdk/l-debug/#resources 在 Linux 上找出并解决程序错误的主要方法

2008-03-28 16:38:00 679

转载 fedora8英文环境下启用中文输入法(使用scim)

From:http://www.linuxdiyf.com/viewarticle.php?id=67935我在测试的时候 ,从网络上找了很多的方法,但是都没有效果,在我快要失望的时候,找到了如下的一个方法,解决了英文环境下中文输入的难题: 1. 在/etc/sysconfig/i18n中加入LC_CTYPE="zh_CN" LC_CTYPE是用户的环境变量,用来指明字符类型以及字符编码。LC_

2008-03-20 18:49:00 1202

转载 在Fedora7英文环境下使用scim

From:http://www.linuxdiyf.com/bbs/viewthread.php?tid=65876&highlight=scim  今日再次安装Fedora7,安装成功后首先就是调整中文输入法。因为一直喜欢在英文界面下输入中文,虽然FEDORA后面的几个版本都自动安装了 scim中文输入法,但在默认状况下却不能使用,不得已只好调整。 记得在用Fedora5时,只要将/etc/X1

2008-03-20 18:48:00 738

原创 linux 下的飞信 3月11日 放上源码编译需要的autogen.sh

From:http://www.linuxsir.org/bbs/thread320802.html问题反馈:此页面,或者 http://www.donews.net/gradetwo 代码: http://sourceforge.net/projects/fetion 使用方法:把libfetion.so文件放置到 $HOME/.purple/plugins/ 或者/usr/lib/purpl

2008-03-19 02:27:00 1062

转载 什么是tty?

From:http://blog.chinaunix.net/u1/45275/showart_357580.html终端是一种字符型设备,它有多种类型,通常使用tty来简称各种类型的终端设备。tty是Teletype的缩写。Teletype是最早出现的一种终端设备,很象电传打字机(或者说就是?),是由Teletype公司生产的。在Linux系统的设备特殊文件目录/dev/下,终端特殊设备文件一般

2008-03-15 18:36:00 1003

原创 什么是实模式、保护模式和虚拟8086方式

1:实模式:寻址采用和8086相同的16位段和偏移量,最大寻址空间1MB,最大分段64KB。可以使用32位指令。32位的x86 CPU用做高速的8086。2:保护模式:寻址采用32位段和偏移量,最大寻址空间4GB,最大分段4GB (Pentium Pre及以后为64GB)。在保护模式下CPU可以进入虚拟8086方式,这是在保护模式下的实模式程序运行环境。 第一:实模式下程序的运行回顾.   程序运

2008-03-11 21:45:00 1154 2

转载 Linux 汇编语言开发指南

From:http://www.ibm.com/developerworks/cn/linux/l-assembly/index.html级别: 初级肖文鹏 (xiaowp@263.net), 北京理工大学计算机系硕士研究生2003 年 7 月 03 日汇 编语言的优点是速度快,可以直接对硬件进行操作,这对诸如图形处理等关键应用是非常重要的。Linux 是一个用 C 语

2008-03-11 12:36:00 584

转载 如何实现使得一个普通用户以root身份运行命令和如何使用sudo命令?

From:http://www.redhat.com.cn/kbase/3474.php解决方法:sudo命令允许用户在RHEL上以另外一个身份执行命令。sudo命令和su命令是不一样的,sudo更加灵活和安全。一个最重要的好处是它能在日志中记录所有通过sudo做的命令操作,默认记录日志为/var/log/secure。 sudo命令的配置文件为/etc/sudoers,该文件保存用来

2008-03-10 18:34:00 3768

转载 linux Sudo的使用

from:http://blog.chinaunix.net/u/30648/showart_261928.htmlSudo是允许系统管理员让普通用户执行一些或者全部的root命令的一个工具,如halt,reboot,su等等。这样不仅减少了root用户的登陆和管理时间,同样也提高了安全性。Sudo不是对shell的一个代替,它是面向每个命令的。一:特点 A Sudo能够限制用户只

2008-03-10 15:49:00 3854

GNU Emacs Manual Sixteenth Edition, Updated for Emacs Version 22.1

GNU Emacs Manual Sixteenth Edition, Updated for Emacs Version 22.1

2010-01-31

Mastering Unix Shell Scripting

  Provides readers with end-to-end shell scripts that can be used to automate repetitive tasks and solve real-world system administration problems   Targets the specific command structure for four popular UNIX systems: Solaris, Linux, AIX, and HP-UX   Illustrates dozens of example tasks, presenting the proper command syntax and analyzing the performance gain or loss usi...

2009-06-03

C++ GUI Programming with Qt 4

C++ GUI Programming with Qt 4 By Jasmin Blanchette, Mark Summerfield ............................................... Publisher: Prentice Hall Pub Date: June 21, 2006 Print ISBN-10: 0-13-187249-4 Print ISBN-13: 978-0-13-187249-3 Pages: 560

2009-03-18

learning.python.2nd.edition

  Portable, powerful, and a breeze to use, Python is ideal for both standalone programs and scripting applications. With this hands-on book, you can master the fundamentals of the core Python language quickly and efficiently, whether you're new to programming or just new to Python. Once you finish, you will know enough about the language to use it in any application domain you choose.<br /> <br /> <em>Learning Python</em> is based on material from author Mark Lutz's popular training courses, which he's taught over the past decade. Each chapter is a self-contained lesson that helps you thoroughly understand a key component of Python before you continue. Along with plenty of annotated examples, illustrations, and chapter summaries, every chapter also contains Brain Builder, a unique section with practical exercises and review quizzes that let you practice new skills and test your understanding as you go.<br /> <br /> This book covers: <br>   <br>  Types and Operations -- Python's major built-in object types in depth: numbers, lists, dictionaries, and more<br /> <br /> <br>  Statements and Syntax -- the code you type to create and process objects in Python, along with Python's general syntax model<br /> <br /> <br>  Functions -- Python's basic procedural tool for structuring and reusing code<br /> <br /> <br>  Modules -- packages of statements, functions, and other tools organized into larger components<br /> <br /> <br>  Classes and OOP -- Python's optional object-oriented programming tool for structuring code for customization and reuse<br /> <br /> <br>  Exceptions and Tools -- exception handling model and statements, plus a look at development tools for writing larger programs <em>Learning Python</em> gives you a deep and complete understanding of the language that will help you comprehend any application-level examples of Python that you later encounter. If you're ready to discover what Google and YouTube see in Python, this book is the best way to get started.

2008-06-11

QT程序设计

Qt是Linux系统中最流行的开发工具之一,它是开发X Window系统下应用程序的利器。本书全面地介绍了Troll Tech公司基于C++的CUI开发工具——Qt。不仅介绍了如何编写X Window系统下的应用程序,还详细描述了Qt的开发环境、编程方法、关键技术和编程实例。最后,介绍了如何应用KDE本身提供的接口进行X Window系统编程。本书由中国第一家专业化的Linux发行商(中国)软件技术有限公司编写,适合初、中级程序员以及广大计算机编程的爱好者阅读。

2008-05-27

The C Programming Language第二版中文版

The C Programming Language第二版中文版

2008-05-27

GCC 中文手册

Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译器,其执行效率与一般的编译器相比平均效率要高20%~30%。

2008-05-27

LINUX与UNIX SHELL编程指南(1-20章)

LINUX与UNIX SHELL编程指南(1-20章)

2008-05-25

sed与awk(第二版)

sed与awk(第二版)

2008-05-25

《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版

《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版

2008-05-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除