The Hack the Box Walkthrough Project Overview

The Hack The Box Walkthrough Project Overview Hack The Box is an online platform used to test and advance your skills in penetration testing by providing access to vulnerable machines. Using a large archive of active and retired machines, identify and walkthrough...

Configure a Proxy in Linux Project Overview

Configure a Proxy in Linux Overview A proxy server is an application or appliance that acts as intermediary device to request for clients seeking specific types of services. Forward and reverse are a type of proxy which alter traffic depending on the type. Configure a...

Build a NAS Project Overview

Build a NAS Overview A Network Attach Storage (NAS) device is a file-level computer data storage server to safely provide data and file access for a wide variety of clients. Implement a NAS solution through services such as NFS or Samba, build a small-scale file...

Create a Centralized Syslog Server Project Overview

Create a Centralized Syslog Server Overview A syslog server is a service used to send system logs or event message to a specific server. These servers are primarily used to collect various device logs from different machines to a centralized location for monitoring...

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...