by Atif | Apr 21, 2026 | Server Management, Web Develpment
In this guide you will learn how to Dockerize React Vite App for local development using Docker Desktop, Dockerfile, Docker Build and Docker Compose. Why Dockerize your App It might feel like an extra step, but dockerizing your app helps you save a lot of time and...
by Atif | Feb 17, 2026 | Server Management
You will learn how to fix one of the Basic Authentication issues on OLS I had setup basic authentication for staging site over a year ago which was working fine until I made few changes on the virtual host deleting and recreating the realm. After I made the changes I...
by Atif | Dec 6, 2025 | Server Management, Web Develpment
In this guide you will learn how to install Redmine on a VPS using Docker and connect to your domain using Nginx as reverse-proxy. I will use Cloudflare’s origin certificate to setup SSL because my domain is already setup with Cloudflare but you can also use...
by Atif | Dec 6, 2025 | Server Management, Web Develpment
If your domain is configured with Cloudflare then you don’t need to worry about creating SSL certificates for your apps on VPS and setting up auto-renewal for them. You can use Cloudflare’s free origin certificate. Here is how it works. Once you turn on...
by Atif | Mar 12, 2025 | Server Management
CyberPanel is a free web hosting control panel and in this article you will learn how to fix 500 Internal Server Error. I have few servers running CyberPanel mostly serving WordPress websites. Few days back when I tried to log into CyberPanel I came across 500...
by Atif | Mar 11, 2025 | Server Management, Web Develpment
CyberPanel is a free web hosting control panel and in this article you will learn how to create a new website and how to install WordPress on CyperPanel. CyberPanel is a web hosting control panel like cPanel and Plesk etc, and like these hosting panels CyberPanel...