In this article, we’ll learn about creating CSR requests, obtaining SSL certificates from authorized digital certificate providers, and installing them in the domain configured in Nginx. If you want to …
Installing Free SSL for Nginx Reverse Proxy Domain
In this article, we learn about the procedure to install and configure free Let’s Encrypt SSL using certbot for a domain configured in nginx. Install snap core (Ubuntu 22.04) Install …
Configuring NodeJs App to Domain with NGINX Reverse Proxy
Reverse proxy is the recommended way to let your audience access your nodejs app. Never expose the application ports directly to the end users. Also, use a firewall like UFW …
Recommended and simple way to install and use Drush 12.x for Drupal 10
This is the best and recommended method to install and use drush for your drupal installation. Make sure you have already installed composer. In the root of your Drupal Project …
Compare AWS SES, Elastic Email, SendGrid & Mailjet
Here is a quick comparison between the various Email marketing services, Elastic Email, Send Grid, and MailJet. Why is this combination chosen? Many users who purchased Sendy and are unable …
Apache stops automatically – Mutex Error
Sometimes apache server stops automatically without any interaction. When we look for the errors in /var/log/apache2/error.log, it shows the following lines. [mpm_prefork:emerg] [pid 1879] (43)Identifier removed: AH00144: couldn’t grab the …
Disable SQL Full Group By Mode Permanently
How to disable sql mode ONLY_FULL_GROUP_BY mode permanently? Using the following SQL query will disable the SQL Full Group by Mode only for temporary. i.e., If you restart the server …
Install Virtualmin Control Panel on Ubuntu
Virtualmin GPL is a free control panel that will make the server administration work very easy. It’s very simple to install and use. Thanks to the open-source community and the …
PHP Shows blank page – set display all errors
If you see a blank page instead of showing errors when running PHP scripts, PHP is not enabled to show errors. This can be enabled by modifying configuration files, php.ini …
Best free Control Panel for Ubuntu Server 2021
cPanel is the most used control panel in Internet World, but their cost is very high. Also, it will not support Debian-based Linux operating systems like Ubuntu. So, there are …