Ops Terminal.
System administration and deployment logs.
Install and Configure Git on Ubuntu 26.04
Complete guide to install Git on Ubuntu 26.04. Configure user identity, generate SSH keys for GitHub/GitLab, master essential workflow commands, and customize with aliases.
Install .deb Packages on Ubuntu 26.04
Complete guide to install .deb packages on Ubuntu 26.04 using apt, dpkg, and GDebi. Handle dependencies, verify installations, and troubleshoot common errors.
Install the LAMP Stack on Ubuntu 26.04
Complete guide to install and configure LAMP stack on Ubuntu 26.04. Set up Apache, MySQL, PHP integration, test end-to-end, and apply security hardening.
Install and Configure PostgreSQL on Ubuntu 26.04
Complete guide to install PostgreSQL 18 on Ubuntu 26.04. Set up roles, databases, remote access, authentication methods, and security hardening.
Install and Secure MySQL on Ubuntu 26.04
Complete guide to install and harden MySQL on Ubuntu 26.04. Run mysql_secure_installation, create users and databases, configure remote access with firewall rules.
Set Up Samba File Sharing on Ubuntu 26.04
Complete guide to configure Samba file sharing on Ubuntu 26.04. Create public and private SMB shares, manage users, configure firewall, and access from Linux and Windows clients.
20+ Things to Do After Installing Ubuntu 26.04 Resolute Raccoon
The ultimate post-installation checklist for Ubuntu 26.04 Resolute Raccoon. From Kernel 7.0 optimizations and UI polish to setting up a high-speed developer toolchain in 2026.
Install and Configure PHP on Ubuntu 26.04
Complete guide to install PHP 8.5, PHP-FPM for Nginx, Apache module, common extensions, multiple PHP versions, and php.ini tuning on Ubuntu 26.04 Resolute Raccoon.
8 Netlify Alternatives Worth Trying in 2026
The best Netlify alternatives in 2026: Vercel for Next.js, Railway for variable workloads, Coolify for self-hosted cost control, and more. Find the right deployment platform for your stack.
How to Use iCloud Mail SMTP Server to Send Emails
Configure iCloud Mail SMTP settings with app-specific passwords. Includes code examples for PHP, Python, and Node.js to send emails through iCloud in 2026.
Zsh + Oh My Zsh: The Ultimate Terminal Setup Guide
Transform your terminal with Zsh and Oh My Zsh — themes, plugins, aliases, and productivity hacks. From boring bash to powerful command line.
SSH Config & Aliases: The Developer's Connection Kit
Master SSH configuration — host aliases, jump hosts, key management, port forwarding, and secure connections. Save time with ~/.ssh/config automation.
How to Configure Office 365 SMTP Relay for Sending Email
Office 365 SMTP relay vs client submission — settings, connector setup, and code examples for sending email through Microsoft 365 in enterprise environments.
Git Rebase vs Merge: When to Use Each (With Visual Guide)
Master Git rebase and merge — understand when to use each, avoid common pitfalls, and keep your Git history clean. Visual explanations and practical workflows.
Docker Multi-Stage Builds: Smaller Images, Faster Deploys
Master Docker multi-stage builds — reduce image size, improve security, speed up builds. Production-ready patterns for Node.js, Python, Go, and more.
How to Use Brevo (Sendinblue) SMTP Server for Sending Email
Brevo SMTP settings, SMTP key generation, 300 free emails/day setup, and PHP, Python, and Node.js code examples — formerly known as Sendinblue in 2026.
How to Use Mailgun SMTP Server for Sending Emails
Setup Mailgun SMTP for transactional emails. Includes domain verification, credential setup, and code examples for PHP, Python, and Node.js applications.
How to Use Yahoo Mail SMTP Server for Sending Email
Yahoo Mail SMTP settings, App Password setup, and code examples for PHP, Python, and Node.js — configure any email client or app to send through Yahoo in 2026.
Bulk Unsubscribe from Gmail Newsletters in 2026
Clean your inbox by bulk-unsubscribing from Gmail newsletters. Use the built-in Manage Subscriptions tab or a custom Google Apps Script for automation.
How to Use Amazon SES SMTP Server for Sending Email
Amazon SES SMTP settings, SMTP credential generation from IAM, sandbox mode explained, and PHP, Python, and Node.js code examples for 2026.
How to Use SendGrid SMTP Server for Sending Email
SendGrid SMTP settings, API key setup, and code examples for PHP, Python, and Node.js — send transactional email through Twilio SendGrid in 2026.
How to Use Zoho Mail SMTP Server for Sending Email
Zoho Mail SMTP settings for free and paid plans — server address, ports, app-specific password setup, and PHP, Python, and Node.js code examples for 2026.
How to Use Outlook and Hotmail SMTP Server for Sending Email
Outlook, Hotmail, and Live SMTP settings for 2026 — ports, OAuth vs password auth, App Password workaround, and code examples for PHP, Python, and Node.js.
Burner Email Guide 2026: 12+ Tools to Stop Spam
Protect your privacy from AI trackers and spam. Learn to use 10-minute inboxes, alias services, and anonymous forwarding to keep your main inbox clean.
How to Generate Unlimited Gmail Aliases from One Account
Learn how to use Gmail Plus and Dot addressing to create infinite email aliases. Track data leaks, manage spam, and loop free trials with one account in 2026.
How to Use Gmail SMTP Server for Sending Email
Gmail SMTP settings, ports, and App Password setup — configure any app, script, or email client to send mail through Gmail in 2026.
Reduce Disk Writes on Debian and Ubuntu Desktop
Five tweaks that cut unnecessary disk writes on Debian and Ubuntu — noatime, volatile journald, tmpfs, swappiness, and zram. Safe on SSDs and HDDs.
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.
Run PostgreSQL Locally with Docker in Under 2 Minutes
Learn to run PostgreSQL locally using Docker. Includes persistent volumes, docker-compose setup, GUI client access, and essential dump or restore commands.
How to Exit Vim, Vi, and Nano (Step by Step)
Stuck in Vim? Here is exactly how to save and exit, quit without saving, and force-quit Vim, Vi, and Nano — with every command you need and why they work.
GitHub Actions Secrets: Best Practices to Secure Credentials
Stop leaking credentials in CI/CD. Learn to store, scope, and manage GitHub Actions secrets correctly while avoiding common pitfalls that expose API keys.
How to Upgrade AWS EC2 Instance Type for Better Performance
Learn how to efficiently resize your AWS EC2 instance. This guide covers upgrading instance types, increasing RAM and CPU, and optimizing your cloud resources.
Control Auto-Suspend on Ubuntu 26.04
Complete guide to manage auto-suspend on Ubuntu 26.04. Configure power settings via GUI, gsettings, or systemd to optimize battery life and prevent unwanted sleep.
The Art of Beautiful Git Commits: Guide to Better Messages
Improve your codebase with clear, concise, and beautiful Git commits. Learn best practices for imperative mood, categorization, and emoji use in messages.
Create directories or folders in Linux with mkdir command
The `mkdir` command comes handy to make one or more directories aka folders in Linux system. This article shows the basic usage of mkdir command with examples.
Configure Git User Name and Email via Terminal
Learn how to set your global Git username and email via the terminal. Ensure every commit is correctly associated with your identity using simple commands.
Find IP Address of Any Website Using Linux Commands
Learn Linux commands to find IP addresses of any website. Master dig, host, nslookup, and ping for DNS lookups and network troubleshooting on Ubuntu 26.04.
Restart Docker Container
This article explains about deletion of a local branch from git using terminal. Also includes explanation about deleting branch forcefully.
Delete Local Git Branch Using Terminal
Learn to delete local Git branches safely using terminal commands. Master git branch -d, -D flags, and cleanup workflows for maintaining a clean repository.
Linux command: dirname
The `dirname` command comes handy to retrieve path where the file is saved. This article shows the usage of dirname command with example.
Show or Hide Absolute Line Numbers in Vim Editor
Master line number visibility in Vim. Learn the commands for absolute, relative, and hybrid line numbers to improve your navigation speed in the terminal.
How to allow remote access to MySQL database server
How to allow remote access to MySQL database server
Follow new writing in Ops Terminal.
Get future posts, practical references, and related notes from the Ops Terminal side of MeshWorld without having to keep checking this silo manually.
System administration and deployment logs.
New ops terminal posts, linked ideas from nearby domains, and stronger entries worth keeping on hand.