Tagged articles
83 articles
Page 1 of 1

Why Offline Deployment of Dify Is So Challenging – 10 Common Pitfalls and Solutions

Deploying Dify in an offline environment is fraught with hidden traps—from missing Docker images and vector‑database dependencies to network subnet conflicts, plugin‑daemon crashes, and silent external service time‑outs—requiring careful preparation, configuration, and maintenance to achieve a stable setup.

DifyDockerVector Database
0 likes · 14 min read
Why Offline Deployment of Dify Is So Challenging – 10 Common Pitfalls and Solutions
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2025 · Operations

Why Your Linux Network Keeps Failing? Master Subnet Masks and Gateways

This guide walks Linux administrators through the essential concepts of IP addressing, subnet masks, CIDR notation, gateway configuration, and routing, providing detailed examples for RedHat/CentOS, Debian/Ubuntu, and cloud environments, plus troubleshooting steps and advanced topics like bonding, VLANs, firewalls, and performance tuning.

Routinggatewaynetwork configuration
0 likes · 21 min read
Why Your Linux Network Keeps Failing? Master Subnet Masks and Gateways
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2025 · Operations

Master Linux Network Configuration: From IP Settings to NIC Bonding

This guide walks through Linux network fundamentals, covering hostname, IP and netmask configuration, default gateway, DNS, connection status tools, domain resolution, using ifconfig and ip commands, permanent and temporary IP changes, renaming interfaces, routing, traceroute, nslookup, tcpdump packet capture, and bonding multiple NICs for redundancy or load‑balancing.

BondingRoutingifconfig
0 likes · 20 min read
Master Linux Network Configuration: From IP Settings to NIC Bonding
Liangxu Linux
Liangxu Linux
Feb 24, 2025 · Fundamentals

Mastering DHCP on CentOS: Theory, Configuration, and Hands‑On Setup

This guide explains DHCP fundamentals, its four‑step lease process, allocation methods, advantages, and provides a step‑by‑step tutorial for installing and configuring a DHCP server on CentOS 6.5, including client testing and static host assignments.

CentOSDHCPIP Management
0 likes · 6 min read
Mastering DHCP on CentOS: Theory, Configuration, and Hands‑On Setup
Open Source Linux
Open Source Linux
Feb 19, 2025 · Operations

Master Linux Network Management with the Powerful ip Command

This article provides a comprehensive guide to the Linux ip command, covering its syntax, how to view and configure network interfaces, manage IP addresses, routes, VLANs, and ARP entries, enabling users to efficiently administer and troubleshoot network settings.

System Administrationip commandnetwork
0 likes · 6 min read
Master Linux Network Management with the Powerful ip Command
Open Source Linux
Open Source Linux
Sep 4, 2024 · Operations

How to Configure IPv6 Addresses on Ubuntu: Step-by-Step Guide

Learn how to enable and configure IPv6 on Ubuntu, covering its benefits, checking interface support, editing Netplan or legacy network files, setting static addresses, applying changes, and verifying the configuration with practical command examples.

IPv6LinuxNetplan
0 likes · 7 min read
How to Configure IPv6 Addresses on Ubuntu: Step-by-Step Guide
Liangxu Linux
Liangxu Linux
Sep 1, 2024 · Operations

How to Add Custom Policy Routing for Multiple NICs on Linux

This guide explains how to configure additional routing rules for a second network interface on Linux by creating a new policy routing table, adding specific routes and rules with iproute2 commands, and verifying that traffic uses the intended NIC.

LinuxPolicy Routingifconfig
0 likes · 7 min read
How to Add Custom Policy Routing for Multiple NICs on Linux
Open Source Linux
Open Source Linux
May 21, 2024 · Operations

Set Up CentOS 7 VM, Configure IP, Install JDK, MySQL, Tomcat & Auto-Start

