Install Turso Limbo on Linux

What is Limbo? According to the Limbo GitHub project, “Limbo is a work-in-progress, in-process OLTP database management system” developed by Turso, compatible with SQLite. You can think of this another version of SQLite written in Rust. You can read more about Limbo here. Installing Limbo. To install Limbo all you need to do is run … Read more

How to Install Docker on Fedora: Step-by-Step Guide

Looking to install Docker on Fedora? Docker simplifies application deployment by using containers. Follow this optimized guide to set up Docker effortlessly on your Fedora system. What is Docker? Docker is an open-source platform that allows developers to automate the deployment, scaling, and management of applications using containerization. Containers are lightweight, portable units that package … Read more

How to Install Resilio Sync on Ubuntu/Linux Mint

Overview Resilio Sync (formerly BitTorrent Sync) by Resilio, Inc. is a proprietary peer-to-peer file synchronization tool. It supports a wide range of platforms, including Windows, macOS, Linux, Android, iOS, Windows Phone, Amazon Kindle Fire, and BSD. The tool allows seamless synchronization of files between devices on a local network or across remote devices over the … Read more

Install MPV on Windows 10/11

This guide will walk you through the process of installing the MPV media player on Windows 10 and 11 using the Scoop package manager, which is my recommended method. Step 1: Install Scoop Note: Skip this step if you already have Scoop installed. Select “Windows PowerShell”. Open PowerShell: Right-click the Start menu. The command above … Read more

NeoVim on Windows

Introduction In this tutorial we will go through the process of installing and setting up NeoVim on Windows. This is going to be simple and easy to follow. We will be using Scoop a package manager for Windows. This is by far the best package manager I have used. Step 1. Open Command Prompt. To … Read more