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 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…
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…
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…
LLinux Read More 6 minute read Awk vs Sed vs Grep in Linux – Differences ExplainedbyKhalid FaizApril 24, 2022 Text processing is of great importance for a computer user, as the computer can perform tedious tasks that…
LLinux Read More 2 minute read How to Install VirtualBox on DebianbyKhalid FaizApril 23, 2022 [powerkit_collapsible title=”Not using Debian? Choose a different version or distro.”] Ubuntu [/powerkit_collapsible] Oracle VM VirtualBox is an open-source,…