| by Arround The Web

Configure IP Networking with nmcli Command in Linux

Nmcli is a command-line utility used to configure network interfaces. With the nmcli utility, you can display, create, edit, enable and disable network interfaces or connections. It is especially handy for servers and headless systems which do not have…

Share Button
Read More
| by Arround The Web

How to Check Disk Space in Linux Using the df Command

The Linux df command has many helpful use cases. Learn how to check disk space in Linux using the df command here.
The post How to Check Disk Space in Linux Using the df Command appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

An Overview of the echo Command in Linux

The echo command is one of the most basic, important commands in programming. Get a basic overview of the echo command in Linux here.
The post An Overview of the echo Command in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Linux Tutorial: How to Manage Bash History

Bash (Bourne Again Shell) is the default shell in practically all Linux-based operating systems. All the commands we write in the terminal are interpreted by the shell and become part of its history. In this tutorial, we’ll learn how to manage Ba…

Share Button
Read More
| by Arround The Web

Curl Commands in Linux: A List with 15 Basic Examples

This article explains curl commands in Linux with 15 examples. The curl command is one of the most powerful and useful tools that are used by web developers as well as by PHP programmers and System Administrators. Learn more here.
The post Curl Command…

Share Button
Read More
| by Arround The Web

Avconv Commands: Record, Convert, & Extract Media from Linux Terminal

Avconv is a tool for recording and managing video and audio in Linux. Learn 11 Avconv commands to record, convert, and extract media from the Linux terminal here.
The post Avconv Commands: Record, Convert, & Extract Media from Linux Terminal appea…

Share Button
Read More
| by Arround The Web

WC Command Examples to Count Number of Lines, Words, and Characters in Linux

The wc (word count) command in Unix/Linux operating systems is used to find line, word, and character counts. Learn 6 top WC command examples for Linux here.
The post WC Command Examples to Count Number of Lines, Words, and Characters in Linux appeared…

Share Button
Read More
| by Arround The Web

Linux Shutdown Command [with Examples]

Need to know how to shut down your Linux system safely using command line or how to schedule a shutdown at a specific time? Learn to use the Linux shutdown command with examples here.
The post Linux Shutdown Command [with Examples] appeared first on Li…

Share Button
Read More
| by Arround The Web

How to Set GRUB2 Password in RHEL-based Systems

The post How to Set GRUB2 Password in RHEL-based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .GRand Unified Bootloader (GRUB) is a default bootloader in all Unix-like operating systems. As promised in our earlier article “…

Share Button
Read More
| by Arround The Web

30 Useful Linux Commands for System Administrators

The post 30 Useful Linux Commands for System Administrators first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this article we are going to review some of the useful and frequently used Linux or Unix commands for Linux System Administrator…

Share Button
Read More
| by Arround The Web

How to Use Wget Command in Linux with Examples

The post How to Use Wget Command in Linux with Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this article, we will review the wget utility which retrieves files from World Wide Web (WWW) using widely used protocols like HTTP,…

Share Button
Read More
| by Arround The Web

How to Use apt Command to Manage Packages in Linux

Learn how to use the apt command in Ubuntu, Debian, Linux Mint, or any other Debian or Ubuntu-based distributions. Examples are included so you can manage packages with ease.
The post How to Use apt Command to Manage Packages in Linux appeared first on…

Share Button
Read More
| by Arround The Web

Linux Performance Monitoring with Vmstat and Iostat Commands

This is our ongoing series of Linux Commands and Linux Performance Monitoring. In this article, you will learn about Vmstat and Iostat commands, which are available on all major Unix-like (Linux/Unix/FreeBSD/Solaris) Operating Systems. Learn more here….

Share Button
Read More
| by Arround The Web

11 Cron Command Examples in Linux [Schedule Cron Jobs]

The post 11 Cron Command Examples in Linux [Schedule Cron Jobs] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this article, we are going to review and see how we can schedule and run Linux tasks in the background automatically at regu…

Share Button
Read More
| by Arround The Web

Linux Performance Monitoring with Vmstat and Iostat Commands

The post Linux Performance Monitoring with Vmstat and Iostat Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
This is our ongoing series of Linux Commands and Linux Performance Monitoring, in this article, you will learn about Vms…

Share Button
Read More
| by Arround The Web

13 Linux Network Configuration and Troubleshooting Commands

The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
Computers are connected in a network to exchange information or resources with each other. Two or more computers are conn…

Share Button
Read More
| by Arround The Web

How to Create Your First Deployment on a Kubernetes Cluster

In this article, we will see how you create your first deployment on a Kubernetes Cluster using the kubectl command on the Linux shell.
The post How to Create Your First Deployment on a Kubernetes Cluster appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Use ‘lsof’ Command to Check Open Files in Linux

The post How to Use ‘lsof’ Command to Check Open Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .This is our ongoing series of Linux commands and in this article, we are going to review lsof command with practical examples. …

Share Button
Read More
| by Arround The Web

Useful sed Commands in Linux: 12 Examples

In this article, we will learn how to use the sed command in Linux with 12 practical examples. The sed command is a powerful and useful tool in Unix / Linux for editing content (files) line by line, including inserts, appends, changes, and deletes. Furthermore, it supports regular expressions, so it can match complex patterns. […]

The post Useful sed Commands in Linux: 12 Examples appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Check and Repair EXT4 Filesystem in Linux

The fsck (stands for File System Consistency Check) is used to check and repair one or more Linux filesystems. This check will run automatically at boot time when a filesystem …

The post How to Check and Repair EXT4 Filesystem in Linux first appeared on 2DayGeek.

Share Button
Read More