M M Arif

M M Arif

WordPress-child-theme

How to create a WordPress child theme

WordPress child theme is useful because it provides a safe and secure way to make changes to a website's design and functionality without affecting the parent theme. This allows you to upgrade your parent theme without breaking anything on your website. In this article, I will walk you through the steps of how to create a child theme in WordPress.
System-limit-for-number-of-file-watchers-reached-Manjaro

Fix ENOSPC System limit for number of file watchers reached

This error may be new or familiar to you when working with VS Code or Node.js application. This is because the default number of file watchers is small on most Linux distributions if not all. I am using Manjaro, so I will show you how to fix the Error ENOSPC System limit for number of file watchers reached.
GitNex-5.0-is-out

GitNex 5.0.0 is out with timeline view

GitNex is an Android app for Git management tool Forgejo and Gitea. In this article I am going to share the new features of GitNex 5.0.0 which is out today, highlighting timeline view, notes and more.
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.