Browsing Category
DATABASE
How To Install WordPress With Nginx On Ubuntu 20.04 | Holhol24
WordPress is one of the most widely used open-source content management software. It powers around 60 million websites including 33% of the top 10 million websites. It is written in…
How To Install PostgreSQL On Ubuntu 20.04 | Holhol24
PostgreSQL (aka Postgres) is an open-source
object-relational database management system (ORDBMS), developed by PostgreSQL Global Development Group, a group of individual volunteers…
How To Install PostgreSQL On Ubuntu 20.04 | Holhol24
PostgreSQL (aka Postgres) is an open-source
object-relational database management system (ORDBMS), developed by PostgreSQL Global Development Group, a group of individual volunteers…
How To Install Linux, Apache, MariaDB, PHP (LAMP Stack) on Ubuntu 20.04 | Holhol24
LAMP stack (
Linux,
Apache,
MariaDB /
MySQL, and
PHP) is the widely used tech stack to host websites and blogs. This stack is mainly used to host content management software such as WordPress, Drupal, Joomla, etc.
Here, we will see…
How To Install Linux, Apache, MariaDB, PHP (LAMP Stack) on Ubuntu 20.04 | Holhol24
LAMP stack (
Linux,
Apache,
MariaDB /
MySQL, and
PHP) is the widely used tech stack to host websites and blogs. This stack is mainly used to host content management software such…
How To Install MySQL 8.0 on Ubuntu 20.04 | Holhol24
MySQL is an open-source database server commonly used in a three-tier application to store and retrieve records and information. It is developed by Oracle Corporation.
MySQL was the primary database server for Linux operating system…
How To Install MySQL 8.0 on Ubuntu 20.04 | Holhol24
MySQL is an open-source database server commonly used in a three-tier application to store and retrieve records and information. It is developed by Oracle Corporation.
MySQL was the…
How To Install phpMyAdmin with Nginx on Ubuntu 20.04 | Holhol24
phpMyAdmin is a free and open-source web interface for managing
MySQL and
MariaDB servers. It is widely used by web hosting companies to enable website owners to create and manage…
How To Install phpMyAdmin with Nginx on Ubuntu 20.04 | Holhol24
phpMyAdmin is a free and open-source web interface for managing
MySQL and
MariaDB servers. It is widely used by web hosting companies to enable website owners to create and manage…
How To Install MongoDB On CentOS 8 / RHEL 8 | Holhol24
MongoDB is an open-source, one of the most popular document-oriented
databases (NoSQL). In MongoDB, data is stored JSON-like documents with dynamic schemas unlike in tables and rows…