Tag

BIND

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Sep 7, 2022 · Frontend Development

Understanding JavaScript this Binding Rules and Their Priorities

This article explains the four JavaScript this‑binding rules—default, implicit, explicit (call/apply/bind), and new—illustrates each with code examples, compares their precedence, and shows how arrow functions affect this binding in modern ES6 code.

BINDJavaScript__call
0 likes · 11 min read
Understanding JavaScript this Binding Rules and Their Priorities
Tencent Cloud Developer
Tencent Cloud Developer
Aug 29, 2022 · Cloud Computing

High‑Availability DNS Solutions on Tencent Cloud: BIND and CoreDNS with ETCD

The article details two high‑availability DNS implementations for Tencent Cloud—an intelligent BIND‑based server and a CoreDNS solution backed by an ETCD cluster—covering DNS fundamentals, installation steps, configuration files, zone creation, health checks, and verification of internal and external name resolution across multi‑AZ deployments.

BINDCoreDNSDNS
0 likes · 24 min read
High‑Availability DNS Solutions on Tencent Cloud: BIND and CoreDNS with ETCD
ByteDance Terminal Technology
ByteDance Terminal Technology
Mar 15, 2022 · Mobile Development

Understanding Fixup Chain: Apple’s New Dynamic Linking Technique in iOS 15

Fixup chain, introduced in iOS 15, replaces the previous compressed‑byte‑stream rebase/bind format with a linked‑list style structure that stores dynamic‑link information more compactly, improves space locality, reduces binary size, and speeds up app launch by allowing a single pass rebase and bind process.

BINDDynamic LinkingMach-O
0 likes · 31 min read
Understanding Fixup Chain: Apple’s New Dynamic Linking Technique in iOS 15
Architect
Architect
Mar 8, 2022 · Fundamentals

Understanding How the Linux Kernel Handles 0.0.0.0 (INADDR_ANY) Binding

This article explains the Linux kernel’s internal process for binding a server socket to 0.0.0.0 (INADDR_ANY), covering the bind operation, handshake handling, and how the kernel matches incoming packets, with illustrative C code snippets.

BINDINADDR_ANYSockets
0 likes · 9 min read
Understanding How the Linux Kernel Handles 0.0.0.0 (INADDR_ANY) Binding
Efficient Ops
Efficient Ops
Dec 21, 2021 · Fundamentals

Understanding DNS: From Basics to BIND Configuration and Load Balancing

This article explains DNS fundamentals, its distributed hierarchical structure, TCP/UDP usage, top‑level domains, resolution workflow, caching, smart geo‑aware routing, BIND server setup, zone file syntax, DNS load balancing, sub‑domain delegation, debugging tools, and the risk of DNS amplification attacks.

BINDCachingDNS
0 likes · 18 min read
Understanding DNS: From Basics to BIND Configuration and Load Balancing
Top Architect
Top Architect
Jun 14, 2021 · Fundamentals

Understanding DNS: Architecture, Configuration, and Security

This article provides a comprehensive overview of the Domain Name System (DNS), covering its fundamentals, protocol choices, hierarchical structure, delegation, configuration with BIND, load balancing, debugging tools, and security considerations such as amplification attacks.

BINDDNSDomain Name System
0 likes · 17 min read
Understanding DNS: Architecture, Configuration, and Security
IT Architects Alliance
IT Architects Alliance
May 19, 2021 · Fundamentals

Understanding DNS: Architecture, Protocols, and BIND Configuration

This article provides a comprehensive overview of the Domain Name System (DNS), covering its distributed database design, TCP/UDP usage, hierarchical structure, top‑level domains, resolution workflow, recursive versus authoritative servers, caching, smart routing, BIND configuration, load‑balancing techniques, sub‑domain delegation, debugging tools, and security considerations such as DNS amplification attacks.

BINDConfigurationDNS
0 likes · 17 min read
Understanding DNS: Architecture, Protocols, and BIND Configuration
Efficient Ops
Efficient Ops
Apr 29, 2021 · Fundamentals

Mastering DNS: From Basics to Advanced Configuration and Security

This article explains the fundamentals of the Domain Name System, its distributed architecture, TCP/UDP usage, hierarchical structure, top‑level domains, resolution workflow, caching, smart routing, BIND configuration, load balancing, sub‑domain delegation, debugging tools, and security considerations such as amplification attacks.

BINDDNSDomain Name System
0 likes · 19 min read
Mastering DNS: From Basics to Advanced Configuration and Security
Practical DevOps Architecture
Practical DevOps Architecture
Mar 1, 2021 · Operations

Configuring Primary and Secondary DNS with BIND on Kubernetes Nodes

This guide walks through installing BIND on two Kubernetes nodes, setting up primary DNS with forward and reverse zones, copying zone files, starting the service, and configuring a secondary DNS server to replicate the zones for reliable name resolution.

BINDDNSKubernetes
0 likes · 5 min read
Configuring Primary and Secondary DNS with BIND on Kubernetes Nodes
php中文网 Courses
php中文网 Courses
Nov 13, 2020 · Backend Development

Understanding PHP Closure Class: bind, bindTo and Practical Usage Examples

This article explains the PHP Closure class, its bind and bindTo methods, how to control $this and scope when copying anonymous functions, and provides multiple code examples—including common pitfalls and a Composer autoload trick—to help developers master closure binding in backend development.

Anonymous FunctionBINDClosure
0 likes · 8 min read
Understanding PHP Closure Class: bind, bindTo and Practical Usage Examples
Efficient Ops
Efficient Ops
Jun 17, 2019 · Operations

How to Set Up a Private BIND DNS Server on CentOS 7 (Step‑by‑Step Guide)

Learn how to install, configure, and maintain a private BIND DNS service on CentOS 7, covering server roles, ACLs, forward and reverse zones, zone files, firewall settings, testing with nslookup, and ongoing DNS record management for a secure internal network.

BINDCentOSDNS
0 likes · 17 min read
How to Set Up a Private BIND DNS Server on CentOS 7 (Step‑by‑Step Guide)
360 Quality & Efficiency
360 Quality & Efficiency
Dec 29, 2018 · Fundamentals

Introduction to DNS Concepts and BIND Server Configuration

This article explains DNS fundamentals, the impact of incorrect local DNS on user experience, outlines recursive and authoritative DNS roles, describes domain hierarchy, and provides a practical overview of BIND server setup, its configuration files, and sample zone definitions with dig query results.

BINDDNSDomain Name System
0 likes · 5 min read
Introduction to DNS Concepts and BIND Server Configuration
Efficient Ops
Efficient Ops
Nov 2, 2016 · Operations

Mastering CDN DNS: Compatibility, Speed, and Precision Optimization

This article, based on Li Meng’s 2016 Shanghai Global Operations Conference talk, examines CDN DNS deployment and optimization from a developer’s perspective, covering DNS architecture, NS clustering, BIND selection algorithms, RTT-based weighting, error penalties, and practical guidelines for achieving compatible, fast, and efficient DNS solutions.

BINDCDNDNS
0 likes · 14 min read
Mastering CDN DNS: Compatibility, Speed, and Precision Optimization