Glimpse is an open-source image editor based on the GIMP 2.10.18 with multiple improvements. It has added keyboard shortcuts and…
Browsing: General Articles
Being unique and recognizable are two of the most challenging and difficult things in this day and age. With so…
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…
Even before the outbreak of the COVID-19 pandemic, a lot of people worked from home. However, the majority of them…
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…