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…
LLinux Read More 5 minute read How to Change User Password in LinuxbyEdXDDecember 7, 2021 In this tutorial we’ll explain how to change user passwords in Linux, from the command line, using the…
LLinux Read More 4 minute read Find Large Files and Directories in LinuxbyEdXDDecember 6, 2021 There are times when our system is running out of disk space. We may need to find these…
LLinux Read More 8 minute read How to Use the du Command to Find Disk Usage in LinuxbyEdXDDecember 4, 2021 The du (Disk Usage) command reports the estimated amount of disk space used by files and directories on…
LLinux Commands Read More 6 minute read How to Use mkdir Command to Create Directories in LinuxbyEdXDDecember 3, 2021 The mkdir (Make Directory) command creates directories (referred to as folders on some operating systems) from the command-line.…
LLinux Read More 13 minute read How to Use the SCP Command to Securely Transfer FilesbyEdXDDecember 2, 2021 SCP (Secure Copy) is a command-line utility that allows you to securely copy files from one computer to…