LLinux Read More 3 minute read How to Install & Use Zsh Autosuggestions PluginbyEdXDAugust 13, 2022 Zsh (or Z shell) is a Unix-based shell that significantly improves your scripting experience. Because of plugin support,…
LLinux Read More 7 minute read How to Set and Unset Environment Variables in LinuxbyEdXDAugust 5, 2022 In this tutorial, you will be acquainted with multiple methods to manage environment variables by checking all available…
LLinux Read More 5 minute read How to Create Aliases & Use the Alias Command in LinuxbyEdXDAugust 4, 2022 In this article, you will be acquainted with different methods to manage aliases by inspecting the alias tool…
LLinux Read More 6 minute read How To Make a GET Request With cURLbyEdXDAugust 3, 2022 In this article we will learn how to make HTTP GET requests using cURL, covering the common methods…
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…