Follow Us
Categories
- Content Management(11)
- Blogging(19)
- Discussion Forum(6)
- Help Desk(6)
- Marketing Automation(14)
- Live Chat(6)
- Form(5)
- Newsletters(7)
- Status Page(4)
- Invoicing(3)
- Single Sign-On(6)
- Blockchain Platforms(12)
- Deployment Tools(5)
- Big Data(1)
- CMDB Software(5)
- Backup Software(1)
Archives
Author Archives: Assad.mahmood
How To Build a Node.js Application with Docker on Ubuntu

This article will explain to you how to build a nodejs application with Docker containerization. Docker allows to package and run applications as containers.
Today we are starting a series of tutorials about software development tools. And this first article …
Posted in Software Development
How To Install Webmin with SSL on Ubuntu 20.04

Webmin is a web-based system administration tool that is a simple alternative to command-line system administration. This article guides how to install Webmin
With this article “How to Install Webmin with SSL on Ubuntu 20.04” we are starting our new …
Posted in Web Hosting
How To Optimize Your Website using gzip compression in Nginx
This tutorial guides you on how to optimize your website performance and make it fast by reducing the file sizes using gzip compression in Nginx.

This article is in continuation of our series of tutorials about Nginx. So far we …
Posted in Web Server Solution Stack
How To Implement Browser Caching with Nginx Configuration
The faster a website loads, the more likely a visitor is to stay. This article guides you on how to implement Browser Caching with Nginx Configurations.

In our Nginx’s Tutorial Series, we have covered How to use Nginx as Load …
Posted in Uncategorized, Web Server Solution Stack
How to Convert htaccess Rewrite Rules to Nginx Rewrite Directives
Nginx does not support htaccess rewrite rules, and developers require to convert those rules to Nginx Rewrite directives. Let’s learn how to do this conversion.

In our last tutorial, we learned How to Install Multiple PHP Versions with Nginx on …
Posted in Web Server Solution Stack
How to Install Multiple PHP Versions with Nginx on Ubuntu

If you are looking to use multiple versions of PHP with Nginx then in this article we’ll guide you step-by-step on how to install PHP with Nginx on Ubuntu.
This article is in continuation of our series on tutorials about …
Posted in Web Server Solution Stack
How to use Nginx as Load Balancer for your application
Nginx is popular for its high performance and scalability. It’s the #1 open source web server. In this tutorial, we’ll learn to use Nginx as a load balancer.

Modern high …
Posted in Web Server Solution Stack
Top 5 Enterprise-Level Open-Source Office Software of 2022
Office productivity tools play a vital role in the automation and compilation of business’s workflows. Let’s review the top 5 open-source office software.

Overview
Are you wondering how to improve efficiency at work? If yes, you are landed in the …
Posted in Office Productivity Software
Kafka vs Redis Pub-Sub, Differences which you should know

Redis and Kafka are two different tools that happen to be doing similar jobs in their own ways. Kafka vs Redis comparison gives you insight which you should know.
In our series of articles about “Redis” we learned about the …
Posted in Database Management Software