LLinux Read More 5 minute read Check if a String Contains a Substring in BashbyMuhammad AzizJanuary 19, 2022 In shell scripting, you may come to a situation where you need to find a substring from a…
LLinux Read More 5 minute read Bash Until LoopbyMuhammad AzizJanuary 17, 2022 Loop is a fundamental concept in computer programming languages. This concept can be used in bash scripts as…
LLinux Read More 2 minute read Bash Case StatementbyEdXDJanuary 16, 2022 The bash case statement is used to simplify complex conditionals in a bash script. Bash case statements use…
LLinux Read More 6 minute read Bash While LoopbyMuhammad AzizJanuary 16, 2022 In almost all programming languages, a loop is an easy and basic method used to repeat single or…
RRHEL Read More 6 minute read How to use Thunderbolt 3 and 4 on CentOSbyEdXDJanuary 24, 2023 The Thunderbolt hardware interface is a relatively new technology launched in 2011 by Apple and Intel. It’s an…
DDebian Read More 12 minute read How to Connect to a Debian 10/11 Server via Remote Desktop Connection using xRDPbyEdXDFebruary 2, 2023 xRDP is a free and open-source implementation of Windows Remote Desktop Protocol (RDP), that started in 2004. With…
LLinux Read More 5 minute read How to Use the mv Command to Move Files & Directories in LinuxbyEdXDDecember 23, 2021 The mv command in Linux stands for move. It is used to move one or more files or…
LLinux Read More 8 minute read Bash For LoopbyMuhammad AzizDecember 22, 2021 Loops are used in computer programming languages to repeat certain instructions several times. This is not only to…
LLinux Read More 12 minute read What Is SSH Tunneling and How Does It Work?byEdXDandMahmud Hasan SaikotFebruary 23, 2023 In this tutorial, we’ll explain how to use SSH port forwarding and create a secure tunnel over the…
LLinux Read More 5 minute read 6 SSH Authentication Methods and How to Use ThembyEdXDMay 17, 2022 As more companies migrate their services to the cloud and more people continue to work remotely, a secure…
LLinux Read More 5 minute read Using the chown Command to Change File Ownership in LinuxbyEdXDDecember 19, 2021 In Linux, when a file is created, its ownership is granted to the user who created it. However,…
UUbuntu Read More 7 minute read Install and Use Oh My Zsh Framework for Zsh on LinuxbyEdXDAugust 12, 2022 zsh (Z Shell) is a very popular Unix shell. It’s similar to Bash but comes with many added…