How to Install Multiple PHP Versions with Apache2 on Ubuntu
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 launch an EC2 instance using python?
In this article we’ll learn how to laucnh an EC2 instance using python. We’ll use boto3 library, which is the AWS SDK for python.
How to create an FTP server on 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?
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.