Browsing category

Ubuntu

How to Install MySQL on Ubuntu 22.04

MySQL is a fee relational database management system from Oracle, and it is released under the GPL (General Public License). It was initially developed by a Swedish company, MySQL AB,  and is now owned and developed by the Oracle Corporation. This article will show how to install MySQL on Ubuntu 22.04. Install MySQL Server on […]

How to Install Cacti on Ubuntu 22.04

Cacti is a free and open-source web-based network monitoring and graphing tool that helps to track your device’s network performance in almost real-time. Cacti gather performance metrics from servers and network devices and graph and store them for reporting and historical analysis. Here, we will see how to install Cacti on Ubuntu 22.04. Prerequisites First, […]

How to Install pgAdmin on Ubuntu 22.04 / Ubuntu 20.04

pgAdmin is an open-source web-based management tool for managing PostgreSQL databases. It includes several features that can help you easily administer and maintain PostgreSQL databases. With pgAdmin, you can view and edit data in tables, run SQL queries, manage users and permissions, create sequences, etc., over a web browser pgAdmin is available for multiple operating […]

How to Set up DNS Server on Ubuntu 22.04 / Ubuntu 20.04

A domain Name System is an internet service used to resolve a domain name to IP Address and vice versa. This DNS service relieves us from remembering IP addresses to reach any services over the internet or intranet. Here, we will see how to set up DNS server on Ubuntu 22.04 / Ubuntu 20.04. Set […]

How to Install PostgreSQL on Ubuntu 22.04

PostgreSQL is a free and open-source relational database management system (ORDBMS) emphasizing extensibility and SQL compliance. It is known for its strong reputation for reliability, data integrity, and performance. PostgreSQL is available for Linux, Windows, FreeBSD, OpenBSD, and macOS. In this post, we will see how to install PostgreSQL on Ubuntu 22.04. Install PostgreSQL on […]