In this blog post, we are going to discuss two ways that you can login to your Linux server using an ssh key. The first way is by specifying the ssh key file in ssh command, and the second way is by adding ssh key in ssh configure file. We will go over the benefits …
Posts from: May 2022
Do you know how to check open ports in Linux? There are a few different ways to do it, and in this blog post we will discuss three of them: lsof, netstat, and ss. Each of these commands has its own advantages and disadvantages, so let’s take a look at them each one by one. …
The Linux history command is a powerful tool that can help you track your activity on the terminal. It can also be used to retrieve commands that you have previously executed. In this blog post, we will discuss 6 tips that will help you use the history command more effectively! what is the history command …
If you are a Linux user who is using Ansible to manage your systems, you may want to know how to check the Ansible version. In this blog post, we will show you two ways to do that. The first way is to use the ansible –version command, and the second way is to use …
If you’re a Linux user, you’ve probably used the echo command before. This handy little command lets you print text to the screen, which can be useful for debugging or troubleshooting. In this blog post, we will discuss 5 tips for using echo command in Linux. We’ll cover everything from basic usage to more advanced …
In this blog post, we will discuss 5 commands to check the file size in Linux. File size is an important metric to consider when you are trying to optimize your website or application. If your files are too large, it can cause performance issues and slow down your site. In this article, we will …
A absolute path is the complete path to a file from the root directory. This includes the filename and all directories in between. The absolute path starts with the forward slash (/). The easiest way to get absolute path of file in Linux is using pwd command. In Linux, it is important to understand how …
A bash profile is a file that contains commands that are executed every time you open a new terminal window or log in to your Linux server. In this blog post, we will discuss the purpose of the bash_profile file and how to create and use it. We will also provide some tips and tricks …
Are you curious to know what Bash version you are using on your Linux system? In this article, we will show you how to check Bash version in Linux. We will also explain the different types of Bash versions and provide some tips on how to upgrade your Bash version. Understanding bash in Linux Bash …
The /etc/fstab file is a configuration file that stores information about the partitions and filesystems on your Linux system. It contains important information such as the location of each partition, the mount options, and the order in which they should be mounted. In this blog post, we will discuss the purpose of the /etc/fstab file …