Basic Neovim config

April 20, 2026 by Darryl Dias I’ve put together a basic Neovim configuration that relies entirely on Neovim’s native features. This setup avoids third‑party plugins, making it lightweight, fast, and easy to understand — perfect if you’re just starting out or want a minimal environment. Link to the GitHub repository. You can find the configuration … Read more

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