| by Arround The Web

20 Linux egrep Command Examples

The post 20 Linux egrep Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this guide, we will discuss some of the practical examples of the egrep command. After following this guide, users will be able to perform t…

Share Button
Read More
| by Arround The Web

How to Use the Bash Sort Command

The Bash sort command is used to sort a file’s content and give output in the stdout. With sort, you can sort a file’s contents alphabetically.

Share Button
Read More
| by Arround The Web

Basic SSH Command Usage and Configuration in Linux

The post Basic SSH Command Usage and Configuration in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this guide, we will discuss the common use cases of SSH. We will also discuss commonly used SSH configurations that can b…

Share Button
Read More
| by Arround The Web

[Updated] 21 Tar Command Examples in Linux

The Linux “tar” command stands for tape archive, which is used by a large number of Linux/Unix system administrators to deal with tape drive backup in Linux. Use this guide for tar command examples in Linux.
The post [Updated] 21 Tar Command Examples i…

Share Button
Read More
| by Arround The Web

How to Execute Commands on Remote Linux Systems via SSH

Want to run a command or program remotely? Learn how to execute commands on remote Linux systems via SSH here.
The post How to Execute Commands on Remote Linux Systems via SSH appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Three Ways to Delete the Partitions Under Linux

Practical tutorial on how to remove the partitions under Linux using different tools and command line techniques including fdisk, cfdisk and gparted.

Share Button
Read More
| by Arround The Web

How to Place the Brave Browser’s Cache in RAM

Article guide on understanding tmpfs, how to use brave, and how to speed up the page loads along with practical examples that are easy to apply.

Share Button
Read More
| by Arround The Web

Most Commonly Used Linux Commands You Should Know

The post Most Commonly Used Linux Commands You Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux is a very popular Operating System (OS) amongst programmers and regular users. One of the main reasons for its popularity is i…

Share Button
Read More
| by Arround The Web

How To Read exFAT Partitions in Linux

A guide on how to mount and read the content within the exFAT (Extended File Allocation Table) partitions in Linux and use other mount commands with examples.

Share Button
Read More
| by Arround The Web

AutoSSH Command in Linux

A guide on how to use the AutoSSH command in Ubuntu 22.04 to start, monitor, and restart an instance of SSH by using three different methods.

Share Button
Read More
| by Arround The Web

How to Install GNS3

The GNS3 is a great alternative to Cisco’s Packet tracer program and this guide offers a step-by-step guide on how to install GNS3 2.0 on Ubuntu.

Share Button
Read More
| by Arround The Web

How to Install and Use Ngrok

Ngrok allows you to make public or share local resources like a website on the internet. To achieve this, Ngrok generates an URL with a dynamic subdomain.

Share Button
Read More
| by Arround The Web

How to Use the Bash xargs Commands

The xargs is a bash command that allows the execution of multiple commands in the same line, whether the commands take parameters or arguments as input.

Share Button
Read More
| by Arround The Web

How to Use the Bash Cut Command

Tutorial on how to use the Bash cut command to print the selected sections of a given line and split the given line using practical examples.

Share Button
Read More
| by Arround The Web

Linux rmdir Command Examples for Beginners

The post Linux rmdir Command Examples for Beginners first appeared on Tecmint: Linux Howtos, Tutorials & Guides .As Linux users, we interact with the files and directories on a regular basis. One common operation users perform is removing directories f…

Share Button
Read More
| by Arround The Web

How to Change Ban Time Fail2ban, Even Ban Forever if Desired

Fail2ban is an open-source log parsing application that prevents your system from brute force attacks. It parses log files and blocks IP addresses.

Share Button
Read More
| by Arround The Web

chgrp Command in Linux

This article explains how to modify the group ownership of specific files. This is done using the chgrp command in Linux.

Share Button
Read More
| by Arround The Web

How Do I Create a .CRT File in Linux?

A step-by-step guide on how to create a .CRT file in Linux to generate a private key, a certificate signing request, and a certificate with the OpenSSL tool.

Share Button
Read More
| by Arround The Web

Understanding the Bash shuf Command

The shuf command takes input from files, randomizes the input, and gives output. It works like how you shuffle cards and pull a random output.

Share Button
Read More
| by Arround The Web

How to Monitor and Optimize Power Usage on Linux?

Guide on how to monitor the system resource usage with the different tools and how to optimize the power usage on a Linux system using various doable methods.

Share Button
Read More