| by Arround The Web

How to Handle UDP Traffic with HAProxy

Practical tutorial on how to handle the UDP traffic with HAProxy, the importance of HAProxy, and what configurations you should make to handle the UDP traffic.

Share Button
Read More
| by Arround The Web

How to Add/Remove Kernel Boot Parameters/Arguments and GRUB Boot Entries on Fedora/RHEL/AlmaLinux/Rocky Linux/CentOS Stream

Guide on using grubby to add/remove the kernel boot parameters/arguments from the GRUB boot entries on Fedora, RHEL, AlmaLinux, Rocky Linux, and CentOS Stream.

Share Button
Read More
| by Arround The Web

How to Configure HAProxy for WebSocket Connections

Tutorial on the required steps to configure and implement HAProxy for WebSocket connections to better utilize WebSockets’ features especially on real-time data.

Share Button
Read More
| by Arround The Web

12 Practical Examples of Linux Grep Command

grep is a powerful file pattern searcher that comes equipped on every distribution of Linux. If, for whatever reason, it is not installed on your system, you can easily install it via your package manager, as shown.
The post 12 Practical Examples of Li…

Share Button
Read More
| by Arround The Web

Grep Command Examples

Grep is a useful command to help you quickly search and find through file contents.

Share Button
Read More
| by Arround The Web

Stream Editor (SED): The Basics

Practical guide on how to use SED or the stream editor to transform a particular word using the “s” command, substitute the words for other words, or negate it.

Share Button
Read More
| by Arround The Web

How to Capture and Analyze the Packets by Example with Tcpdump

Practical tutorial on how to install tcpdump on a Linux system and how to capture and analyze the TCP/IP packets using tcpdump for network traffic analysis.

Share Button
Read More
| by Arround The Web

HAProxy Beginner’s Tutorial

Practical tutorial on defining HAProxy and its features, why we need it, how to configure it, and how to use it as a load balancer for TCP/HTTP applications.

Share Button
Read More
| by Arround The Web

How to Configure HAProxy as a Reverse Proxy

Practical tutorial on the steps to configure HAProxy as a reverse proxy and understand why a reverse proxy works to your advantage by discussing its benefits.

Share Button
Read More
| by Arround The Web

How to Set Up and Understand Logging in HAProxy

Guide on the steps to set up HAProxy logging from editing the configuration files to specifying where to store the logs and then testing if the logging works.

Share Button
Read More
| by Arround The Web

How to Show Mounts in Linux

Comprehensive tutorial on the different commands to show the mounts in Linux for system monitoring, storage management, troubleshooting disk issues, etc.

Share Button
Read More
| by Arround The Web

How to Send Emails Using the Command Line in Linux

Comprehensive tutorial on the simple approach to sending emails using the command line in Linux using the mail command, Sendmail application, and mutt command.

Share Button
Read More
| by Arround The Web

How to Set JAVA_HOME in Linux

Comprehensive tutorial on the simplest way to set JAVA_HOME in Linux by copying the installation path and exporting it as the value of the JAVA_HOME variable.

Share Button
Read More
| by Arround The Web

How to Search File Contents in Linux

Guide on the method to search the file contents in Linux by exploring the “find” command combined with “grep” to search for an input text in the file contents.

Share Button
Read More
| by Arround The Web

Creating and Running a Linux “.a” File

Guide on how to create, install, and run a Linux “.a” file for effective software development in the Linux environment and exploring its purpose and structure.

Share Button
Read More
| by Arround The Web

Level Up Linux: 20 Must-Know Commands for Newbies

In my earlier experience as a newcomer, Linux commands and terminals were quite intimidating. I had concerns about the commands and wondered to what extent I needed to remember and memorize them to become proficient and fully functional with Linux.
The…

Share Button
Read More
| by Arround The Web

How to Extract Tar Files to Specific or Different Directory in Linux

The post How to Extract Tar Files to Specific or Different Directory in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The tar command is one of the utilities that you can use to create a backup on a Linux system. It includes many o…

Share Button
Read More
| by Arround The Web

Cut Command Examples

The Cut command lets you extract a part of the file to print without affecting the original file. Learn more here.

Share Button
Read More
| by Arround The Web

How to Suspend and Resume a Process in Linux

Learn how to efficiently suspend, resume, list, and manage background processes in Linux using simple commands like CTRL+Z, ps, jobs, fg, bg, and kill.
The post How to Suspend and Resume a Process in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

8 Useful ‘Debian Goodies Utilities’ for Package Management

The post 8 Useful ‘Debian Goodies Utilities’ for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Debian-goodies is a package that includes toolbox-style utilities used to manage Debian and its derivative systems such as …

Share Button
Read More