Tag database

Mediawiki-installation-on-Ubuntu-22.04

Install MediaWiki on Ubuntu 22.04 LTS

MediaWiki is a free and open source software. I will show you how to install MediaWiki on Ubuntu 22.04 LTS with free SSL [step by step guide].
how-to-install-snipe-it-on-ubuntu-22.04

How to install Snipe-IT on Ubuntu 22.04

Snipe-IT is an asset management system which can be self hosted too. It provides user friendly UI and has a powerful API. In this guide I will show you how to install Snipe-IT on Ubuntu 22.04 LTS with PHP 8.1 and MariaDB.
How-to-get-Authorization-header-in-php

How to get Authorization header in PHP

In order to construct a secure resource that can be accessed through an API, we must utilize an authorization header with a token or bearer. In this article, I will guide you how to obtain the authorization header, extract the token or bearer. Then authenticate it against a database table and return a JSON output in PHP.
install-nextcloud-with-postgresql-on-ubuntu-22.04

Install Nextcloud with PostgreSQL on Ubuntu 22.04

Most of the default installations of Nextcloud goes with MySQL/MariaDB, but Nextcloud support other databases too like PostgreSQL and SQLite. I will show you how to install Nextcloud with PostgreSQL on Ubuntu 22.04 in this article with Apache and PHP.
install-and-use-postgresql-in-arch-or-manjaro-with-php

Install and use PostgreSQL in Arch or Manjaro with PHP

I would not go into details of what is PostgreSQL as I am pretty sure you already know about it. But in this guide, we will install and use PostgreSQL in Arch or Manjaro operating system with PHP including how to manage the databases.