forked from linuxtraining/lt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (27 loc) · 1.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This book is meant to be used in an instructor-led training. For self-study,
the intent is to read this book next to a working Linux computer so you can
immediately do every subject, practice each command.
This book is aimed at novice Linux system administrators (and might be
interesting and useful for home users that want to know a bit more about their
Linux system). However, this book is not meant as an introduction to Linux
desktop applications like text editors, browsers, mail clients, multimedia or
office applications.
The Project Homepage is at http://linux-training.be/, the git hosted source
code repository is hosted at Github https://github.com/linuxtraining/.
Licensed under the GNU Free Documentation License
( http://www.gnu.org/licenses/fdl.html )
** Dependencies
- Java : on Ubuntu we use the Canonical partner provided sun-java6-bin package. We have a JAVAHOME hardcoded to this somewhere in the build script.
- sun-java6-bin
- default-jdk
- xmlto : for building the html pages
** Build commands
- make.sh : builds the pdf, run it without arguments to get some help.
- Also have a look at the README in the build/ submodule.
Build script for the Linux-Training books.
Dependencies:
xmlto
- Java : on Ubuntu we use the Canonical partner provided sun-java6-bin package. We have a JAVAHOME hardcoded to this somewhere in the build script.
- sun-java6-bin
- default-jdk
- xmlto : for building the html pages