How to Delete Orphan Files in Parse Server after Updating or Deleting Objects.

How to Delete Orphan Files in Parse Server after Updating or Deleting Objects.

Parse Server does not automatically deletes associated file after deleting object or updating it because Parse Server does not know if you are still using those files somewhere. This cause waste of resources If we don’t delete these orphan files manually and the size of database will also grow. There will be generally 2 cases…

nginx
|

How to Setup Multiple WordPress Sites on WebDock VPS

WordPress is on of the most used CMS (content management system) that allows user to create blogs, e-commerce sites, portfolio, news site, headless servers and many more. WordPress needs a web server (Apache, Nginx, LiteSpeed), database (MariaDB, MySQL) and PHP. In this tutorial we are going to deploy multiple WordPress sites on WebDock. WebDock is…

Activate Microsoft Windows and Office for Free using Microsoft Activation Scripts

Activate Microsoft Windows and Office for Free using Microsoft Activation Scripts

MAS (Microsoft Activation Scripts) is a collection of scripts for activating all Microsoft Windows versions (Windows 11 included) and Office products using HWID / KMS38 / Online KMS activation method. This scripts also supports Windows 11. So you can easily activate Windows 11, 10, 7 for free, This awesome collection of scripts are provided by…

flutter

Preparing Flutter App to Publish on Google Play Store – Adding Launcher Icon & Generating Signed AppBundle/APK

Before we can publish our app on Google Play Store we need to give our app a digital signature by signing it. Also we need to provide a good launcher icon for the app instead of default flutter icon and confirm package name, uses permission or other values are set correctly as we needed. So,…