Tagged articles
24 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Jul 7, 2025 · Operations

How Does a Browser Find a Website? DNS, TCP Handshake, and Server Setup Explained

This article walks through the complete process from entering a URL in a browser to rendering a webpage, covering client DNS resolution, TCP three‑way handshake, HTTP request/response flow, DNS hierarchy, key terminology, using dig for troubleshooting, and step‑by‑step guides to build your own DNS server with BIND or dnsmasq.

BINDDNSDomain Name System
0 likes · 17 min read
How Does a Browser Find a Website? DNS, TCP Handshake, and Server Setup Explained
Liangxu Linux
Liangxu Linux
Jun 4, 2025 · Fundamentals

Master DNS on Linux: Install BIND and Configure Forward & Reverse Zones

This guide walks you through installing the BIND DNS server on a Linux system, configuring global options, creating forward and reverse zone files, testing with dig, and managing the named service, providing a complete hands‑on tutorial for setting up a functional DNS server.

BINDDNSForward Zone
0 likes · 26 min read
Master DNS on Linux: Install BIND and Configure Forward & Reverse Zones
Go Development Architecture Practice
Go Development Architecture Practice
May 20, 2025 · Backend Development

Mastering Dependency Injection in Go with Uber’s Dig

This article explains why and when to use dependency injection in Go, introduces the most popular DI libraries, and provides step‑by‑step examples of Dig’s core features such as container creation, providing and invoking dependencies, parameter and result objects, optional and named dependencies, groups, and a complete multi‑service HTTP demo.

BackendLibrarydependency-injection
0 likes · 11 min read
Mastering Dependency Injection in Go with Uber’s Dig
Liangxu Linux
Liangxu Linux
Feb 18, 2024 · Operations

Master DNS Lookups with dig: A Complete Linux Guide

This guide explains how to use the Linux dig command to query various DNS records, retrieve name‑server details, perform reverse lookups, and specify custom DNS servers, providing clear examples and step‑by‑step commands for effective network troubleshooting.

DNSLinuxcommand-line
0 likes · 5 min read
Master DNS Lookups with dig: A Complete Linux Guide
Liangxu Linux
Liangxu Linux
Jul 9, 2023 · Fundamentals

Master DNS: Basics, Configuration, and Real-World Troubleshooting with Docker

This guide explains DNS fundamentals, shows how to set up a Docker container for testing, demonstrates viewing and editing /etc/resolv.conf, and walks through common DNS problems such as missing configuration, slow responses, hard‑coded hosts entries, and unstable queries caused by traffic‑control or reverse‑lookup issues.

DockerNetworkingdig
0 likes · 13 min read
Master DNS: Basics, Configuration, and Real-World Troubleshooting with Docker
Efficient Ops
Efficient Ops
Jan 5, 2023 · Operations

Master Network Troubleshooting with nali, dig, mtr, and tsunami

This guide introduces four powerful network utilities—nali for IP geolocation, dig for DNS queries, mtr for combined traceroute and ping analysis, and tsunami for high‑speed UDP transfers—explaining their installation, key commands, options, and practical usage examples.

Tsunamidigmtr
0 likes · 7 min read
Master Network Troubleshooting with nali, dig, mtr, and tsunami
Efficient Ops
Efficient Ops
Jul 10, 2022 · Fundamentals

Mastering DNS: How Domain Names Turn Into IP Addresses

This article explains the fundamentals of the Domain Name System, walks through the multi‑step DNS query process using tools like dig, describes the hierarchy of name servers from root to host, and introduces common DNS record types and auxiliary utilities for troubleshooting and analysis.

DNSDNS RecordsDomain Name System
0 likes · 15 min read
Mastering DNS: How Domain Names Turn Into IP Addresses
Liangxu Linux
Liangxu Linux
Mar 18, 2022 · Operations

Retrieve Your Public IP with Shell Commands and a Robust Bash Script

This guide explains why home broadband users need to discover their dynamic public IP, compares browser, cURL, and dig methods for fetching it, and provides a Bash script that intelligently falls back between multiple services to ensure reliable IP retrieval for DDNS and other network tasks.

DDNSNetworkingPublic IP
0 likes · 8 min read
Retrieve Your Public IP with Shell Commands and a Robust Bash Script
Efficient Ops
Efficient Ops
Jan 26, 2022 · Fundamentals

Mastering DNS: From Basics to Advanced Queries

