LLinux Read More 6 minute read 11 Ways To Create a File in LinuxbyEdXDJune 11, 2022 Learning to create a file in Linux using many ways is a recommendable step toward speeding up the…
LLinux Read More 5 minute read Bash if..else StatementbyEdXDJune 10, 2022 The if..else statements are categorized under conditional statements in bash. They work similarly to the if..else statements in…
LLinux Read More 5 minute read How to Flush DNS Cache in Ubuntu 22.04 or 20.04byEdXDJune 10, 2022 In this article you will learn what is the purpose of DNS caching and why it is important…
LLinux Read More 6 minute read How to Install and Use Telnet on LinuxbyEdXDJune 5, 2022 Telnet is a protocol that is used to communicate two-way texts over a network. This protocol was developed…
LLinux Read More 5 minute read 8 Ways to Count Lines in a File in LinuxbyEdXDJune 1, 2022 Counting lines in a Linux file can be hectic if you don’t know the applicable commands and how…
LLinux Read More 4 minute read Bash FunctionsbyEdXDMay 26, 2022 The concept of the bash functions is similar to the functions, methods, procedures, or subroutines in the programming…
LLinux Read More 5 minute read How to Check or Set/Change the Timezone in LinuxbyEdXDMay 24, 2022 You can check the time zone using the timedatectl and date commands or trace the path to the…
LLinux Read More 4 minute read Bash Wait CommandbyEdXDMay 23, 2022 The wait command in bash is a process management command that waits for the specified process running in…
LLinux Read More 3 minute read Linux Tail Command (With Examples)byKhalid FaizMay 19, 2022 The tail command is native to Unix-like operating systems, BSD and FreeDOS. It is even now ported to…
LLinux Read More 6 minute read OpenSSL Command Cheatsheet & Real World ExamplesbyEdXDJune 15, 2022 OpenSSL is a set of crypto and hash tools that can be used to encrypt data and verify…
UUbuntu Read More 7 minute read How to Set Up SSH Keys on Ubuntu 22.04byEdXDMay 17, 2022 The Secure Shell or better known as SSH is the most used method to admin remote servers. It’s…
LLinux Read More 8 minute read How to Use the SSH Config FilebyEdXDMay 10, 2022 The SSH Config File is a text file that contains configuration information for your SSH client, such as…