| by Arround The Web

How to Install Docker on Fedora: A Step-by-Step Guide

Are you looking to install Docker on Fedora? Our comprehensive guide provides clear and concise instructions to get you up and running.
The post How to Install Docker on Fedora: A Step-by-Step Guide appeared first on Linux Today.

Read More
| by Arround The Web

We’re Off – Ubuntu 23.10 Daily Builds Available to Download

Ubuntu 23.10 daily builds are now available to download. Having given the next release a magnificent mythical codename and opened the archives for development, developers have now spun up the first daily builds of Ubuntu 23.10 and made them availa…

Read More
| by Arround The Web

How To Install Fedora 38 Workstation for Beginners

This tutorial will show you how to install Fedora 38 to your desktop computer step by step with pictures.Subscribe to UbuntuBuzz Telegram Channel to get article updates.
SummaryYou will go through five steps. You can install Fedora into …

Read More
| by Arround The Web

pspp @ Savannah: PSPP 2.0.0-pre1 has been released

I’m very pleased to announce the release of a new version of GNU PSPP. This is a test release before version 2.0.0, to allow for translations and bug reports before 2.0.0.

PSPP is a program for statistical analysis of sampled data.  It is a free r…

Read More
| by Arround The Web

8 Best Remote Desktop Tools for Linux

Here, we list the best remote desktop tools for Linux along with their pros and cons, so you can choose the right tool for you.
The post 8 Best Remote Desktop Tools for Linux appeared first on Linux Today.

Read More
| by Arround The Web

Image Annotation Tool Annotator 1.2.0 released with Taking Screenshot Support

Annotator, image annotation tool for Elementary OS, released version 1.2.0 today. Here are the new features and how to install guide for Ubuntu users. Annotator is a free open-source image annotation tool designed for Elementary OS, but also works in other Linux. By releasing version 1.2.0, it now also supports for taking screenshot for full-screen, […]

Read More
| by Arround The Web

Create a Topic in Apache Kafka

Practical tutorial on working with a Kafka topic using the Kafka CLI tools, how we can create a topic, how to write to a topic, and how to read from a topic.

Read More
| by Arround The Web

Apache Kafka Streams Peek Transformations

Practical tutorial on what the Kafka transformations are, its various types, their role, and how to work with the peek() transformation in Apache Kafka.

Read More
| by Arround The Web

Apache Kafka Streams Map Transformations

Practical guide on the fundamentals of working with Kafka Streams map transformation and how we could use it to convert a stream of integers to string values.

Read More
| by Arround The Web

Apache Kafka Streams Hopping Time Window Transformations

Practical tutorial on the basics of working with hopping time window transformations in Kafka Streams to allow for continuous processing of the stream.

Read More
| by Arround The Web

Apache Kafka Streams Inverse Filter Transformations

Tutorial on the inverse filter transform in Apache Kafka Streams, how it works, and how we can use it to exclude the results that match a given condition.

Read More
| by Arround The Web

Apache Kafka Streams GroupByKey Transformation

Tutorial on what the groupByKey transformation means when it comes to Kafka streams, the Kafka groupByKey() method in Java, how it works, and how to use it.Tutorial on what the groupByKey transformation means when it comes to Kafka streams, the Kafka groupByKey() method in Java, how it works, and how to use it.

Read More
| by Arround The Web

Apache Kafka Streams Branch Transformations

Practical guide on how to work with Kafka Streams branch transformation to branch the data from a source stream into multiple substreams based on a condition.

Read More
| by Arround The Web

Apache Kafka Streams Cogroup Transformations

Practical tutorial on how to work with the Kafka Streams cogroup transformation using the KStream API in the Kafka streams library and the cogroup method.

Read More
| by Arround The Web

Apache Kafka Streams ForEach Transformations

Practical guide on the ForEach transformation in a Kafka stream, how it works, hwo to apply it, and how to use it to operate on each record in a given stream.

Read More
| by Arround The Web

Apache Kafka Streams FlatMap Transformations

Practical guide on what the Kafka Streams flatmap transformation does, how it works, and how we can use it in a Kafka Streams application along with examples.

Read More
| by Arround The Web

Apache Kafka Streams Count Transformations

Guide on how to use the Kafka Streams platform to build the stream processing applications using a high-level DSL to process and analyze the data in real-time.

Read More
| by Arround The Web

How to Change the Replication Factor in Apache Kafka

Guide on how to use a JSON file to update the replication factor of a given topic in Kafka and how to modify the replication factor of an existing Kafka topic.

Read More
| by Arround The Web

How to Add Space Between Columns without Affecting Rows in an HTML Table?

The space between the table columns can be added with the help of padding left and right properties. These add space from the right and left directions.

Read More
| by Arround The Web

How to Add a Double Border with Different Colors?

To add a double border, use :before CSS selectors with the position set to relative in main and absolute in the new div with content property.

Read More