Category: Articles

Computer (3)
Open Source (313)
Security (30)
Server (5)

Complete DNS Guide

Alibaba Public DNS: 223.5.5.5223.6.6.6 Universal DNS for Mobile, Telecom, and Unicom:114.114.114.114114.114.114.115 Google DNS Server:8.8.8.88.8.4.4 IBM DNS Server:9.9.9.9 Baidu DNS Server:180.76.76.76 DNSPod (Public DNS):119. …

How to Install SSHFS for File Sharing

Machine A 192.168.1.101
Machine B 192.168.1.102

Run the following commands on both machines:
mkdir -p /xvdb/elasticsearch/backup
chmod -R 777 /xvdb/elasticsearch/backup

(Here, Machine A mounts the /xvdb/elasticsearch/backu from Machine B …

How to Fix High CPU Usage on BandwagonHost

BandwagonHost High CPU Usage Fix: CPU processes causing prolonged high CPU usage — in this situation, simply terminate the corresponding process.

Due to high CPU usage, server's CPU clock is currently being limited. Once load is reduc …

Fix for Zentao Migration Issues

After migrating to another machine and updating the MySQL password, an error still occurs, as shown below:

Class 'commonModel' not found in C:/zentao/xampp/zentaopro/tmp/model/common.php on line 4 when visiting

How to Fix:

Delete the tmp/ …

How to Set Up FRP for Windows: The Ultimate Intranet Penetration Tool

Note: Intranet penetration requires a public server (Linux or Windows) as the proxy. Request flow: Local Machine -> Remote Proxy -> Remote Intranet Machine (or the local machine can also act as the remote intranet machine).
Return flow: Remote Intranet Machine -> Remote Proxy -> Local Machine.
Test Environment: Server: 211.159.16.x intranet client, testing …

ZeroTier NAT Traversal Guide

ZeroTier is an incredibly simple and easy-to-use intranet tunneling tool that requires no configuration to set up a virtual local area network (VLAN). It allows you to connect back to your computers at home, school, or the office from outside to access files and data. Its configuration and usage are both extremely straightforward, making it truly a “zero-config, zero-foundation” tool that even beginners can master.

First …