MeshWorld India Logo MeshWorld.
Silo_Manifest

How-To Guides.

Step-by-step installation and setup guides for every major OS.

Google Sheets Auto Fill: The Complete Visual Guide
google-sheets 5 min read

Google Sheets Auto Fill: The Complete Visual Guide

Master all 7 methods to auto fill formulas in Google Sheets—from keyboard shortcuts to ARRAYFORMULA automation. Step-by-step panels with practice challenges.

Shilpa Chavda
Shilpa Chavda
How to Get More Google Reviews (Without Breaking Rules)
HowTo 5 min read

How to Get More Google Reviews (Without Breaking Rules)

Ethical strategies to increase your Google Business Profile reviews. Learn when to ask, how to ask, and what to do with negative feedback to build a 5-star reputation.

Shilpa Chavda
Shilpa Chavda
How to Get Your Business on Google and Start Ranking in 2026
HowTo 5 min read

How to Get Your Business on Google and Start Ranking in 2026

A practical 5-step guide to get your business listed on Google Search and Google Maps. Learn how to create a Google Business Profile, optimize for local SEO, and rank higher without hiring an agency.

Shilpa Chavda
Shilpa Chavda
How to Install and Use nvm (Node Version Manager)
Node.js 5 min read

How to Install and Use nvm (Node Version Manager)

Install nvm on macOS, Linux, and WSL, manage multiple Node.js versions, set defaults, and use .nvmrc for per-project version pinning.

Jena
Jena
How to Monitor a Linux Server: CPU, Memory, and Disk
Linux 5 min read

How to Monitor a Linux Server: CPU, Memory, and Disk

Practical guide to Linux server monitoring. Learn to use top, htop, and df to track CPU, memory, and disk usage, and set up persistent alerts for your server.

Vishnu
Vishnu
How to Set Up Coolify for Self-Hosted Deployments
DevOps 5 min read

How to Set Up Coolify for Self-Hosted Deployments

Step-by-step guide to setting up Coolify on your VPS. Learn to deploy Node.js/Docker apps, manage domains, and handle HTTPS for free on your own hardware.

Cobie
Cobie
How to Set Up a Reverse Proxy with Nginx
Nginx 5 min read

How to Set Up a Reverse Proxy with Nginx

Step-by-step guide to setting up Nginx as a reverse proxy for your web apps. Learn to configure HTTPS, security headers, WebSocket support, and rate limiting.

Jena
Jena
Cloud & Online Code Editors Worth Trying in 2026
Cloud IDE 5 min read

Cloud & Online Code Editors Worth Trying in 2026

Cloud-based and online code editors for 2026: Devin, Lovable, Replit Agent, GitHub Codespaces, Gitpod, StackBlitz, and browser-first development environments.

Darsh Jariwala
Darsh Jariwala
11 VS Code Alternatives Worth Trying in 2026
VS Code 5 min read

11 VS Code Alternatives Worth Trying in 2026

Discover top VS Code alternatives for 2026. Explore AI-native editors like Cursor and Windsurf, high-performance picks like Zed, and privacy-focused VSCodium.

Darsh Jariwala
Darsh Jariwala
How to Set Up Google Search Console for Your Website
HowTo 5 min read

How to Set Up Google Search Console for Your Website

A step-by-step guide to verify your website with Google Search Console, submit your sitemap, and start monitoring your search performance in under 30 minutes.

Shilpa Chavda
Shilpa Chavda
How to Audit What Data Your Apps Are Sending
Security 5 min read

How to Audit What Data Your Apps Are Sending

Learn to audit app network traffic on macOS, Linux, and mobile. Use mitmproxy, Wireshark, and Charles Proxy to see exactly what data your apps are sending.

Arjun
Arjun
How to Use Environment Variables in Docker
Docker 5 min read

How to Use Environment Variables in Docker

Manage environment variables in Docker containers and Compose files — inline values, .env files, runtime injection, secrets, and production patterns.

Cobie
Cobie
How to Harden SSH on a Linux Server
SSH 5 min read

How to Harden SSH on a Linux Server

