forked from linuxtraining/lt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (20 loc) · 1.12 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
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
- fop : for building pdf documents
** Build commands
- make.sh : builds the pdf, run it without arguments to get some help.