Learning - Zero Nine Blog

ZeroTier is an easy-to-use virtual local area network (VPN) tool that can be used to establish secure P2P connections between different devices. The following is how to install and configure ZeroTier networking on Ubuntu: 1 To install ZeroTier, the official installation package is provided

March 15, 2025 0 comments 378 points heat 1 person likes Gcod read the whole passage

Recently, many IT administrators found that after upgrading to Windows 11 24H2, telecommuting suddenly became extremely difficult - the system's built-in remote desktop function frequently went on strike! Whether connecting enterprise physical machines or virtual machines, users frequently encounter screen freeze, progress bar jam, and even

February 23, 2025 0 comments 1076 point heat 0 likes Gcod read the whole passage

When I woke up, the sky collapsed, and there was a problem with synching. This article recorded some common problems for future generations~Question 1: folder marker missing Solution: create a new. stfolder folder in the synching folder Problem 2: Slow synchronization of files Solution: If the device

February 17, 2025 0 comments 294 point heat 0 likes Gcod read the whole passage

Zero, Preface. Using Cloudflare's Email Routing to receive emails, and adding a custom email address to Gmail to send emails should be a popular personal domain name email strategy some time ago. However, there will be a problem that the recipient can't verify the identity of the sender when Gmail sends a message, thus

January 4, 2025 0 comments 655 point heat 0 likes Gcod read the whole passage

Summary Table Name IPv4 IPv6 DNSPod 119.29.29.29 2402:4e00:: AliDNS 223.5.5.5 223.6.6.6 2400:3200::1 2400:3200:baba::1 BaiduDNS 180.76.76.76 2400:da00::6666 360DNS 101.226.4.6 218.30.118.6 123.125 …

January 3, 2025 0 comments 674 points heat 0 likes Gcod read the whole passage

Take HTTP redirected HTTPS for example: 301 Moved Permanently: This method redirects all HTTP requests to HTTPS, and the redirection is permanent. After receiving the 301 response, the client will automatically convert the HTTP request to a GET request and modify the request address

October 19, 2024 0 comments 790 point heat 0 likes Gcod read the whole passage

When using Nginx as a reverse proxy server, it is often necessary to forward requests to other servers. In Nginx configuration, the proxy_pass instruction is a key instruction used to specify the request forwarding target. However, sometimes you may encounter DNS resolution with the target server

February 20, 2024 0 comments 2080 point heat 0 likes Gcod read the whole passage

In the Windows environment, if you want to automatically synchronize local files to remote FTP/SFTP servers, don't foolishly write bat. It is inefficient and takes time. Alas, it is still too young. Now you have found that WinSCP is powerful .. The operation steps are as follows: 1. winscp connects to the target service

November 10, 2023 0 comments 2492 point heat 0 likes Gcod read the whole passage

1. Add version number information to static resources referenced by the page, such as old xx. js? Version=1.0 New xx. js? Version=2.0 2. Add the following in the html header of the page head <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv …

October 29, 2023 0 comments 1922 point heat 2 people like Gcod read the whole passage