configure anonymous ftp server in rocky linux

How to Set up Anonymous FTP in Rocky Linux 8.4

FTP servers are commonly known to facilitate file transfers between clients and servers. Typically, ftp servers offer two types of access levels: Authenticated and Anonymous. The first method (Authenticated) requires a valid username and password in order to access the files and directories. The second method ( Anonymous) being anonymous, we can download files without […]

Read More
rocky linux 8.4 installation steps

How to Install Rocky Linux 8.4 {Step by Step} with Screenshots

A brief introduction about Rocky Linux Rocky Linux is a Community-based Enterprise Operating System, officially released by Rocky Enterprise Software Foundation (RESF) which is a free support platform with a complete binary-compatible release using the Red Hat Enterprise Linux (RHEL) operating system source code. The advantage of Rocky Linux is that it is completely free […]

Read More
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. For broader coverage, see our Linux network administration guide. 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, […]

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