LLinux Read More 6 minute read What is /dev/null in Linux and How to Use ItbyEdXDMay 7, 2022 The null device in Unix systems is /dev/null. Its purpose is to immediately discard anything sent to it.…
LLinux Read More 4 minute read Bash Append to FilebyEdXDMay 6, 2022 There are various ways to append text to a file in bash. In computing, append means to add…
LLinux Read More 8 minute read How to Set Up Passwordless SSH Login With SSH KeysbyEdXDMay 6, 2022 Many novice users to Linux are surprised to learn that the most secure method to connect to another…
LLinux Read More 8 minute read Some of the Best Linux Phones Available as of April 2023byEdXDMay 2, 2022 Most people are only familiar with Android phones from Google and iOS from Apple. However, you might wonder,…
LLinux Read More 4 minute read Bash Printf CommandbyEdXDMay 1, 2022 The bash printf command prints the formatted strings in the shell. It stands for print formatted. The command…
LLinux Read More 4 minute read How to List Running Services in LinuxbyEdXDMay 1, 2022 What is a Linux Service? In simpler terms, a Linux service is a server’s response to a request…
LLinux Read More 4 minute read Bash Compare StringsbyEdXDMay 1, 2022 Similar to other programming languages, strings in bash is the datatype that holds a sequence of characters. In…
LLinux Read More 4 minute read Sed Command in Linux ExamplesbyEdXDMay 1, 2022 The Sed command is a very powerful tool that is used for viewing, editing, and modifying files. It…
RRHEL Read More 4 minute read CentOS Stream & Everything You Need To Know About ItbyNazmul Hasan HimelApril 30, 2022 CentOS is a community driven Linux distribution, which is an official fork of RedHat Enterprise Linux (RHEL). After…
RRHEL Read More 6 minute read What’s Happening with CentOS & CentOS 8 EOL ExplainedbyNazmul Hasan HimelApril 30, 2022 CentOS is a community-driven Linux distribution, which is an official fork of RedHat Enterprise Linux (RHEL). In this…
LLinux Read More 5 minute read Vi vs Vim – Differences and Similarities ExplainedbyEdXDApril 27, 2022 This tutorial explains the differences and similarities between the Vi and Vim editors using straightforward examples. Although we…
LLinux Read More 5 minute read FFmpeg: How to Crop Videos/Images Using the Crop FilterbyEdXDApril 27, 2022 FFmpeg is a powerful CLI tool that can do almost anything you can imagine with multimedia files. It…