LLinux Read More 8 minute read How to Use the SSH Config FilebyEdXDMay 10, 2022 The SSH Config File is a text file that contains configuration information for your SSH client, such as…
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 17, 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 May 2022byEdXDMay 11, 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 3, 2022 The Sed command is a very powerful tool that is used for viewing, editing, and modifying files. It…
LLinux Read More 5 minute read Vi vs Vim – Differences and Similarities ExplainedbyEdXDApril 28, 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 FilterbyEdXDMay 16, 2022 FFmpeg is a powerful CLI tool that can do almost anything you can imagine with multimedia files. It…
LLinux Read More 5 minute read How to Undo/Redo Changes in Vim/VibyEdXDApril 27, 2022 Vim is a Unix-based text editor. It is an advanced and improved version of Vi text editor and…