The LIKE statement is used for searching records with partial strings in MySQL. By default the query with LIKE matches…
Browsing: General Articles
Glimpse is an open-source image editor based on the GIMP 2.10.18 with multiple improvements. It has added keyboard shortcuts and…
I am configuring my Linux system to accept incoming emails and forward them to needed email accounts. For this setup,…
PHP is a widely used server-side scripting language that is embedded in HTML. It is used to develop web applications…
Docker-compose is an useful utility for managing multi-container docker applications. In our previous tutorial, I had discussed about the keep…
The PHP FPM (FastCGI Process Manager) is used for deploying PHP based websites over Nginx web server. FPM is a…
Dovecot is an open-source service for IMAP and POP3 on Unix-like operating systems. It focused on lightweight and secure mail…
NPM is the package manager for nodejs modules. It is used to install, update and remove packages from a nodejs…
A Dockerfile is a script that contains a set of instructions that are used to build a Docker image. The…
Nextcloud is a web based application provides self-hosted file hosting service. You can install nextcloud application on your server and…