How to Install Multiple PHP Versions with Apache2 on Ubuntu

multiple php with apache2

Apache is a free and open-source web server software, known for its stability. This guide will show you how to configure Apache in order to have the ability to run multiple versions of PHP at the same time while still being able to switch between them with ease.

How to create an FTP server on Ubuntu?

FTP server in ubuntu

In this article we’ll learn how to setup an FTP server in ubuntu. File Transfer Protocol (FTP) is used to transfer files from one host to another over a network.

How to create Kafka Client in Python?

python kafka client

Kafka is a Distributed Event Streaming platform capable of storing and processing trillions of Messages or Data Streams per day. Users can access such instantaneous and real-time data to build event-driven applications. In this article, we’ll use the Kafka client in Python to publish and consume messages.