Step-by-step SSH hardening guide. Learn to disable root login, enforce SSH keys, change ports, and add 2FA to protect your Linux server from brute-force bots.

Jena
Jena
Showcasing Premium MDX Features
Astro 5 min read

Showcasing Premium MDX Features

A deep dive into the interactive components and enhanced reading experience of MeshWorld.

Vishnu
Vishnu
Master Snapchat in 2026: 15+ Pro Tips, AI Hacks, and Hidden Features
Snapchat 5 min read

Master Snapchat in 2026: 15+ Pro Tips, AI Hacks, and Hidden Features

Master Snapchat in 2026 with AI hacks and hidden tips. Learn to use the Imagine Lens, Perplexity Scan, and pro features to stay ahead of the social curve.

Darsh Jariwala
Darsh Jariwala
How to Install Docker on Ubuntu, macOS and Windows
HowTo 5 min read

How to Install Docker on Ubuntu, macOS and Windows

Step-by-step guide to installing Docker Desktop or Engine on Ubuntu, macOS, and Windows. Learn post-install setup and how to run your first container.

Vishnu
Vishnu
How to Set Up SSH Keys for GitHub (All Platforms)
HowTo 5 min read

How to Set Up SSH Keys for GitHub (All Platforms)

Generate SSH keys for GitHub on Ubuntu, macOS, and Windows. Learn to add keys to your account, manage multiple profiles, and troubleshoot connection issues.

Vishnu
Vishnu
How to Write a Production Dockerfile for Node.js
HowTo 5 min read

How to Write a Production Dockerfile for Node.js

Build small, fast, production-ready Docker images for Node.js — layer caching, multi-stage builds, non-root user, health checks, and .dockerignore explained.

Vishnu
Vishnu
How to Set Up a .env File and Stop Leaking Secrets
HowTo 5 min read

How to Set Up a .env File and Stop Leaking Secrets

Learn how to set up .env files in Node.js, Python, and Docker. Avoid common mistakes that expose API keys and manage your secrets safely in production.

Vishnu
Vishnu
How to Install Python on Ubuntu, macOS and Windows
HowTo 5 min read

How to Install Python on Ubuntu, macOS and Windows

Learn how to install Python 3 on Ubuntu, macOS, and Windows using pyenv and Homebrew. Includes setup for pip, virtual environments, and version switching.

Vishnu
Vishnu
How to Install VS Code on Ubuntu, macOS and Windows
HowTo 5 min read

How to Install VS Code on Ubuntu, macOS and Windows

Install Visual Studio Code on any OS using apt, Snap, Homebrew, or winget — with the essential extensions every developer should add first.

Vishnu
Vishnu
How to Install Git on Ubuntu, macOS and Windows
HowTo 5 min read

How to Install Git on Ubuntu, macOS and Windows

Install Git on any operating system — apt, Homebrew, or the official installer — plus first-time configuration, SSH setup, and verifying your install.

Vishnu
Vishnu
How to Install Node.js on Ubuntu, macOS and Windows
HowTo 5 min read

How to Install Node.js on Ubuntu, macOS and Windows

Step-by-step guide to installing Node.js on Ubuntu, macOS, and Windows. Learn to use nvm and Homebrew for easy version switching and SDK management.

Vishnu
Vishnu
How to Debug a Slow SQL Query in PostgreSQL
HowTo 5 min read

How to Debug a Slow SQL Query in PostgreSQL

Step-by-step: find slow queries with pg_stat_statements, read EXPLAIN ANALYZE output, identify missing indexes, fix N+1 queries, and diagnose lock contention.

Vishnu
Vishnu
How to Set Up WSL2 for Windows Developers
WSL2 5 min read

How to Set Up WSL2 for Windows Developers

WSL2 setup for Windows developers. Learn how to install Linux on Windows, configure Docker and VS Code, and optimize performance for a seamless experience.

Vishnu
Vishnu
Manifest: Installing GitHub Desktop on Ubuntu (2026 Edition)
HowTo 5 min read

Manifest: Installing GitHub Desktop on Ubuntu (2026 Edition)

