How to Install NFS Server and Client on RHEL-based Distributions
In Linux, there are a couple of file-sharing protocols used to share storage and files across a network. The most widely used ones are Samba and NFS. Samba is a …
Linux Howto’s for System Administrations
linuxhowto.net AI Version 0.8
In Linux, there are a couple of file-sharing protocols used to share storage and files across a network. The most widely used ones are Samba and NFS. Samba is a …
Each installed Linux kernel occupies a significant amount of disk space. Over time, as you update your kernel to newer versions, older kernels can accumulate on your system, taking up …
Yum or DNF is a command-line package management utility for RPM-based Linux systems, such as Fedora, Red Hat Enterprise Linux (RHEL), CentOS, AlmaLinux and Rocky Linux. However, for those who …
Using sudo program, we can elevate the ability of a normal user to run administrative tasks, without giving away the root user’s password in Linux operating systems. This guide explains …
CentOS 7 reaches the end of life on June 30th, 2024 marking the end of the CentOS Project after CentOS 8 was prematurely discontinued back on December 31st in favor …
A LAMP stack is a collection of four different software (Linux, Apache, MySQL, and PHP) that programmers or web developers use to create and deploy websites or applications. This tutorial …
Nginx is the fastest growing Webserver today on public internet-facing servers due to its free open-source modular model, high performance, stability, simple configurations files, asynchronous architecture (event-driven), and low resources …
The term web server can be used to refer to both hardware and software, or both working together. For the purpose of this guide, we will focus on the software …
Developed by Puppet Lans, Puppet is an open-source configuration management tool used for automating and centralizing the configuration of infrastructure such as servers just like Ansible and Chef. It helps …
Yii is an open-source, high-performance, flexible, efficient, and secure PHP framework for rapidly building modern Web applications. It is a generic and full-stack web programming framework for writing code in …