Page Is Loding...

Archive for the ‘Linux’ Category

《Learn Vimscript the Hard Way》在线阅读

Vim 令人喜爱的地方之一是它支持通过插件来扩展自己,从而满足不同用户的需要。如果你想为 Vim 编写插件,那么就必须学习 Vimscript 这个内建于 Vim 中的脚本语言。Steve Losh 的《Learn Vimscript the Hard Way》这本免费的电子书恰好可以让你对 Vimscript 上手。

《Learn Vimscript the Hard Way》在线阅读

Learn Vimscript the Hard Way》可从此处在线阅读,或获取其源代码

Category: Linux | Tags: , , | No Comments »

Ubuntu Packaging Guide 打包手册

Ubuntu Packaging Guide 是由 Daniel Holbach 编写的,一份专门面向 Ubuntu 开发者的软件打包教程。

Ubuntu 的打包方式与 Debain 的有着些许差异,这本教程针对 Ubuntu 开发者,提供了 step by step 式的操作步骤介绍及大量的命令行实例,简洁明了。

主要内容包括:

  • 基础软件安装
  • 结合 Launchpad 进行工作
  • 如何对软件进行 Bug 修复
  • Ubuntu 软件打包基础知识等等

Ubuntu Packaging Guide 打包手册下载地址
下载地址
项目主页

Category: Linux | Tags: , , , | No Comments »

Developing Android Applications with Adobe AIR


简介 Book Description:
If you want to use your ActionScript skills to build mobile applications for the Android OS, this thorough guide will show you how to use the unique programming environment, architecture, and tools in the Adobe AIR for Android SDK. You’ll get practical hands-on experience on a wide range of development topics, from device-specific features to optimization techniques and best practices — including how expand your mobile development experience beyond Android to other platforms.

关于作者 About the Author
Veronique Brossier is Senior Flash Engineer at MTVNetworks and adjunct professor at ITP/New York University. She has worked on applications for the world of art and entertainment, including The New York Visitor Center and the 9/11 Memorial site for Local Projects, NickLab for R/Greenberg Associates, Cartoon Network Online, the Hall of Biodiversity at the American Museum of National History, and many more.

【下载地址】
下载地址1
下载地址2 password: www.zaneblog.info

Category: Linux, 编程 | Tags: , , , | No Comments »

Linux From Scratch 6.8 LFS6.8下载

LFS(即 Linux From Scratch》6.8 现已放出。主要的更新包括:Linux 2.6.37、GCC 4.5.2、Glibc 2.13 等,另外也包括一些安全方面的修正。

Linux From Scratch

 

Category: Linux | Tags: , , , , | No Comments »

Debian新维护人员手册 maint-guide 下载

Debian新维护人员手册试图为普通 Debian 用户,和希望对 Debian 软件包有所了解的开发人员讲述如何制作 Debian 软件包。它使用了通俗的语言,并辅以大量可用于实践的示例。有一句古罗马谚语说得好:一例胜千言!

本文档已经为 Debian squeeze 进行了更新。

Debian 能够成为一个顶级的发行版的原因之一就是它的软件包系统。尽管相当数量的软件已经被以 Debian 格式打包,有时还是需要安装一些不是这一格式的软件。可能你会为如何制作自己的软件包而迷惑,并可能认为这是很困难的任务。是的,如果你是一个 Linux 初学者,那么这的确很难;不过如果你真的只是一个新手,现在也不会来读这篇文档了。:-) 你的确需要对 Unix 编程有所了解,但显然不需要是这方面的天才。

有一件事是非常明确的:创建并维护一个 Debian 软件包需要花费很多时间。为了能够不犯错误,维护者需要良好的技术基础并十分勤奋。

本文档会讲述每一个细节(在开始时或许给人感觉毫不相关),并帮助你创建出自己的第一个 Debian 软件包,从而使你学习到如何打包该软件的下一个版本或其他软件的经验。

如果需要帮助,请阅读 到何处寻求帮助, 第 1.4 节

本文档的最新版始终可在 http://www.debian.org/doc/maint-guide/ 和 maint-guide 软件包中找到,其简体中文版也可在 maint-guide-zh-cn 软件包中获得。

Debian新维护人员手册 maint-guide下载地址
中文在线版:地址 pdf:地址
英文在线版:地址 pdf:地址

Category: Linux | Tags: , , , , , | No Comments »