113 lines
4.2 KiB
XML
113 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY whatislinux.xml SYSTEM "linux_sea/01-whatislinux.xml">
|
|
<!ENTITY freesoftware.xml SYSTEM "linux_sea/02-freesoftware.xml">
|
|
<!ENTITY community.xml SYSTEM "linux_sea/03-community.xml">
|
|
<!ENTITY runninglinux.xml SYSTEM "linux_sea/04-runninglinux.xml">
|
|
<!ENTITY linuxfs.xml SYSTEM "linux_sea/05-linuxfs.xml">
|
|
<!ENTITY processes.xml SYSTEM "linux_sea/06-processes.xml">
|
|
<!ENTITY kernelbuilding.xml SYSTEM "linux_sea/07-kernelbuilding.xml">
|
|
<!ENTITY hardwaremanagement.xml SYSTEM "linux_sea/08-hardwaremanagement.xml">
|
|
<!ENTITY softwaremanagement.xml SYSTEM "linux_sea/09-softwaremanagement.xml">
|
|
<!ENTITY usermanagement.xml SYSTEM "linux_sea/10-usermanagement.xml">
|
|
<!ENTITY networkmanagement.xml SYSTEM "linux_sea/11-networkmanagement.xml">
|
|
<!ENTITY servicemanagement.xml SYSTEM "linux_sea/12-servicemanagement.xml">
|
|
<!ENTITY storagemanagement.xml SYSTEM "linux_sea/13-storagemanagement.xml">
|
|
<!ENTITY systemmanagement.xml SYSTEM "linux_sea/14-systemmanagement.xml">
|
|
<!ENTITY graphicenvironment.xml SYSTEM "linux_sea/15-graphicenvironment.xml">
|
|
<!ENTITY installgentoo.xml SYSTEM "linux_sea/16-installgentoo.xml">
|
|
|
|
<!ENTITY tipsandanswers.xml SYSTEM "linux_sea/90-tipsandanswers.xml">
|
|
<!ENTITY glossary.xml SYSTEM "linux_sea/91-glossary.xml">
|
|
<!ENTITY genindex.sgm SYSTEM "genindex.sgm">
|
|
]>
|
|
<book>
|
|
<title>Linux Sea</title>
|
|
|
|
<bookinfo>
|
|
<title>Linux Sea</title>
|
|
|
|
<author>
|
|
<firstname>Sven</firstname>
|
|
|
|
<surname>Vermeulen</surname>
|
|
</author>
|
|
|
|
<authorblurb>
|
|
<para>
|
|
Sven Vermeulen is a Gentoo Linux documentation developer, largely
|
|
to blame for the Gentoo Handbook and a large number of Gentoo-related
|
|
guides. You can find him online under the alias "SwifT" or reach him
|
|
through his Gentoo e-mail address "swift@gentoo.org".
|
|
</para>
|
|
</authorblurb>
|
|
|
|
<abstract>
|
|
<para>
|
|
The book "Linux Sea" offers a gentle yet technical (from end-user
|
|
perspective) introduction to the Linux operating system, using Gentoo
|
|
Linux as the example Linux distribution. It does not nor will it ever
|
|
talk about the history of the Linux kernel or Linux distributions or
|
|
dive into details that are less interesting for Linux users.
|
|
</para>
|
|
<para>
|
|
For various topics, the online Gentoo Handbook offers a very detailed
|
|
approach and as such is mandatory reading for any Gentoo Linux user who
|
|
wants to know the full power of this Operating System. Although there is
|
|
definitely overlap between "Linux Sea" and the online Gentoo Handbook,
|
|
"Linux Sea" is by no means meant to replace the online Gentoo Handbook.
|
|
</para>
|
|
<para>
|
|
"Linux Sea" will attempt to focus on topics that everyday users would
|
|
probably need to know to continue working with Gentoo Linux.
|
|
</para>
|
|
</abstract>
|
|
|
|
<edition>Linux Sea v1.1</edition>
|
|
|
|
<copyright>
|
|
<year>2009, 2010</year>
|
|
|
|
<holder>Sven Vermeulen</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>
|
|
You are free to share (copy, distribute and transmit) the work as well
|
|
as remix (adapt) the work under the conditions of the Creative Commons
|
|
Attribution Noncommercial Share Alike 2.0 license, available at
|
|
http://creativecommons.org/licenses/by-nc-sa/2.0/be/deed.en
|
|
</para>
|
|
</legalnotice>
|
|
</bookinfo>
|
|
|
|
<toc></toc>
|
|
|
|
<!-- Part - On Linux and Free Software -->
|
|
&whatislinux.xml;
|
|
&freesoftware.xml;
|
|
&community.xml;
|
|
<!-- Part - Working with Linux -->
|
|
&runninglinux.xml;
|
|
&linuxfs.xml;
|
|
&processes.xml;
|
|
<!-- Part - Simple System Administration -->
|
|
&kernelbuilding.xml;
|
|
&hardwaremanagement.xml;
|
|
&softwaremanagement.xml;
|
|
&usermanagement.xml;
|
|
&networkmanagement.xml;
|
|
&servicemanagement.xml;
|
|
&storagemanagement.xml;
|
|
&systemmanagement.xml;
|
|
&graphicenvironment.xml;
|
|
<!-- Part - Installing Gentoo Linux -->
|
|
&installgentoo.xml;
|
|
<!-- Part - Addenda -->
|
|
&tipsandanswers.xml;
|
|
&glossary.xml;
|
|
|
|
&genindex.sgm;
|
|
</book>
|