ssh server in linux

10 useful steps to install and secure SSH server in Linux

SSH stands for Secure Shell, one of the well-known service protocols used to execute an operation to the remote administration over the internet. It provides a very secure passage between the designated computers. Once the connection is established, SSH will then provide encrypted sessions for all public (unsecured) networks in a client-server architecture. It was […]

Read More
High Availability Cluster

How to configure Two Node High Availability Cluster On RHEL/CentOS/RockyLinux

This article will help you learn how to setup/configure a High-Availability (HA) cluster on Linux/Unix based systems. Cluster is nothing but a group of computers (called nodes/members) to work together to execute a task. Basically there are four types of clusters available, which are Storage Cluster, High-availability Cluster, Load-balancing Cluster, and HIGH-Performance Computing Cluster. In […]

Read More
how to install lamp in centos 7

How to Install LAMP (Linux, Apache, MariaDB, PHP/PhpMyAdmin) in RHEL /CENTOS 7.6 - LinuxTeck

LAMP stands for Linux, Apache, MySQL, and PHP. An acronym for a Linux/UNIX server powered by Apache, MySQL/MariaDB, and PHP as a server-side scripting language. Also known as LAMP stack. Lamp Stack has a strong foundation, which makes it ideal for construction and development of high-performance websites. Advantages of using Lamp stack in web development? […]

Read More
how to configure master and slave dns server in centos 7

How to Install and configure Master /Slave DNS in Centos /RHEL 7.6 - LinuxTeck

In this article, you will learn how to configure a Domain Name System on a Linux or Unix-based environment. This service is responsible for hostname resolution, allowing systems to translate IP addresses into fully qualified domain names (FQDNs), such as converting 172.217.166.110 into www.linuxteck.com. It forms one of the core building blocks of the internet. […]

Read More