易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux Kernel in a Nutshel

Linux Kernel in a Nutshell
By Greg Kroah-Hartman
...............................................
Publisher: O'Reilly
Pub Date: December 01, 2006
ISBN-10: 0-596-10079-5
ISBN-13: 978-0-596-10079-7
Pages: 352
Written by a leading developer and maintainer of the Linux kernel,
Linux Kernel in a Nutshell is a comprehensive overview of kernel
configuration and building, a critical task for Linux users and
administrators.
No distribution can provide a Linux kernel that meets all users'
needs. Computers big and small have special requirements that require
reconfiguring and rebuilding the kernel. Whether you are trying to get
sound, wireless support, and power management working on a laptop or
incorporating enterprise features such as logical volume management on
a large server, you can benefit from the insights in this book.
Linux Kernel in a Nutshell covers the entire range of kernel tasks,
starting with downloading the source and making sure that the kernel is
in sync with the versions of the tools you need. In addition to
configuration and installation steps, the book offers reference
material and discussions of related topics such as control of kernel
options at runtime.
A key benefit of the book is a chapter on determining exactly what
drivers are needed for your hardware. Also included are recipes that
list what you need to do to accomplish a wide range of popular tasks.
download


相关文档:

Linux 下自动备份MYSQL数据库的shell 脚本

MySQL :: Linux 下自动备份数据库的 shell 脚本
Linux 服务器上的程序每天都在更新 MySQL 数据库,于是就想起写一个 shell 脚本,结合 crontab,定时备份数据库。其实非常简单,主要就是使用 MySQL 自带的 mysqldump 命令。
脚本内容如下:
#!/bin/sh
# File: /home/mysql/backup.sh
# Database info
DB_NAME=" ......

mysql在红旗linux下全程安装配置祥解

1、下载MySQL的安装文件
安装MySQL需要下面两个文件:
MySQL-server-5.0.46.i386.rpm   
MySQL-client-5.0.46.i386.rpm

2、安装MySQL
rpm文件是Red Hat公司开发的软件安装包,rpm可让Linux在安装软件包时免除许多复杂的手续。该命令在安装时常用的参数是
ivh
,其中i表示将安装指定的rmp软件包,V表 ......

linux操作系统初始化过程

刚学完这部分,还没有完全理解,不知道会不会有人看到,很希望能和大家一起讨论。靠着自己的理解写的,不知道会不会出错,O(∩_∩)O~
(一)linux系统引导过程:“内核代码装入内存执行--->出现"login:"的过程”
     IBM Pc使用固化在ROM中的bios程序来启动程序。刚开机时,除了r ......

Linux会比BSD更受到人们的欢迎的原因


Linux 是出现约在 BSD 官司缠身、以及 Internet 开始风行之际.Linux 的开发者及爱好者正好能透过 Internet实时得发布新闻、发表新点子、提问讨论、递送程序代码及进行错误回报,这种藉由 Internet 的分布式合作方式带给Linux惊人的活力和无限的生命力,而经由 Internet 所带来的这种活力和生命力正是 Linux 长久以来能和 BS ......

Linux下飞信


#!/bin/sh
  
# define default value
  
URL='https://fetionapi.appspot.com/api/'
  
# your phone number
  
from='13600000000'
  
# your fetion password
  
PW='password'
   ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号