This guide walks through importing a CentOS 7 virtual machine in VMware, configuring network settings (dynamic or static IP), resolving common issues, then installing and configuring JDK 1.8, MySQL 5.7, and Tomcat 8.5, and finally creating systemd services for automatic startup of Java applications.

CentOSJDKSystemd
0 likes · 14 min read
Set Up CentOS 7 VM, Configure IP, Install JDK, MySQL, Tomcat & Auto-Start
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Aug 15, 2023 · Artificial Intelligence

Neural Networks for Rapid Network Configuration: A Concise Overview

The article presents a neural‑algorithmic reasoning approach that replaces slow SMT‑based network configuration tools with a graph‑neural‑network model, describing dataset creation, model architecture, and experiments that show 20‑to‑490× speedups while maintaining over 92% configuration consistency on large topologies.

Graph Neural NetworkNetwork SynthesisSMT
0 likes · 5 min read
Neural Networks for Rapid Network Configuration: A Concise Overview
Open Source Linux
Open Source Linux
Aug 23, 2022 · Operations

Isolating Users in the Same VLAN and Enabling Partial VLAN Connectivity

This guide walks through three practical scenarios for VLAN isolation: using port isolation to separate users within the same VLAN, employing MUX VLAN to achieve selective inter‑VLAN communication and isolation, and applying ACL‑based flow policies to block specific VLANs or individual users while preserving overall connectivity.

Flow PolicyMUX VLANPort Isolation
0 likes · 8 min read
Isolating Users in the Same VLAN and Enabling Partial VLAN Connectivity
ShiZhen AI
ShiZhen AI
Jun 23, 2022 · Backend Development

How Kafka Clients Choose the Correct Listener in Multi‑Network Environments

This article explains how a Kafka client determines which broker listener to use when a cluster has multiple listeners, detailing the metadata update flow, server‑side filtering by listener name, and the impact of mixed listener names in the bootstrap.servers list.

Bootstrap ServersKafkaListeners
0 likes · 9 min read
How Kafka Clients Choose the Correct Listener in Multi‑Network Environments
YunZhu Net Technology Team
YunZhu Net Technology Team
Jan 7, 2022 · Operations

Huawei DSVPN Solution: Architecture, Configuration Steps, and Validation

This article explains the limitations of traditional IPSec VPNs for growing enterprises, introduces Huawei's DSVPN dynamic VPN technology, provides detailed configuration procedures for Hub and Spoke devices—including interface, routing, firewall, and security policies—and demonstrates verification of end‑to‑end connectivity.

DSVPNDynamic VPNHuawei
0 likes · 14 min read
Huawei DSVPN Solution: Architecture, Configuration Steps, and Validation
UCloud Tech
UCloud Tech
Jun 23, 2021 · Operations

Hands‑On DR Mode LVS Load Balancing with Keepalived: Step‑by‑Step Guide

This article walks through a practical setup of LVS DR mode load balancing on four UCloud servers, covering network configuration, ARP tweaks, ipvsadm rules, VIP assignment, troubleshooting steps, and implementing high‑availability with Keepalived, complete with command examples and visual screenshots.

DR ModeLVSipvsadm
0 likes · 10 min read
Hands‑On DR Mode LVS Load Balancing with Keepalived: Step‑by‑Step Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 25, 2021 · Fundamentals

Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods

This article explains how to configure Linux network interfaces, interpret configuration files, set up DNS and hosts, understand routing (static and dynamic), examine IP and MAC header structures, apply CIDR subnetting, differentiate private and public addresses, and choose common virtual networking methods such as bridge, NAT, and host‑only.

LinuxMacRouting
0 likes · 16 min read
Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods
FunTester
FunTester
Mar 31, 2021 · Backend Development

Resolving Slow Java Application Startup on macOS Caused by a JDK getLocalHost Bug

The article describes a macOS JDK bug where calls to java.net.InetAddress.getLocalHost() cause a 5‑second (or longer) delay during application startup, explains the investigation steps, and provides three practical fixes including hosts file modification, interface aliasing, and JDK upgrade.

