20本最好的Linux免费书籍

前些天Neo推荐了一个网站有《超过100本的linux免费书籍》,这里,我也向大家推荐20本最好的Linux免费书籍,当然,也是英文版的。

1. Ubuntu Pocket Guide and Reference

一本介绍关于Ubuntu 8.04和8.10的使用书。

Website www.ubuntupocketguide.com
Author Keir Thomas
Format PDF
Pages 152

2. Two Bits

一本关于自由软件的历史和文化的书。不当当是软件,同样也有音乐,电影,科学和教育。

Website twobits.net
Author Christopher M. Kelty
Format PDF
Pages 400

3. The Linux Starter Pack

一本完整的介绍如何使用Linux的书。可以让你从入门级提高到中级。主要是教你如果操作Linux桌面。

Website www.tuxradar.com/linuxstarterpack
Author Future Publishing
Format PDF
Pages 130

4. The Easiest Linux Guide You’ll Ever Read

本书主要面对Windows的用户,本书教你如何使用linux完全一些Windows的事情。本书主要是给用户一个体验以告诉你Linux的强大和迷人。

Website www.suseblog.com
Author Scott Morris
Format PDF
Pages 160

5. Producing Open Source Software

本书主要介绍了开源的软件方面的事情,比如一个开源的项目如何创建,如何组织,如何管理,并介绍了一些开源的文化。这不是一本技术书,这是一本管理或是介绍开源的工程书籍。

Website producingoss.com
Author Karl Fogel
Format PDF, XML, Single HTML page, Multiple HTML pages
Pages 192

6. Introduction to Linux – A Hands on Guide

又一本Linux的手册书,涵盖了诸如:文件系统,进程,I/O,VIM,打印,备份,网络和多媒体。

Website tille.garrels.be/training/tldp/
Author Machtelt Garrels
Format PDF, HTML
Pages 215

7. Bash Guide for Beginners

一本教你使用Bash编程的书。

Website tille.garrels.be/training/bash
Author Machtelt Garrels
Format PDF, HTML
Pages 165

8. After the Software Wars

这本书描述了整个计算机软件开发中的好的和不好的东西。其中也暗示了很多今天的东西。

Website www.lulu.com/content/4964815
Author Keith Curtis
Format PDF
Pages 292

9. The Cathedral & The Bazaar

这是一本关于软件工程的方法论,其主要总结了Linux内核,开源项目中带用的软件开发的方法。

Website www.catb.org/~esr/writings/cathedral-bazaar/
Author Eric S. Raymond
Format PDF, XHTML, XML, Postscript
Pages 260

10. Free for All: How LINUX and the Free Software Movement Undercut the High-Tech Titans

又是一本介绍软件开发中政治方面的书。

Website wayner.org/node/5
Author Peter Wayner
Format PDF, Zipped HTML, Palm PDB, HTML, ASCII text, XML
Pages 340

11. Put Yourself in Command

介绍Linux命令的书。

Website en.flossmanuals.net/gnulinux
Author Free Software Foundation
Format PDF, Multi-page HTML
Pages 136

12. Getting Started with OpenOffice.org 3.x

使用OpenOffice的书。

Website documentation.openoffice.org
Author OOoAuthors group
Format PDF, Multi-page HTML
Pages 433

13. Grokking the GIMP

Website gimp-savvy.com/BOOK
Author Carey Bunks
Format HTML
Pages 352

14. The Linux Knowledge Base and Tutorial

一个Linux的技术知识库。

Website sourceforge.net/projects/linkbat
Author James Mohr
Format PDF
Pages 614

15. Advanced Linux Programming

用大量的示例介绍了Linux下编程最重要的概念和技术。

Website www.advancedlinuxprogramming.com
Author CodeSourcery LLC
Format Multiple PDFs
Pages 344

16. Linux 101 & 102 Modular Training Notes

Website www.ledge.co.za/software/lpinotes
Author Leading Edge Business Solutions
Format PDF
Pages 233 (Linux 101), 236 (Linux 102)

17. Linux Device Drivers, Third Edition

介绍Linux内核2.6以上版的内核方面的驱动开发。

Website oreilly.com/catalog/9780596005900
Author Jonathan Corbet, Allesandro Rubini, Greg Kroah-Hartman
Format PDF, HTML, DocBook
Pages 615

18. LINUX: Rute User’s Tutorial and Exposition

一本技术参考手册,主要面对高级系统管理员。

Website linux.2038bug.com
Author Paul Sheer
Format PDF, HTML
Pages 660

19. Linux Network Administrator’s Guide – 2nd Edition

Website tldp.org/guides.html
Author Olaf Kirch, Terry Dawson
Format PDF, HTML
Pages 489

20. tuXlabs Cookbook

Website www.upfrontsystems.co.za
Author Jean Jordaan, The Shuttleworth Foundation
Format PDF
Pages 153

转自:http://coolshell.cn/articles/355.html

原创文章,作者:s19930811,如若转载,请注明出处:http://www.178linux.com/2247

(0)
s19930811s19930811
上一篇 2015-04-01
下一篇 2015-04-01

相关推荐

  • 学习宣言

    努力不只是为了更好的生活,更是为了证明自己! 只有逼自己一把,才能知道自己是可以做到的! 路漫漫其修远兮,吾将上下而求索。

    Linux干货 2016-12-26
  • 分布式系统介绍及MogileFS安装、基本配置

    分布式系统介绍及MogileFS安装、基本配置 分布式 MogileFS 前言: 什么是分布式? 分布式存在的意义? 分布式的难点及CAP、BASE、2PC、X/Open XA介绍 分布式存储和分布式文件系统: MogileFS实现原理: MogileFS编译安装和配置 总结 前言: 不知不觉中我们就进入大数据时代, 什么是大数据? 什么是分布式?…

    Linux干货 2016-05-04
  • N25 第五周博客

      1、显示当前系统上root、fedora或user1用户的默认shell;      ]# egrep "^root\b|^user1\b|^fedora\b" /etc/passwd | cut -d: -f1,7…

    Linux干货 2017-01-04
  • Vim编辑器初步接触

    一、概要     vim(IMproved)编辑器是vi(visual interface)编辑器的增强版,它是Linux系统编辑文本文件重要的工具之一,也是最基础的编辑工具。它可以执行输出、删除、查找、替换、块操作等众多文本操作。学会它之后,你使用Linux系统的路将更加平坦。 二、使用方法   …

    Linux干货 2015-04-03
  • haproxy 实战之haproxy实现httpd负载均衡

    haproxy 实战之haproxy实现httpd负载均衡 实验目的haproxy + httpd实现负载均衡 1.准备机器,做好时间同步,域名主机名解析 192.168.42.151 [node2 haproxy] 192.168.42.152 [node3 httpd] 192.168.42.153 [node4 httpd] 2.node3,node4…

    Linux干货 2017-06-29
  • bash的特性总结

    什么是bash:       shell作为用户与计算机内核交互的接口,是用户与计算机沟通的桥梁,而bash(borne again shell)是众多shell里面最为流行一种,bash作为众多shell里面的一种有着众多的特性,掌握bash的众多特性将会是我们今后学习linux必经之路。&nbs…

    Linux干货 2015-10-27