| by Arround The Web

How To Combine Text Files in Linux

A guide in Linux uses a variety of commands to combine text files into one file alphabetically or numerically in an organized way through the cat command.

Share Button
Read More
| by Arround The Web

How To Combine Binary Files in Linux

A guide on how to combine binary files in Linux with the help of the cat command to maximize space for the same data compared to text files.

Share Button
Read More
| by Arround The Web

Find Port Using PID in Linux

Many users prefer the ss command over netstat. Three different commands can evaluate finding a port using PID in Linux discussed in this article.

Share Button
Read More
| by Arround The Web

fdisk -l Command in Linux

A guide on how to use the fdisk -I command in Linux and the different uses of the fdisk partition command, such as viewing a specific partition.

Share Button
Read More
| by Arround The Web

Sysctl Linux Command

A step-by-step guide on the sysctl Linux command that helps individuals modify the kernel parameters to fit different tasks.

Share Button
Read More
| by Arround The Web

Installing Plugins in tmux

You can install plugins manually or use a plugin manager like tpm to install and manage plugins. This article explains how to install plugins in tmux.

Share Button
Read More
| by Arround The Web

Show Threads Using PS Command in Linux

Article guide about the different methods to monitor the thread count using the ps command and view the threads using PIDs, application name, and filter.

Share Button
Read More
| by Arround The Web

Managing and Using LDAP Servers With OpenLDAP Utilities

LDAP servers look pretty challenging to manage. This article explains how to use the standard LDAP tools developed and distributed by OpenLDAP.

Share Button
Read More
| by Arround The Web

Customizing the Status Bar in tmux

In tmux, there are four types of options for customization: session, window, server, and pane options which are discussed in this article.

Share Button
Read More
| by Arround The Web

How to Remove Files Older than XXX Days in Linux

Comprehensive guide on the different methods to find and remove files older than any date in the Linux operating system to free up your storage space.

Share Button
Read More
| by Arround The Web

How To Extract Files to a Particular Folder Linux

A guide on how to extract files to a particular folder in Linux using different directories and the two common utilities, such as unzip and tar.

Share Button
Read More
| by Arround The Web

8 Practical Examples of Linux “Touch” Command

The post 8 Practical Examples of Linux “Touch” Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In Linux, every single file is associated with timestamps, and every file stores the information of last access time, last modification …

Share Button
Read More
| by Arround The Web

MySQL Backup and Restore Commands for Database Administration

The post MySQL Backup and Restore Commands for Database Administration first appeared on Tecmint: Linux Howtos, Tutorials & Guides .This article shows you several practical examples on how to perform various backup operations of MySQL/MariaDB databases…

Share Button
Read More
| by Arround The Web

Rsync Command in Linux with Practical Example

This guide shows you how to use the rsync command in Linux to synchronize files and directories using simple examples.
The post Rsync Command in Linux with Practical Example appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Convert Image to PDF on Linux Command Line

Tutorial in using two command-line utilities, Img2PDF and ImageMagick, to convert either one or multiple images to PDF on Linux with easy syntax to follow.

Share Button
Read More
| by Arround The Web

Do File Extensions Matter in Linux

Comprehensive guide to understand if file extensions matter in Linux and in using the content of the file to determine the file type rather than the file name.

Share Button
Read More
| by Arround The Web

How to Extract JAR Files in Linux

Comprehensive guide on how to extract the JAR files, how to list their components, and how to open the JAR files in Linux by using the different commands.

Share Button
Read More
| by Arround The Web

What Is the Difference: Curl vs Wget Commands?

Curl and wget are both Linux-based utilities used to transfer files, but they’re quite different. Compare curl vs wget commands here.
The post What Is the Difference: Curl vs Wget Commands? appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Brew Command Not Found

The “brew command not found” error occurs when your system cannot find the brew binary in its path. This article explains the “brew command not found” error.

Share Button
Read More
| by Arround The Web

Markdown Comment

In this tutorial are five effective methods of adding comments to your Markdown comment. Markdown is one of the most popular markup languages in the world.

Share Button
Read More