LLinux Read More 5 minute read How To Automate Multiple FFmpeg Commands With BashbyEdXDAugust 2, 2022 In this article you will learn how to use Bash scripting to automatically perform multiple FFMPEG tasks, to…
LLinux Read More 6 minute read How To Use I/O Redirections in LinuxbyEdXDAugust 2, 2022 In this article you will be acquainted with the concept of I/O redirections, and the different ways to…
LLinux Read More 3 minute read How To Extract Tar Files Into a Specific DirectorybyEdXDAugust 16, 2022 In this article you will learn how to extract tar archives into a specific directory, as well as…
LLinux Read More 6 minute read How to Use Autojump Advanced Navigation in LinuxbyEdXDAugust 1, 2022 In this article you will learn how to use autojump to navigate easily between directories without specifying their full…
LLinux Read More 4 minute read How to Count Files in a Directory in LinuxbyEdXDJuly 7, 2022 This tutorial walks you through counting files in a directory in Linux using the wc command with the…
LLinux Read More 3 minute read How to Pass Password to SCP Command in Linux using SSHPassbyEdXDJuly 5, 2022 SCP stands for secure copy and is used to securely copy files or directories from one Linux environment…
LLinux Read More 4 minute read How to Use the ssh-copy-id CommandbyEdXDJune 28, 2022 SSH secures communication between a local machine and a remote machine by encrypting the traffic. But, providing the…
LLinux Read More 8 minute read How to Use the fd Command in Linux (‘find’ Alternative)byEdXDJune 22, 2022 fd is an alternative and faster command line utility for the find command. It does the job of…
LLinux Read More 5 minute read How to Check, Open, and Close a Port on UbuntubyEdXDJune 14, 2022 In this tutorial we’ll learn how to check for listening ports, using numerous tools, along with managing ports…
LLinux Read More 5 minute read How To Exclude Matches, Directories Or Files with GrepbyEdXDJune 14, 2022 In this article we’ll learn about with a wide range of features to exclude directories, skipping files and…
LLinux Read More 5 minute read How to Use Bash Command Line Arguments in ScriptsbyEdXDJune 13, 2022 In this article we’ll learn the most important and common ways to pass command-line arguments to our bash…
LLinux Read More 5 minute read 12 Commands to Check Linux System & Hardware InformationbyEdXDJune 12, 2022 Whether you are a Linux beginner user who wants to learn new commands or a frequent user who…