List all services Linux

In this short post, we will learn to use a command to list all services from Linux operating system. The command we are going to discuss here should work other operating systems like Mac and Unix. Conclusion In this short … Read More

How to remove service from systemd?

Systemd is a popular system and service manager used in many modern Linux distributions. It provides a centralized way of managing services on our system, making it easier to start, stop, enable, and disable them. However, there may come a … Read More

Delete history from Linux terminal

In this short post, we will see a command to delete history from Linux terminal. To delete a single history you can use the following command: Example The above command will delete the history number 5.

(Solved): systemctl: command not found

The systemctl command not found error is a common issue we face while using the Linux. In some cases, the error may occur if the necessary packages or dependencies for systemctl are missing or not installed. In this post, we … Read More

Install MongoDB BI Connector in Ubuntu

Introduction MongoDB BI Connector is a connector that allows you to use MongoDB as a data source for SQL-based BI (Business Intelligence) and visualization tools. It allows you to connect your BI tools, such as Tableau, to a MongoDB database … Read More

How to install MySQL ODBC driver in Ubuntu

MySQL is one of the most popular relational database management systems used by businesses and developers worldwide. However, in order to connect to a MySQL database using ODBC (Open Database Connectivity) on Ubuntu, we need to install the MySQL ODBC … Read More

Clean up space in the tableau server

Overview In this post, we will learn how to clean up space in the tableau server. We may run out of space after a certain time where our Tableau server is running. Instead of increasing the disk size, we can … Read More

How to Upload File to AWS EC2 Instance From Local Machine?

Amazon Web Services (AWS) Elastic Compute Cloud (EC2) provides a scalable and flexible cloud computing infrastructure for various applications. If you’re working with an AWS EC2 instance and need to transfer files from your local machine, you’ve come to the … Read More