| by Scott Kilroy

How to Install Apache Kafka on Rocky Linux

Apache Kafka is a distributed data store for processing streaming data in real time. In this tutorial, we will install Apache Kafka on the Rocky Linux server and learn the basic usage of Kafka as a message broker for streaming data via the Kafka plugin.

Share Button
Read More
| by Scott Kilroy

How to Install and Use MS SQL Server on Rocky Linux

MS SQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft. In this tutorial, I will show you how to install MS SQL Server on a Rocky Linux server, set up SQL Tools for managing SQL Server, and also…

Share Button
Read More
| by Scott Kilroy

How to Install Drupal CMS with Nginx on Rocky Linux 8

Drupal is a free and open-source web content management system written in PHP and distributed under GNU General Public License. In this tutorial, you will learn how to configure the Drupal CMS (Content Management System) with the LEMP Stack on the Rock…

Share Button
Read More
| by Scott Kilroy

How to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9

Django is a python framework used for developing dynamic websites and applications. In this tutorial, you will learn how to install the Django framework on a Ubuntu 22.04 server.

Share Button
Read More
| by Arround The Web

Linux Users Can Now Enjoy MS Teams as a Progressive Web App

Linux users who rely on Microsoft Teams for collaboration and communication can now take advantage of the app’s full functionality. Here’s how!
The post Linux Users Can Now Enjoy MS Teams as a Progressive Web App appeared first on Linux Today.

Share Button
Read More
| by Scott Kilroy

How to create Namespaces in Kubernetes

A namespace is helpful when multiple teams are using the same cluster. This is used when there is a potential of name collision. In this article, we will create a namespace and create a pod in the newly created namespace. We will also see how a namespa…

Share Button
Read More
| by Arround The Web

How to Install and Use Snap Packages in Ubuntu

A simple beginner’s guide with screenshots showing how to install Snap packages in Ubuntu Linux with a command-line option.
The post How to Install and Use Snap Packages in Ubuntu appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Delete Partition in Linux Step-by-Step

In this guide, we will demonstrate how you can delete a partition in Linux step-by-step. We will start off by deleting a standard partition and then deleting an LVM partition.
The post How to Delete Partition in Linux Step-by-Step appeared first on Lin…

Share Button
Read More
| by Scott Kilroy

How to Install LibreNMS Monitoring Solution on Rocky Linux

LibreNMS is a monitoring tool that supports auto-discovery with multiple protocols, including SNMP, ARP, OSPF, and BGP. In this guide, you will learn how to install the LibreNMS monitoring tool on the Rocky Linux server. This guide includes the install…

Share Button
Read More
| by Arround The Web

The Advanced Guide to Using nslookup in Linux

Here, we show you how to use nslookup in Linux to troubleshoot Domain Name System (DNS) issues. We also discuss some of the more advanced features of this tool.
The post The Advanced Guide to Using nslookup in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

9to5Linux Weekly Roundup: Nov. 6, 2022

This week was all about software and distro releases and maintenance updates. You can enjoy these and much more in 9to5Linux’s Linux weekly roundup for Nov. 6, 2022.
The post 9to5Linux Weekly Roundup: Nov. 6, 2022 appeared first on Linux Today.

Share Button
Read More
| by Scott Kilroy

How to Install GlassFish Java Application Server on Rocky Linux

GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. In this tutorial, we will install the GlassFish Java Application Server with Nginx reverse proxy on Rocky Linux.

Share Button
Read More
| by Arround The Web

How to Use the dir Command in Linux

The dir command is not commonly used in Linux, but it works less like the preferred ls command. This article offers some examples of how to use the dir command to list the contents of a directory.
The post How to Use the dir Command in Linux appeared f…

Share Button
Read More
| by Scott Kilroy

How to Install MinIO Storage on Rocky Linux

MinIO is a free and open-source object storage server written in Go. It’s compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.

Share Button
Read More
| by Arround The Web

How To Monitor File Changes Using fswatch in Linux

Learn about fswatch, how to install it, and how to use it to monitor file changes in Linux and Unix-like operating systems.
The post How To Monitor File Changes Using fswatch in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Xfce 4.18: Top New Features and Release Guide

Check out this comprehensive Xfce 4.18 feature guide with details across window manager, components, file manager, and more.
The post Xfce 4.18: Top New Features and Release Guide appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

LibreOffice 7.3 Gets Last Maintenance Update, Users Urged to Upgrade

LibreOffice 7.3.7 includes 28 bug fixes that address last remaining issues reported by users or discovered by the LibreOffice developers. Learn more here.
The post LibreOffice 7.3 Gets Last Maintenance Update, Users Urged to Upgrade appeared first on L…

Share Button
Read More
| by Scott Kilroy

Linux cd Command Tutorial for Beginners (8 Examples)

The cd command is one of the most frequently used commands in Linux, as it’s used to change directories (one of the most basic command line operations). While most users restrict themselves to the basic usage of cd, there are many other features the to…

Share Button
Read More
| by Scott Kilroy

How to Compare and Merge Text Files on Linux

Comparing text files requires time, effort, a large monitor and a good amount of patience, or simply just the right tools to do it without any of the aforementioned. If you are an editor that has to deal with multiple versions of a text file, or a deve…

Share Button
Read More
| by Scott Kilroy

How to Compare and Merge Text Files on Linux using Desktop Tools (part 2)

This post is a response to the overwhelming comments about Meld (and other tools) on my previous article on text files comparison and merging tools. While my intention wasn’t to focus on code text only but to also present something useful to word edito…

Share Button
Read More