Java buglog4j2macOS
0 likes · 7 min read
Resolving Slow Java Application Startup on macOS Caused by a JDK getLocalHost Bug
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 1, 2021 · Fundamentals

Configuring Linux Network, Routing, and IP Fundamentals

This article explains how to configure Linux network settings, describes the contents of key configuration files such as ifcfg, /etc/resolv.conf, and /etc/hosts, and introduces routing concepts, static and dynamic routes, gateways, IP/MAC headers, CIDR, and common virtual networking methods.

LinuxMacRouting
0 likes · 17 min read
Configuring Linux Network, Routing, and IP Fundamentals
Liangxu Linux
Liangxu Linux
Aug 2, 2020 · Fundamentals

Quick Guide: Set a Fixed IP on Ubuntu via System Settings

This tutorial explains why a changing desktop IP can disrupt mouse‑sharing tools and walks you through checking the current network settings, recording the IPv4 address, gateway, mask and DNS, and then configuring a static IP (e.g., 192.168.0.210) in Ubuntu’s Network settings, ending with applying the changes and rebooting.

LinuxStatic IPTutorial
0 likes · 3 min read
Quick Guide: Set a Fixed IP on Ubuntu via System Settings
dbaplus Community
dbaplus Community
Jul 6, 2020 · Databases

How to Enable IPv6 on Oracle 19c: A Step‑by‑Step Guide

This tutorial walks through verifying IPv6 support on Red Hat 7.6, configuring a static IPv6 address, updating the Oracle 19c listener for IPv6, restarting services, and confirming connectivity, providing concrete commands, configuration snippets, and screenshots for a RAC environment.

DatabaseIPv6Linux
0 likes · 5 min read
How to Enable IPv6 on Oracle 19c: A Step‑by‑Step Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 18, 2020 · Operations

Comprehensive Guide to Setting Up a VMware Virtual Machine with CentOS 7.8 and Network Configuration

This article provides a step‑by‑step tutorial on installing VMware Workstation, creating a CentOS 7.8 virtual machine, configuring bridge and NAT networking, adjusting network scripts, installing Java, deploying services, and troubleshooting firewall settings to enable a fully functional test environment.

Bridge ModeCentOSLinux
0 likes · 9 min read
Comprehensive Guide to Setting Up a VMware Virtual Machine with CentOS 7.8 and Network Configuration
Tencent Cloud Developer
Tencent Cloud Developer
Jan 8, 2020 · Cloud Computing

Tencent Cloud CDN IPv6 Architecture and Configuration Guide

The guide explains Tencent Cloud CDN’s dual‑stack IPv6 architecture and walks users through adding an accelerated domain, enabling IPv6, configuring the origin server, creating the required CNAME record, and verifying both back‑to‑origin and public IPv6 access using command‑line tests, while noting the feature’s trial status.

CDNCloud ComputingIPv6
0 likes · 5 min read
Tencent Cloud CDN IPv6 Architecture and Configuration Guide
Tencent Cloud Developer
Tencent Cloud Developer
Dec 13, 2019 · Cloud Computing

Tencent Cloud IPv6 Load Balancing Setup Guide

This guide walks you through configuring an IPv6 VPC, assigning addresses to cloud servers, deploying Nginx, creating an IPv6 Cloud Load Balancer with listeners, adding AAAA and A DNS records, and testing the setup on Tencent Cloud’s supported regions.

CLBCloud ComputingIPv6
0 likes · 10 min read
Tencent Cloud IPv6 Load Balancing Setup Guide
DevOps Cloud Academy
DevOps Cloud Academy
Aug 9, 2019 · Operations

Guide to Cisco Switch Configuration Commands and Modes

This article explains the different Cisco device configuration modes—user, privileged, global, and interface—provides command examples for setting hostnames, viewing version and MAC tables, and configuring duplex and speed settings on switch ports, illustrated with screenshots.

