DISSOLUTION OF ASSEMBLIES: IMRAN KHAN ANNOUNCES TO UNVEIL DATE ON DEC 17

DISSOLUTION OF ASSEMBLIES: IMRAN KHAN ANNOUNCES TO UNVEIL DATE ON DEC 17

Dissolution of assemblies: Imran Khan announces to unveil date on Dec 17 ISLAMABAD: Former premier and Pakistan Tehreek-e-Insaf (PTI) chairman Imran Khan has announced to unveil date for the dissolution of the assemblies on December 17 in a key gathering on Lahore’s Liberty Chowk, ARY News reported on Wednesday. Imran Khan has taken a firm […]

DISSOLUTION OF ASSEMBLIES: IMRAN KHAN ANNOUNCES TO UNVEIL DATE ON DEC 17 Read More »

How To Install Apache Kafka on Ubuntu 20.04

How To Install Apache Kafka on Ubuntu 20.04

Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data. A Kafka cluster is highly scalable and fault-tolerant. It also has a much higher throughput compared to other message brokers like ActiveMQ and RabbitMQ. Though it is generally used as a publish/subscribe messaging system, many organizations also use it for log aggregation because it

How To Install Apache Kafka on Ubuntu 20.04 Read More »

jenkins installation on linux

jenkins installation on linux

Installing Jenkins The version of Jenkins included with the default Ubuntu packages is often behind the latest available version from the project itself. how to install Jenkins on Linux   Debian/Ubuntu curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo tee \   /usr/share/keyrings/jenkins-keyring.asc > /dev/null echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \   https://pkg.jenkins.io/debian-stable binary/ | sudo tee \   /etc/apt/sources.list.d/jenkins.list > /dev/null  

jenkins installation on linux Read More »