Create and Export an NFS Server in Linux

NFS or Network File System is a commonly known method for network file sharing on Linux hosts. We will create and export an NFS server. Table of Contents Introduction In this article, we will create and export an NFS server in Linux using two CentOS7 virtual machines (VMs) to represent the client and the server. […]
Write a play automating changes to the SSHD Configuration file

In today’s Ansible series, we will learn about automating changes using Ansible. Specifically, we will automate changes to the sshd config file. Table of Contents 🔈Introduction In this exercise, we will examine a playbook that automates a config change (resolves common SSH vulnerabilities) and …specifically makes a change to the sshd (sshd_config) configuration file on […]
Installing Apache Web (HTTP/HTTPS) Server on CentOS7

Looking to establish a reliable and secure web presence? Learn how to Install Apache web server on CentOS and unlock the potential of your website today. Table of Contents Introduction The Apache web server, commonly referred to as an HTTP/HTTPS server, is one of the most popular and widely used web servers in the world. […]
50 Commands Every Linux Sysadmin Should Know

In this article, we will review the top 50 Linux commands every Linux Sysadmin should know. Junior-level sysadmins and Linux enthusiasts are familiar with all of these commands and know how to use them. Table of Contents Introduction Before we begin, this is just my subjective view of the what belongs on the top 50 […]
Enabling Sitemap.xml Function on a Drupal Website

In this article, we will review how to enable the sitemap.xml function on Drupal. For SEO purposes, having a sitemap.xml page is critical and setting it up in Drupal is easy. Table of Contents Introduction In the dynamic landscape of web development, optimizing your Drupal website is paramount for enhanced visibility. One crucial aspect is […]