A technical guide to deploying the community-hardened Linux fork of GitHub Desktop across Ubuntu and Debian-based systems.

Vishnu
Vishnu
How to Set Up CI/CD with GitHub Actions (Complete Guide)
GitHub Actions 5 min read

How to Set Up CI/CD with GitHub Actions (Complete Guide)

Learn to build CI/CD pipelines with GitHub Actions. Step-by-step guide to testing, building, and deploying apps with secure secret management.

Vishnu
Vishnu
Install Postman on Ubuntu
HowTo 5 min read

Install Postman on Ubuntu

Learn how to install Postman on Ubuntu using Snap or the official Linux tarball, with steps for launching, updating, and removing it.

Vishnu
Vishnu
Install XAMPP on Ubuntu
HowTo 5 min read

Install XAMPP on Ubuntu

Learn how to install XAMPP on Ubuntu, start and stop it from the terminal, open the manager, and remove it cleanly when needed.

Vishnu
Vishnu
Install Spotify on Ubuntu
HowTo 5 min read

Install Spotify on Ubuntu

Learn how to install Spotify on Ubuntu using Snap or Spotify's official Debian repository, plus how to update and remove it later.

Vishnu
Vishnu
Rename file or folder in Google Drive
HowTo 5 min read

Rename file or folder in Google Drive

Learn how to rename files and folders in Google Drive using three simple methods. Improve your cloud storage organization and find your documents faster.

Vishnu
Vishnu
Install Telegram Desktop on Ubuntu 24.04 — 3 Methods
HowTo 5 min read

Install Telegram Desktop on Ubuntu 24.04 — 3 Methods

Install Telegram Desktop on Ubuntu 24.04 using Snap, Flatpak, or the official tarball. All three methods work in 2026, including on Ubuntu 22.04 LTS.

Vishnu
Vishnu
Install Hugo on Ubuntu 20.04 or Ubuntu-based distributions
HowTo 5 min read

Install Hugo on Ubuntu 20.04 or Ubuntu-based distributions

Install Hugo, the fast open-source static site generator, on Ubuntu 20.04. Learn how to set it up using snap packages or the apt package manager.

Vishnu
Vishnu
Install OBS Studio on Ubuntu 20.04 or Ubuntu-based distributions
HowTo 5 min read

Install OBS Studio on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install OBS Studio on Ubuntu 20.04. It can be install with PPA via `apt` command.

Vishnu
Vishnu
Install OpenShot on Ubuntu 20.04 or Ubuntu-based distributions
HowTo 5 min read

Install OpenShot on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install openshot on Ubuntu 20.04. It can be run with AppImage or install via `apt`.

Vishnu
Vishnu
Install GhostWriter on Ubuntu 20.04 or Ubuntu-based distributions
HowTo 5 min read

Install GhostWriter on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install ghostwriter on Ubuntu 20.04. It can be installed via a `Software Center` or with `apt`.

Vishnu
Vishnu
Install Signal Desktop on Ubuntu
HowTo 5 min read

Install Signal Desktop on Ubuntu

Learn how to install Signal Desktop on Ubuntu using Signal's official Debian repository, then link, update, and remove it cleanly.

Vishnu
Vishnu
Install DuckDuckGo on any device to take your privacy back!
HowTo 5 min read

Install DuckDuckGo on any device to take your privacy back!

Learn how to install DuckDuckGo on any device to protect your online privacy. Block trackers, use private search, and take control of your data today.

Vishnu
Vishnu
Show or Hide Action Center Notification Counts in Windows 10
HowTo 5 min read

Show or Hide Action Center Notification Counts in Windows 10

Learn how to easily enable or disable the notification count on your Windows 10 Action Center icon. Simple step-by-step guide to customize your taskbar.

Vishnu
Vishnu
How-To Guides Updates

Follow new writing in How-To Guides.

Get future posts, practical references, and related notes from the How-To Guides side of MeshWorld without having to keep checking this silo manually.

In this domain

Step-by-step installation and setup guides for every major OS.

What arrives

New how-to guides posts, linked ideas from nearby domains, and stronger entries worth keeping on hand.