Skip to content

Techeons

Imagine | Explore | Innovate

Menu
  • Home
Menu

Debugging Guide: Jenkins

Posted on March 18, 2025

Jenkins is an open-source automation server that enables developers to build, test, and deploy software applications more efficiently. It is a self-contained, Java-based program that can be deployed on-premises or in the…

UML Diagrams as Code using PlantUML

Posted on February 28, 2025

PlantUML is an open-source tool that allows users to create diagrams from plain text using a simple and intuitive syntax. It supports a wide range of diagram types, including: Supported UML Diagrams…

How to setup MongoDB on Ubuntu

Posted on February 28, 2025

MongoDB is a popular, open-source NoSQL database that allows for flexible and scalable data storage. Here’s a brief overview: Key Features: Basic Concepts: Installation MongoDB should start on Port 27017. Connect to…

How to mirror a Git Repo using Jenkins and access the Git Mirror

Posted on February 27, 2025

A Git mirror is a complete copy of a Git repository. It’s a type of Git repository that is a mirror image of another repository, often used for backup, collaboration, or deployment…

Transcribe locally using a local model with Whisper.cpp

Posted on February 23, 2025

Whisper.cpp is an open-source, C++ implementation of the Whisper speech recognition system. Whisper is an automatic speech recognition (ASR) system developed by OpenAI that can transcribe and translate speech in multiple languages….

How to run Open Source LLMs locally using Llamafile

Posted on February 23, 2025

Llamafile is a framework developed by Mozilla that simplifies the distribution and execution of Large Language Models (LLMs) by packaging them into a single executable file. This file, known as a “llamafile,”…

How to setup RDP (Remote Desktop Protocol) using xrdp on Ubuntu

Posted on October 1, 2024

RDP is a proprietary protocol developed by Microsoft that allows users to remotely connect to and control a Windows-based computer or server. xrdp is an open-source implementation of Microsoft’s Remote Desktop Protocol…

How to setup OpenSSH server on Ubuntu

Posted on September 29, 2024

OpenSSH (Open Secure Shell) is a free and open-source suite of security-related network connectivity tools. It provides secure access to remote systems, ensuring encrypted data transfer and authentication. Key Features: Components: Benefits:…

Nginx: How to enable Web Socket connections on a NGINX Reverse Proxy

Posted on September 22, 2024

What are WebSockets? WebSockets are a bi-directional, real-time communication protocol between a web browser (or client) and a server over the web. Key Features: How WebSockets Work: Use Cases: To enable Web…

Nginx: How to redirect the traffic to another port in Nginx

Posted on September 22, 2024

NGINX config to redirect to another port NGINX Configuration Structure: Basic HTTP config HTTPS config

Posts pagination

Previous 1 2 3 … 6 Next

Recent Posts

  • Nginx: How to increase timeout for Nginx
  • Cheat Sheet: Essential Git Commands
  • Setting a default shell in Linux
  • Setting up Composer on Linux
  • Switch easily between Python versions on a Mac using pyenv

Tags

ai alerting aws b2 backblaze certificate cheatsheet cloud commands data-science datalake devops dns docker dremio git gitlab infra jenkins kubernetes linux metabase minikube minio monitoring mount mysql nginx nodejs notebooks openssh php python scala secrets spark ssh ssl ubuntu ufw usb web dev tools windows xampp zeppelin

©2026 Techeons | Design: Newspaperly WordPress Theme