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…
LLinux Read More 6 minute read Awk vs Sed vs Grep in Linux – Differences ExplainedbyKhalid FaizApril 28, 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 28, 2022 Oracle VM VirtualBox is an open-source, cross-platform virtualization software that let you run multiple guest operating systems on…
LLinux Read More 13 minute read How to Use the Rsync (Remote Sync) Command in Linux with ExamplesbyEdXDApril 22, 2022 At its most basic description the internet can be summarized as computers interconnected to each other, talking and…
LLinux Read More 8 minute read How to Install and Use fzf Command-Line Fuzzy FinderbyEdXDMay 3, 2022 fzf is one of the most amazing utilities written for the command line in the last few years.…
UUbuntu Read More 3 minute read Add User to Sudoers in UbuntubyKhalid FaizApril 22, 2022 In most modern operating systems, there are various levels of authorities a user can have, which governs who…
LLinux Read More 6 minute read How to List All Users or User Groups in LinuxbyEdXDApril 11, 2022 Knowing how to list all user groups on Linux is a significant stride towards sustaining ownership and permissions.…
LLinux Read More 4 minute read Run Multiple Commands in One Line in LinuxbySamreena AslamApril 2, 2022 The Linux terminal is a powerful command-line tool that helps allows users to run multiple commands to do…
LLinux Read More 5 minute read Linux tcpdump Command with ExamplesbyEdXDApril 13, 2022 A network comprises different types of traffic, including legitimate and malicious traffic. A network can also have various…
LLinux Read More 5 minute read The Fork System Call in LinuxbyMuhammad AzizMarch 13, 2022 In this article, you will find a brief description of the fork system call and how it works.…