Linux

How To Install Apache Kafka on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Kafka on Ubuntu 14.04

Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ. Though it is generally used as a pub/sub messaging system, a lot of organizations also use it for log aggregation because it offers persistent storage for published messages.

Read more
How To Install asdf to Manage Multiple Programming Language Runtime Versions on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install asdf to Manage Multiple Programming Language Runtime Versions on Ubuntu 22.04

asdf is a command line interface tool, or CLI tool, for managing different runtime versions across multiple programming languages. It unifies all the runtimes under one configuration file, and uses a plugin structure to manage everything with one tool. As an example, you can install Node.js, but then have asdf as a central repository of plugins with each plugin being maintained either officially or by community contributors.

Read more
How To Install Drupal on a Virtual Server Running Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Drupal on a Virtual Server Running Ubuntu 12.04

This tutorials covers a basic drupal installation on an ubuntu server. Drupal is a free and open source content management that uses a PHP and a backend database, such as MySQL. It was created in 2001 and is currently the 3rd most popular content management site online. It now has over 17,000 addons to customize its functionality.

Read more
CHAT