I am configuring my Linux system to accept incoming emails and forward them to needed email accounts. For this setup,…
Browsing: General Articles
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…
Redis is an in-memory data structure store. It is used as database store, cache server. You can also use redis…
Magento is the best eCommerce software and solution for online services. Magento 2 is the latest version Recently the Magento…