Linux

Dev ops, Linux

Nextcloud with Apache2 and SSL

Introduction to Nextcloud Nextcloud is a self-hosted, open-source file sync, and share solution. It provides features similar to those offered by commercial cloud storage services like Dropbox, Google Drive, and Microsoft OneDrive, but with the added benefit of being under your control. Here’s why Nextcloud is a compelling option: Setting Up Nextcloud with Apache2 and […]

Dev ops, Linux

Setting Up Plausible Analytics

Plausible Analytics is a lightweight, open-source web analytics tool. It is designed to be simple to use, privacy-friendly, and provides essential website statistics without the use of cookies or tracking personal data. This guide will walk you through the steps to self-host Plausible Analytics using Docker and configure it with either NGINX or Apache2 as

Dev ops, Linux, Programming

Setting Up Nominatim for Bangladesh

This guide will walk you through the installation and setup of Nominatim on a Debian-based system. Step 1: Install Required Packages Update your package list and install the necessary packages: Step 2: Install and Configure Sudo Install sudo and add the necessary paths: Create the nominatim user: Set environment variables for the nominatim user: Set

Dev ops, Linux

Jitsi Meet Setup Guide

Prerequisites Make sure the server has the following inbound rules configured: Rule Type Protocol Port Custom UDP UDP 3478 Custom UDP UDP 10000 SSH TCP 22 HTTP TCP 80 HTTPS TCP 443 Custom TCP TCP 5349 Jitsi Installation Steps Update and Upgrade Packages Install Required Packages Add Prosody Repository Add Jitsi Repository Update Repositories and

Scroll to Top