LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: The book "Linux Kernel in a Nutshell" available for free download (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-the-book-linux-kernel-in-a-nutshell-available-for-free-download-517929/)

LXer 01-10-2007 02:03 AM

LXer: The book "Linux Kernel in a Nutshell" available for free download
 
Published at LXer:

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. The book is available for download in either PDF or DocBook format for the entire book, or by the individual chapter.

Read More...

XavierP 01-10-2007 03:03 AM

Very cool and hugely useful.

Bruce Hill 01-18-2008 05:28 PM

Very useful book, indeed.

It answers such questions that some stubborn people still dispute in these forums, such as why you should configure and build your kernel under your /home/username directory, then install as root ... how to determine what support you'll need for your specific hardware ... and much more.

It would be great if someone could post a HOW-TO combine all of the different .pdf files into one. I tried using convert, but the image resolution of the finished combined files was not acceptable. Maybe someone has a proven, better app for the job of merging pdf files?

colucix 01-18-2008 07:05 PM

Really great!
Quote:

Originally Posted by Bruce Hill (Post 3027549)
It would be great if someone could post a HOW-TO combine all of the different .pdf files into one. I tried using convert, but the image resolution of the finished combined files was not acceptable. Maybe someone has a proven, better app for the job of merging pdf files?

On my opensuse box, I use pdftk. As simple as
Code:

pdftk title.pdf copyright.pdf LKNSTOC.fm.pdf ch00.pdf \
part1.pdf ch0{1..6}.pdf part2.pdf ch0{7..8}.pdf part3.pdf \
ch09.pdf ch1{0..1}.pdf part4.pdf app{a..b}.pdf LKNSIX.fm.pdf \
colo.pdf cat output Linux_Kernel_Nutshell.pdf


Bruce Hill 01-18-2008 07:07 PM

Thanks. I downloaded the source for pdftk, and will build a Slackware package when I find the time.

brianL 01-19-2008 10:14 AM

Quote:

Originally Posted by Bruce Hill (Post 3027608)
Thanks. I downloaded the source for pdftk, and will build a Slackware package when I find the time.

There is a SlackBuild for it.

Bruce Hill 01-25-2008 10:19 AM

Thanks, brianL ... and colucix.

I built pdftk and then used colucix's command, minus the one file copyright.pdf, which the tarball I downloaded (lkn_pdf.tar.bz2) did not have.

colucix 01-25-2008 01:56 PM

You're welcome! I downloaded the copyright.pdf from the website.


All times are GMT -5. The time now is 06:10 AM.