This chapter is the first chapter where we will start using our Linux servers to provide a service. There are many different uses of Linux, but for this chapter, we will focus on how to build a Linux web server and how to build a Linux file server.
During the building process of each use case, we will discuss configuration files, firewall and SELinux configuration, custom configuration, and finally how to automate the configuration for each use case type.
As with other chapters, there will be exercises ...