| by Arround The Web

How to Split Large ‘tar’ Archive into Multiple Files of Certain Size

The post How to Split Large ‘tar’ Archive into Multiple Files of Certain Size first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Are you worried about transferring or uploading large files over a network? Worry no more, because you can move y…

Read More
| by Arround The Web

How to Use jq Command to Process JSON in Linux

Jq is a powerful utility that can read and manipulate JSON data. Find out how to use jq to manage large JSON files in Linux and some of its best alternatives today.
The post How to Use jq Command to Process JSON in Linux appeared first on Linux Today.

Read More
| by Arround The Web

11 Lesser Known Useful Linux Commands

The Linux command line attracts most Linux enthusiasts. A normal Linux user generally possesses a vocabulary of roughly 50–60 commands to carry out their day-to-day tasks.
The post 11 Lesser Known Useful Linux Commands appeared first on Linux Today.

Read More
| by Arround The Web

Display Memory Statistics With Free command on Linux

Learn how to use the free command to display RAM memory, swap memory consumption, and the total size of the buffer/cache in Linux.
The post Display Memory Statistics With Free command on Linux appeared first on Linux Today.

Read More
| by Arround The Web

How to Use Chattr Command in Linux (for Beginners)

Learn how to use the chattr command on Linux, as well as the various options, operators, and file attributes you can use.
The post How to Use Chattr Command in Linux (for Beginners) appeared first on Linux Today.

Read More
| by Arround The Web

How to Transfer Files (Local and Remote) in Linux

The post How to Transfer Files (Local and Remote) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Transferring files in Linux is a common task that every system administrator should know, especially when transferring files between…

Read More
| by Arround The Web

How to Use ‘next’ Command with Awk in Linux

The next command in awk tells it to skip the remaining patterns and actions for the current line and proceed to the next input line. This can help avoid executing redundant or unnecessary steps, making your scripts more efficient.
The post How to Use ‘…

Read More
| by Arround The Web

Linux dd Command Explained for Beginners (8 Examples)

The dd command is a powerful utility used for low-level data copying and conversion on Linux systems. It stands for “data duplicator” and is often employed to create exact copies of files, partitions, or entire disks, making it useful for t…

Read More
| by Arround The Web

How to Shrink Long or Multiple Commands into a Single Short Command

In Linux, multiple long commands can be easily replaced with a single short command using the alias command. Learn how to do it in this tutorial.
The post How to Shrink Long or Multiple Commands into a Single Short Command appeared first on Linux Today.

Read More
| by Arround The Web

How to Run a Linux Command Without Keeping It in History

In this guide, you will learn six different methods for running a Linux command without keeping track of its history.
The post How to Run a Linux Command Without Keeping It in History appeared first on Linux Today.

Read More
| by Arround The Web

How to Sync New and Changed Files Using ‘rsync’ Command

The post How to Sync New and Changed Files Using ‘rsync’ Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .As a system administrator or Linux power user, you may have probably come across or even on several occasions, used
The post H…

Read More
| by Arround The Web

How to Search Files by Name or Extension Using find Command

The post How to Search Files by Name or Extension Using find Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Many times, we find ourselves in a situation where we need to search for multiple files with different extensions, which
T…

Read More
| by Arround The Web

How to Use read Command in Linux

Learn the details of the read command, its options, and how to use it in the Linux terminal to capture user input and store it in a variable.
The post How to Use read Command in Linux appeared first on Linux Today.

Read More
| by Arround The Web

Effectively Use History Command in Linux

Master the history command and learn some interesting usage of the bash history feature in this tutorial.

Read More
| by Arround The Web

10 Lesser Known Linux Commands – Part 2

The post 10 Lesser Known Linux Commands – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Following up on our previous discussion of lesser-known Linux commands, this article will explore more hidden commands, which are extremely
Th…

Read More
| by Arround The Web

11 Lesser Known Useful Linux Commands

The post 11 Lesser Known Useful Linux Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The Linux command line attracts most Linux enthusiasts. A normal Linux user generally possesses a vocabulary of roughly 50-60 commands
The post …

Read More
| by Arround The Web

26 Security Hardening Tips for Modern Linux Servers

The post 26 Security Hardening Tips for Modern Linux Servers first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Everybody says that Linux is secure by default, and to some extent, this is agreed upon (it’s a debatable topic).
The post 2…

Read More
| by Arround The Web

Linux sha1sum Command Tutorial for Beginners (With Examples)

The Linux command line offers several tools for checking and verifying a file’s integrity. One such tool is sha1sum, which we will discuss in this tutorial using easy-to-understand examples.
The post Linux sha1sum Command Tutorial for Beginners (…

Read More
| by Arround The Web

Linux chattr Command Tutorial for Beginners (5 Examples)

The chattr command in Linux is a utility that allows users to change file attributes on a filesystem. This command provides enhanced control over files by setting attributes that can modify file behaviors in ways not achievable through regular permissions. For instance, using chattr, one can make a file immutable with the “+i” attribute, preventing […]

The post Linux chattr Command Tutorial for Beginners (5 Examples) appeared first on Linux Today.

Read More
| by Arround The Web

Linux basename Command Tutorial for Beginners (With Examples)

The basename command in Linux is a utility used to extract the base name of a file or directory path, effectively stripping away any leading directory components and optional suffixes. When provided with a full path, basename returns only the file name or the last segment of the path, making it useful in scripting and file manipulation […]

The post Linux basename Command Tutorial for Beginners (With Examples) appeared first on Linux Today.

Read More