How to Use the dd Command in Linux
dd is an important command in Linux, used to back up your hard disks and partitions. Learn to use the dd command in Linux here.
The post How to Use the dd Command in Linux appeared first on Linux Today.
dd is an important command in Linux, used to back up your hard disks and partitions. Learn to use the dd command in Linux here.
The post How to Use the dd Command in Linux appeared first on Linux Today.
This article will help you to understand the ‘useradd’ command in Linux/Unix-based systems. Learn how to create a user in Linux here.
The post A Step-by-Step Explanation of How to Create a User in Linux appeared first on Linux Today.
In this tutorial, you will learn how to find and remove duplicate text from text files, using the uniq command in Linux.
The post How to Find Duplicate Text in Files with the uniq Command on Linux appeared first on Linux Today.
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…
Read MoreThe 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.
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.
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…
Read MoreThis 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…
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…
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…
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…
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 “…
Read MoreThe 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…
Read MoreThe 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,…
Read MoreLearn 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…
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….
Read MoreThe 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…
Read MoreThe 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…
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…
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.