Category : Linux system administration

Jitsi Meet is an open-source video conferencing solution, providing virtual meeting rooms for remote team meetings. The software provides high video and audio quality and supports fully encrypted connections using TLS/SSL and Let’s Encrypt certificates. Step 1: Updating server Update the system’s existing software: Step 2: Installing nginx Before installing Jitsi Meet, install a Nginx server. The reverse ..

Read more

LAMP (Linux, Apache, MySQL, PHP/Perl/Python) is an acronym denoting one of the most common software stacks for many of the web’s most popular applications. However, LAMP now refers to a generic software stack model and its components are largely interchangeable. Step 1 : Apache Installation The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache ..

Read more

What is SSH? The Secure Shell Protocol (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution. An SSH client programme is typically used for establishing connections to an SSH daemon accepting remote connections. Both are commonly present on most modern operating systems, including macOS, Linux, OpenBSD, FreeBSD… In this guide, you will secure the SSH port and disable the root ..

Read more

Introduction Docker, as a programme, simplifies the administration of application processes in containers, allowing you to execute your apps in resource-isolated processes. Containers are comparable to virtual machines, except they are more portable, resource-friendly, and dependent on the host operating system. This article will walk you through installing and configuring Docker Community Edition (CE) on ..

Read more

Introduction MySQL replication is the process of automatically copying data from one database server to one or more servers. MySQL offers a variety of replication topologies, the most well-known of which is the Master/Slave topology, in which one database server operates as the master and one or more servers function as slaves. By default, replication ..

Read more