A Guide to Schedule Cron Jobs for Script Execution
When it comes to automating tasks on a server, cron jobs are an essential tool. Cron is a time-based job …
Read More A Guide to Schedule Cron Jobs for Script Execution
When it comes to automating tasks on a server, cron jobs are an essential tool. Cron is a time-based job …
Read More A Guide to Schedule Cron Jobs for Script Execution
The systemctl command not found error is a common issue we face while using the Linux. In some cases, the …
In this short post, we will learn to use a command to list all services from Linux operating system. The …
In this short post, we will see a command to delete history from Linux terminal. To delete a single history …
Amazon Web Services (AWS) Elastic Compute Cloud (EC2) provides a scalable and flexible cloud computing infrastructure for various applications. If …
Read More How to Upload File to AWS EC2 Instance From Local Machine?
In this short post, we will learn to delete all the directories (folders) and keep the file as it is. …
Use case Prerequisites SSH from Windows machine Convert PEM to PPK file When you install the putty you might already …
Steps to run Kibana behind Nginx Proxy To run Kibana behind Nginx proxy with basic authentication is really let’s go …
Read More Run Kibana behind Nginx proxy with basic authentication
Problem definition Sometimes, we need to uninstall nginx server and also need to remove all the config files. But, it …
Read More How to uninstall Nginx completely in Linux Ubuntu?
Let’s say, you want to find find Linux version you are using/running then you can use the following command. After …