RRHEL Read More 7 minute read How to Setup Samba File Sharing Server on RHEL 8 (CentOS/AlmaLinux/Rocky Linux)byEdXDMarch 6, 2022 Have you ever wanted to share a file on your local area network with another user and make…
WWebsite Setup Read More 15 minute read How to Create a Website – Step-by-Step Guide for BeginnersbyEdXDMarch 4, 2022 This article assumes you have no experience in how to set up a website, so we’ll try to…
LLinux Read More 4 minute read How to Install Docker on RHEL 8 (AlmaLinux/RockyLinux)bySamreena AslamMarch 2, 2022 Docker is a container-based software that allows multiple applications to run inside the containers. This is a virtualization…
MMiscellaneous Read More 4 minute read Linux Whereis CommandbySamreena AslamFebruary 17, 2022 Most users, while working on a command prompt, need to find out the location of the binary or…
DDebian Read More 11 minute read How to Install and Configure VNC on Debian 10/11byEdXDFebruary 14, 2022 VNC (Virtual Network Computing) is a protocol that enables one to access the graphical desktop of a remote PC…
RRHEL Read More 8 minute read How to Install iRedMail on RHEL (CentOS, RockyLinux, etc)byEdXDFebruary 12, 2022 Setting up a mail server can be quite tedious since you need to configure many components to have…
LLinux Read More 3 minute read Bash CommentsbyMuhammad AzizFebruary 11, 2022 Comments are used in programming languages as well as in Bash script for writing descriptions. Often you want…
LLinux Read More 4 minute read Touch Command in LinuxbyEdXDFebruary 11, 2022 Creating files is one of the most common things we do. Every now and then, you may also…
LLinux Read More 2 minute read Bash Source CommandbyEdXDFebruary 11, 2022 The Bash source command reads and executes commands from a specific file as an argument within the current…
LLinux Read More 8 minute read Wget Command in Linux with ExamplesbyMuhammad AzizFebruary 10, 2022 In this tutorial, you will learn about the wget command, its options, and how you can use these…
LLinux Read More 4 minute read Linux Tee Command with ExamplesbyEdXDFebruary 5, 2022 When working with the Linux terminal, you might need to execute a command to write some data to…
LLinux Read More 4 minute read Linux Whatis CommandbySamreena AslamFebruary 2, 2022 The whatis command in Linux is used to display the brief manual page description of Linux commands. The…