Why is it important to create a detailed plan prior to deploying a Linux installation?
A Linux deployment needs to be planned carefully to ensure that it adequately achieves the project goals and meets user needs.
What elements should you consider when performing a needs assessment?
Elements of a needs assessment include goals of the project, problems that need to be solved, expected results, stake holders, organization strategy and technology, funding, support strategy, and scope (schedule, resources, and scale).
What factors should you consider when selecting a Linux distribution?
Whether (a) the computer should be a server or a workstation, (b) required software is available for the distribution, (c) support is available for the distribution, and (d) end users will be comfortable with the distribution.
How can you ensure that specific hardware is compatible with the Linux distribution you have selected?
Review the distribution’s Hardware Compatibility List (HCL) to ensure that specific hardware is compatible with the Linux distribution you have selected.
Why must the /etc, /bin, /sbin, /lib, and /dev directories all be on the same partition?
These /etc, /bin, /sbin, /lib, and /dev directories have system configuration files that are necessary for Linux to function properly.
Which user account is automatically created when Linux is installed?
The ‘root’ account is automatically created when Linux is installed.
What type of installation sources are available for Linux?
Installation sources available for Linux include CD, DVD, and Network Share.
What is one of the most critical components in the installation plan?
One of the most critical components in the installation plan is the project scope.
What are the three components of project scope?
What is one of the most important things you can do to manage project scope?
Performing a thorough and detailed needs assessment is critical to managing project scope.
What are the major steps involved in designing a Linux installation?
What is involved in the installation design step, performing a needs assessment?
An effective assessment determines the goals of the installation, creates a plan to meet those needs, and measures the results of the plan:
What is involved in the installation design step, picking a distribution?
What are some important considerations in the installation design step, determining the hardware requirements?
Some computer hardware is incompatible with some distributions. Ensure that:
What are some important considerations in the installation design step, planning the file systesm?
What are some common Linux file systems and their features?
During the installation design step, planning the partitions, which directories should be mounted on separate partitions, and what are their recommended sizes?
During the installation design step, planning the partitions, which directories should always be mounted on the same partition?
The following directories must always be mounted on the same partition:
What is involved in the installation design step, identifying software?
Determining which software packages need to be installed and installing only those packages. This conservessystem resources and reduces potential vulnerabilities.
What is involved in the installation design step, Identifying the users?
What information is required for the installation design step, gathering network information?
What are some common choices for the installation design step, selecting an installation source?