MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#How-To.

Explore How To articles, tutorials, guides, and code examples on MeshWorld India. Learn best practices, get practical tips, and level up your How To skills.

21 posts
Dec 2025 – Jul 2026
Filed under this topic
How to Verify File Integrity: Checksums and GPG Signatures Explained
Security5 min read

How to Verify File Integrity: Checksums and GPG Signatures Explained

Learn to verify SHA-256 checksums and GPG signatures on Linux ISOs, open-source releases, and repack hash files before you install anything.

Arjun
Arjun
How to Grow Basil at Home: The WFH Developer's Kitchen Herb Guide
Plants5 min read

How to Grow Basil at Home: The WFH Developer's Kitchen Herb Guide

Fresh basil 10 steps from your desk beats most gear upgrades. Complete guide to growing it in a pot, on a windowsill, or outdoors — with the pruning protocol that triples your yield.

Hinal Acharya
Hinal Acharya
Emergency Privacy Kit: Secure Your Digital Life in 2026
privacy5 min read

Emergency Privacy Kit: Secure Your Digital Life in 2026

Step-by-step guide to securing your digital privacy fast. Password manager, 2FA, encrypted messaging, browser hardening, VPN setup, and data cleanup. Actionable checklist for immediate protection.

Vishnu
Vishnu
Claude Code + Ollama: Free Local AI Coding Setup (2026)
Claude Code5 min read

Claude Code + Ollama: Free Local AI Coding Setup (2026)

Run Claude Code with a local Ollama model instead of Anthropic's API. Step-by-step setup, recommended models, env vars, and troubleshooting.

Darsh Jariwala
Darsh Jariwala
TypeScript Utility Types: Pick, Omit, Partial & Deep Dive
TypeScript5 min read

TypeScript Utility Types: Pick, Omit, Partial & Deep Dive

Master TypeScript's built-in utility types like Pick, Omit, and Partial. Learn real production patterns for Required, Record, and function-derived types.

Scarlett
Scarlett
Python Type Hints: A Practical Guide for Real Codebases
Python5 min read

Python Type Hints: A Practical Guide for Real Codebases

Use Python type hints effectively with annotations, generics, and Pydantic. Learn to avoid common production gotchas and master tools like mypy and pyright.

Rachel
Rachel
CSS Grid vs Flexbox: When to Use Which
CSS5 min read

CSS Grid vs Flexbox: When to Use Which

A practical guide to choosing between CSS Grid and Flexbox — with real layout examples, decision rules, common mistakes, and browser support notes for 2026.

Scarlett
Scarlett
How to Install and Use nvm (Node Version Manager)
Node.js5 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
Linux5 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
DevOps5 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
Nginx5 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
How to Use Gemma 4 with Claude Code via Ollama (April 2026)
Claude Code5 min read

How to Use Gemma 4 with Claude Code via Ollama (April 2026)

Set up Gemma 4 locally with Ollama and wire it into Claude Code. Learn correct env vars, model tags, and context window config for April 2026.

Darsh Jariwala
Darsh Jariwala
How to Audit What Data Your Apps Are Sending
Security5 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 Install Gemma 4 Locally with Ollama (2026 Guide)
Gemma5 min read

How to Install Gemma 4 Locally with Ollama (2026 Guide)

Run Google's Gemma 4 locally with Ollama. Setup guide for E2B, E4B, 12B, 26B MoE, and 31B Dense models — hardware, benchmarks, APIs, and IDEs.

Vishnu
Vishnu
How to Use Environment Variables in Docker
Docker5 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
SSH5 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
How to Install Ollama and Run LLMs Locally
Ollama5 min read

How to Install Ollama and Run LLMs Locally

Ollama lets you run large language models on your own machine. Learn how to install it, download models, and run them locally without any API keys.

Vishnu
Vishnu
Docker Compose in Production: Best Practices & Tips
Docker5 min read

Docker Compose in Production: Best Practices & Tips

Learn how to run Docker Compose in production securely. This guide covers health checks, restart policies, secrets, logging, and resource limits for deployment.

Vishnu
Vishnu
Python Virtual Environments: venv, uv, and When to Use Each
Python5 min read

Python Virtual Environments: venv, uv, and When to Use Each

Keep Python projects isolated with virtual environments. Learn how to set up venv and uv, manage dependencies, and choose the right tool for your 2026 workflow.

Vishnu
Vishnu
How to Set Up WSL2 for Windows Developers
WSL25 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
How to Set Up CI/CD with GitHub Actions (Complete Guide)
GitHub Actions5 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