CLICiscoDuplex
0 likes · 3 min read
Guide to Cisco Switch Configuration Commands and Modes
Practical DevOps Architecture
Practical DevOps Architecture
Jul 25, 2019 · Operations

Configuring PPPoE Access on a USG Firewall

This guide details step‑by‑step configuration of a USG firewall to act as a PPPoE client, covering VLAN interface setup, DHCP server, NAT, security zones, DNS proxy, static routing, and verification commands to ensure Internet connectivity for a LAN.

DHCPNATPPPoE
0 likes · 9 min read
Configuring PPPoE Access on a USG Firewall
MaGe Linux Operations
MaGe Linux Operations
Jul 2, 2019 · Operations

Three Simple Ways to Configure DNS on a Linux Machine

This guide explains three practical methods for setting up DNS resolution on Linux—editing the local hosts file, modifying the system's resolv.conf, and configuring network interface files—along with the precedence order and necessary service restarts.

DNSSystem Administrationhosts file
0 likes · 3 min read
Three Simple Ways to Configure DNS on a Linux Machine
MaGe Linux Operations
MaGe Linux Operations
Nov 22, 2017 · Operations

Master Linux Networking: Using the ip Command to Manage Interfaces, Routes, and Stats

This guide explains how to use the powerful Linux ip command—replacing ifconfig—to configure IP addresses, manage routing tables, view network statistics, monitor netlink messages, handle ARP entries, and control interfaces, with practical examples and code snippets for system administrators and developers.

System Administrationip commandnetwork configuration
0 likes · 7 min read
Master Linux Networking: Using the ip Command to Manage Interfaces, Routes, and Stats
Tencent Cloud Developer
Tencent Cloud Developer
Feb 21, 2017 · Databases

Building SQL Cluster on Tencent Cloud: Step-by-Step Configuration Guide

This step‑by‑step guide walks readers through securely building a four‑node SQL Server Failover Cluster on Tencent Cloud—covering jump‑server setup, domain controller and storage gateway configuration, AD account creation, internal CLB and DNS setup, network and iSCSI storage configuration, CSV and quorum settings, and final failover verification.

Failover ClusterSQL ClusterSystem Administration
0 likes · 5 min read
Building SQL Cluster on Tencent Cloud: Step-by-Step Configuration Guide
Practical DevOps Architecture
Practical DevOps Architecture
Jul 13, 2016 · Operations

Configuring Huawei Router to Connect LAN to Internet via ADSL Modem Using PPPoE and RADIUS

This guide details the step‑by‑step configuration of a Huawei router (RouterA) to access the Internet through an ADSL modem using PPPoE client mode, and the setup of a second router (RouterB) as a PPPoE server with RADIUS authentication, including necessary interface, routing, and NAT settings for a small‑business LAN.

HuaweiPPPoERADIUS
0 likes · 6 min read
Configuring Huawei Router to Connect LAN to Internet via ADSL Modem Using PPPoE and RADIUS
ITPUB
ITPUB
Apr 26, 2016 · Databases

Fix SQL Server Availability Group Listener IP Errors and Configure Network Ports

Learn how to verify network connectivity, open required ports, add a listener IP in SQL Server Management Studio, configure subnet settings, adjust failover cluster properties, and resolve the SQL Server error 19456 that prevents an availability group listener from binding to an IP address.

Availability GroupError 19456Listener IP
0 likes · 4 min read
Fix SQL Server Availability Group Listener IP Errors and Configure Network Ports
Practical DevOps Architecture
Practical DevOps Architecture
May 11, 2015 · Operations

Configuring L2TP VPN on Huawei Devices

This guide provides a step‑by‑step configuration for setting up an L2TP VPN on Huawei equipment, covering ACL rules, IP pools, user authentication, interface settings, virtual templates, PPP parameters, static routing, and related commands.

HuaweiL2TPVPN
0 likes · 2 min read
Configuring L2TP VPN on Huawei Devices