Browsing tag

debian 11

How To Install Gradle on Debian 11 / Debian 10

Gradle is an open-source tool for build automation Java, Groovy, and Scala development. It relies on the concepts of Ant and Maven to automate the building process. Unlike Apache Maven which relies on XML data files for declaring project configurations, Gradle uses Groovy, a dynamic programming language that defines project configurations. In this post, we […]

How To Install PHP 8.0 on Debian 11

PHP is an open-source, general-purpose scripting language that is especially suited to web development but has also been used as a general-purpose programming language. Rasmus Lerdorf created it in 1994, then just “Personal Home Page/Forms Interpreter” and came from the merger of two similar server scripting languages: – PHP/FI (Forms Interpreter) and – PHP/quick. In […]

How To Install phpMyAdmin with Nginx on Debian 11 / Debian 10

phpMyAdmin is a free and open-source, web-based tool for managing the MySQL and MariaDB servers. It is widely used to manage the database by web hosting companies and administrators who are new to the database. phpMyAdmin helps the system administrator to perform databases activities such as creating, deleting, querying, database, tables, columns, etc. In this […]

How To Install phpMyAdmin With Apache on Debian 11 / Debian 10

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB database. It is written in PHP and is one of the most popular database administration tools used by web hosting companies to enable novice system administrators to carry out database activities. phpMyAdmin helps in performing database activities such as creating, deleting, querying, […]