This part provides information how to configure services and daemons, configure authentication, and enable remote logins.
Chapter 7, Services and Daemons covers the configuration of the services to be run when a system is started, and provides information on how to start, stop, and restart the services on the command line using the
systemctl utility.
Chapter 8, Configuring Authentication describes how to configure user information retrieval from Lightweight Directory Access Protocol (LDAP), Network Information Service (NIS), and Winbind user account databases, and provides an introduction to the System Security Services Daemon (SSSD). Read this chapter if you need to configure authentication on your system.
Chapter 9, OpenSSH describes how to enable a remote login via the SSH protocol. It covers the configuration of the
sshd service, as well as a basic usage of the
ssh,
scp,
sftp client utilities. Read this chapter if you need a remote access to a machine.
This part discusses various topics related to servers such as how to set up a Web server or share files and directories over the network.
Chapter 10, DHCP Servers guides you through the installation of a Dynamic Host Configuration Protocol (DHCP) server and client. Read this chapter if you need to configure DHCP on your system.
Chapter 11, DNS Servers introduces you to Domain Name System (DNS), explains how to install, configure, run, and administer the
BIND DNS server. Read this chapter if you need to configure a DNS server on your system.
Chapter 12, Web Servers focuses on the
Apache HTTP Server 2.2, a robust, full-featured open source web server developed by the Apache Software Foundation. Read this chapter if you need to configure a web server on your system.
Chapter 13, Mail Servers reviews modern email protocols in use today, and some of the programs designed to send and receive email, including
Postfix,
Sendmail,
Fetchmail, and
Procmail. Read this chapter if you need to configure a mail server on your system.
Chapter 14, Directory Servers covers the installation and configuration of
OpenLDAP 2.4, an open source implementation of the LDAPv2 and LDAPv3 protocols. Read this chapter if you need to configure a directory server on your system.
Chapter 15, File and Print Servers guides you through the installation and configuration of
Samba, an open source implementation of the Server Message Block (SMB) protocol, and
vsftpd, the primary FTP server shipped with Fedora. Additionally, it explains how to use the
Printer Configuration tool to configure printers. Read this chapter if you need to configure a file or print server on your system.
This part describes various tools that allow system administrators to monitor system performance, automate system tasks, and report bugs.
Chapter 16, System Monitoring Tools discusses applications and commands that can be used to retrieve important information about the system. Read this chapter to learn how to gather essential system information.
Chapter 18, Automating System Tasks provides an overview of the
cron,
at, and
batch utilities. Read this chapter to learn how to use these utilities to perform automated tasks.
Chapter 19, Automatic Bug-Reporting Tool (ABRT) concentrates on
ABRT, a system service and a set of tools to collect crash data and send a report to the relevant issue tracker. Read this chapter to learn how to use
ABRT on your system.
This part covers various tools that assist administrators with kernel customization.
Chapter 20, Manually Upgrading the Kernel provides important information how to manually update a kernel package using the
rpm command instead of
yum. Read this chapter if you cannot update a kernel package with the
Yum package manager.
Chapter 21, Working with Kernel Modules explains how to display, query, load, and unload kernel modules and their dependencies, and how to set module parameters. Additionally, it covers specific kernel module capabilities such as using multiple Ethernet cards and using channel bonding. Read this chapter if you need to work with kernel modules.
Chapter 22, The kdump Crash Recovery Service explains how to configure, test, and use the
kdump service in Fedora, and provides a brief overview of how to analyze the resulting core dump using the
crash debugging utility. Read this chapter to learn how to enable
kdump on your system.