LLinux Read More 6 minute read How To Use Find with atime, ctime, mtime, amin, cmin, mminbyEdXDFebruary 17, 2023 In this article you will learn how to find files based on the last time they were accessed,…
LLinux Read More 4 minute read What Do ‘sudo apt update’ and ‘sudo apt upgrade’ Do?byEdXDJanuary 5, 2023 Linux has an advanced package management tool called Advanced Package Tool, commonly referred to as APT (apt). It…
LLinux Read More 4 minute read How to Show Progress During File Transfer with RsyncbyEdXDJanuary 5, 2023 The (capital) -P option lets you show the progress during file transfer with Rsync. You can show the…
LLinux Read More 6 minute read Systemd Unit Files Everything You Need to KnowbyEdXDJanuary 4, 2023 systemd is the mother of daemons. Daemons are services running in the background without user interaction. As an…
LLinux Read More 5 minute read How to Use SCP To Transfer Files with SSH Keys (PEM File)byEdXDJanuary 3, 2023 Every Linux administrator is well versed with various command-line utilities used to access and manage remote servers. Two…
LLinux Read More 6 minute read Why is Rsync Skipping DirectoriesbyEdXDJanuary 3, 2023 The Rsync command is a popular utility for synchronizing files and directories between two remote systems. Unlike other…
LLinux Read More 7 minute read How to Use Fasd in Linux for Quick Access to Files & DirectoriesbyEdXDJanuary 2, 2023 Linux users often rely on the command line, but tedious and time-consuming tasks can make it frustrating. Navigating…
LLinux Read More 4 minute read How to Chown Recursively in LinuxbyEdXDSeptember 18, 2022 A recursive action affects a file or directory with its subdirectories. We mainly use the -R option to…
LLinux Read More 3 minute read How to Install & Use Zsh Autosuggestions PluginbyEdXDAugust 12, 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 3, 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 2, 2022 In this article we will learn how to make HTTP GET requests using cURL, covering the common methods…