Browsing category

Linux Mint

How To Install phpPgAdmin on Ubuntu 18.04 / 16.04 & LinuxMint 19 / 18

phpPgAdmin is a web-based administration tool for managing PostgreSQL database, and it is very similar to phpMyAdmin, a web-based based tool for managing MySQL (MariaDB). If you have work experience on phpMyAdmin, then it’s very easy for you to understand the functionalities of phpPgAdmin. This guide will help you to install phpPgAdmin on Ubuntu 18.04 […]

How To Disable IPv6 on Debian 11 / 10 & Ubuntu 20.04 / 18.04

This post helps you in disabling ipv6 on Debian 11 / 10 & Ubuntu 20.04 / 18.04. IPv6 can be disabled by modifying sysctl.conf or by creating a .conf file in the /etc/sysctl.d directory. You can also disable IPv6 for a particular network adapter. The steps mentioned here should work on previous versions of Debian […]

How To Install Apache Tomcat 10 On Linux Mint 20 / Linux Mint 19

Apache Tomcat is an open-source Java servlet container developed by the Apache Software Foundation (ASF). Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. In Tomcat, you can deploy an application by using a war file through the Web Manager […]