Programming

Java: Number to Bangla Words

NumberToBanglaWords is a Java class that provides methods to convert numeric values into their equivalent textual representation in Bengali and English languages. It supports both traditional and legacy formats for representing numbers. Usage You can use the provided methods to convert numeric values into text. The class offers the following conversion options: Import Convert Numeric […]

Uncategorized

Golang: Data Indexing to Elasticsearch and Elasticsearch Query Builder

This repository provides a program to index customer data into Elasticsearch using the provided query builder and the github.com/elastic/go-elasticsearch/v8 package, along with a query builder utility for constructing Elasticsearch queries in Go. Prerequisites Before using the provided code, make sure you have the following prerequisites installed: Installation To use the provided code, you need to

Programming

Using Multiple Bitbucket Accounts on a Single Device

Generate SSH Keys for Each Bitbucket Account Configure SSH Config File Cloning Repositories When cloning repositories, replace the default host with the configured host: Ensure to replace bitbucket.org with the appropriate configured host. You’re all set! This setup allows you to work with multiple Bitbucket accounts on a single device seamlessly.

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