Build a Backup Server in Linux Project Overview

Build a Backup Server in Linux Overview A backup server is used to safely store important data, files, and information. If and when data corruption were to happen, a backup server can restore the important information. Use a backup service like Amanda or Bacula to...

Configure a Firewall in Linux Project Overview

Configure a Firewall in Linux Overview Linux has a built-in packet filtering firewall which allows system administrators to configure the IP packet filter rules of the Linux firewall. Utilizing the built-in Linux application firewall IPtables or UFW, set up and create...

Create a Monitoring System Project Overview

Create a Monitoring System Overview A monitoring system is a technology used to analyze network operations, performance, and to detect and alert about possible errors in the network. Configure a monitoring system in Linux using a monitoring service such as Cacti,...

Configure LAMP Stack Project Overview

Configure the LAMP Stack Overview The Linux Apache MySQL PHP (LAMP) stack is a common web server implementation. Setup and configure each service to create a web server, sharpen your skills using each service after downloading the LAMP stack. Project Recommendations...

Write a Password Generator Program Project Overview

Write a Password Generator Program Overview Password security is a very important subject to consider. Without strong passwords, an adversary will be able to gain access to user accounts, websites, and more. Using the programming language of your choice, create a...