RRHEL Read More 6 minute read How to use Thunderbolt 3 and 4 on CentOSbyEdXDJanuary 12, 2022 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 xRDPbyEdXDJanuary 12, 2022 [powerkit_collapsible title=”Not using Debian 10/11? Choose a different version or distro.”] Ubuntu 22.04 or 20.04 CentOS 8 [/powerkit_collapsible]…
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 SaikotDecember 21, 2021 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 ThembyEdXDDecember 20, 2021 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 LinuxbyEdXDDecember 17, 2021 zsh (Z Shell) is a very popular Unix shell. It’s similar to Bash but comes with many added…
UUbuntu Read More 5 minute read How to Install Zsh on LinuxbyEdXDDecember 16, 2021 zsh (Z Shell) is a very popular and highly customizable shell for Linux and Unix-like operating systems. It…
MMiscellaneous Read More 6 minute read DNS: What Is It, What Is It Used For and How It WorksbyMuhammad AzizDecember 12, 2021 As you may know, computers use IP addresses to connect with each other and communicate. However, humans use…
LLinux Read More 2 minute read How to Concatenate Strings in BashbyEdXDDecember 12, 2021 String concatenation is the process of joining two or more strings together to form a single string. In…
LLinux Read More 2 minute read How to Delete Group in Linux Using groupdel CommandbyEdXDDecember 7, 2021 In Linux, groups are collections of user that share some common attributes, like permissions or access to certain…