Category: Open Source

How to Fix DNS Pollution with DNSCrypt

DNSCrypt is an encrypted DNS tool released by OpenDNS that encrypts DNS traffic and blocks common DNS attacks such as replay attacks, observation attacks, timing attacks, man-in-the-middle attacks, and resolver forgery attacks. DNSCrypt supports Mac OS and Windows, making it an excellent tool for preventing DNS poisoning. DNSCrypt …

Qiniu: Using Mirror Storage and qrsync Data Synchronization

Does your mirror storage service offer any special features compared to traditional CDNs? External domain – Qiniu domain – Origin domain. I’d like to know if there will be any conflicts between automatically syncing my website’s server data to Qiniu and using the mirror service. How much can access speed and response time be improved …

How to Call Discuz!X Forum Data from PHPCMS v9

After about a month of exploring PHPCMS v9, I have a general understanding of its features. Before building the site, I planned to integrate DZ X1.5. I found methods for synchronization in forums, but got little help on calling forum posts – probably because it’s too simple for anyone to write about. So I’ll organize it here

Using Memcache in PHPCMS v9

PHPCMS v9 is powerful indeed, but some built-in cache configuration methods lack clear tutorials, such as the memcache class.

PHPCMS has this cache built-in, but I never knew how to enable it.After tinkering all night, I wanted to configure PHPCMS’s setcache and getcache methods to dynamically switch cache types …

dstat Monitoring Tool in Linux Terminal

dstat is a versatile replacement for commands like vmstat, iostat, netstat, and ifstat. It overcomes their limitations while adding extra features, more monitoring items, and greater flexibility. dstat makes it easy to monitor system performance and is ideal for benchmarking and troub…