This article explains the fundamentals of the Domain Name System, how DNS queries work, the role of DNS servers, hierarchical name resolution, record types, and useful command‑line tools such as dig, host, and nslookup, providing clear examples and diagrams for each concept.

DNSDNS RecordsDomain Name System
0 likes · 15 min read
Mastering DNS: From Basics to Advanced Queries
Liangxu Linux
Liangxu Linux
Dec 21, 2021 · Operations

Master Linux Network Commands: ifconfig, ping, traceroute, and More

This guide explains how to use essential Linux networking utilities—including ifconfig, ping, traceroute, netstat, dig, nslookup, route, host, arp, ethtool, iwconfig, and hostname—covering their purpose, common options, and practical command‑line examples for system administration tasks.

digifconfignetstat
0 likes · 11 min read
Master Linux Network Commands: ifconfig, ping, traceroute, and More
Programmer DD
Programmer DD
Dec 24, 2020 · Fundamentals

What Is DNS? A Beginner’s Guide to the Domain Name System

This article explains the fundamentals of the Domain Name System (DNS), covering how domain names map to IP addresses, the hierarchical structure of DNS zones, the roles of root, top‑level, and authoritative servers, query processes, record types, and practical command‑line tools like dig and ipconfig.

DNSDomain Name SystemNetworking
0 likes · 13 min read
What Is DNS? A Beginner’s Guide to the Domain Name System
Open Source Linux
Open Source Linux
Oct 27, 2020 · Fundamentals

Master DNS: From Basics to Advanced Queries with dig

This article explains the fundamentals of the Domain Name System, demonstrates how to use the dig tool to view detailed query processes, explores DNS record types, hierarchical lookups, root servers, and additional utilities like host, nslookup, and whois, providing a comprehensive guide for developers and network engineers.

DNSDomain Name SystemLinux
0 likes · 14 min read
Master DNS: From Basics to Advanced Queries with dig
Efficient Ops
Efficient Ops
Oct 25, 2020 · Fundamentals

Mastering DNS: How Domain Names Resolve to IP Addresses

This article explains the fundamentals of the Domain Name System (DNS), detailing how domain names are translated into IP addresses, the multi‑step query process, the role of DNS servers, hierarchical naming, record types, and useful command‑line tools for inspection.

DNSDNS RecordsDomain Name System
0 likes · 15 min read
Mastering DNS: How Domain Names Resolve to IP Addresses
Efficient Ops
Efficient Ops
Apr 7, 2019 · Fundamentals

How DNS Works: From Queries to Root Servers Explained

DNS, the Internet’s core naming system, translates human‑readable domain names into IP addresses; this article explains its fundamentals, the multi‑step query process shown with the dig tool, server hierarchy, record types, security concerns, and handy command‑line utilities for inspection.

DNSDNS RecordsDomain Name System
0 likes · 15 min read
How DNS Works: From Queries to Root Servers Explained
MaGe Linux Operations
MaGe Linux Operations
Dec 29, 2018 · Fundamentals

Master DNS: From Basics to Advanced Queries Explained

This article provides a comprehensive guide to DNS, covering its purpose, hierarchical query process, server roles, record types, and practical command‑line tools like dig, host, and nslookup, enabling readers to fully understand and troubleshoot domain name resolution.

DNSDomain Name SystemInternet Protocols
0 likes · 17 min read
Master DNS: From Basics to Advanced Queries Explained
MaGe Linux Operations
MaGe Linux Operations
Apr 6, 2018 · Fundamentals

Master DNS: From Basics to Advanced Queries with dig

This article explains DNS fundamentals, detailing how domain names are resolved to IP addresses, the multi‑step query process shown with the dig tool, the hierarchical server architecture, record types, and additional utilities, enabling readers to fully understand and troubleshoot DNS operations.

DNSDomain Name Systemdig
0 likes · 15 min read
Master DNS: From Basics to Advanced Queries with dig
MaGe Linux Operations
MaGe Linux Operations
Aug 18, 2015 · Operations

Mastering dig: Essential DNS Query Techniques and Options

This guide introduces the dig command, explains its basic usage, advanced options, query types, TCP mode, domain defaults, trace functionality, and output simplification, providing practical examples for effective DNS troubleshooting and analysis.

DNSLinuxcommand-line
0 likes · 10 min read
Mastering dig: Essential DNS Query Techniques and Options