Category: Articles

Computer (3)
Open Source (310)
Security (29)
Server (5)

How to Choose a Linux Web Server: Nginx vs. Apache

The rapid rise in Nginx’s popularity alongside Apache’s steady decline in web server market share has sparked a lot of speculation, with many industry professionals believing this trend will make solution selection in new deployment workflows much clearer. In fact, I’ve recently been busy with a fairly large-scale server setup project …

How to Set Up External Data Calls for Discuz! X Sites

Many webmasters using platforms other than Discuz! want to pull Discuz! program data into their other sites, but struggle with how to configure it. Let me walk you through the setup. First, let’s take a look at the result: you can tweak and modify the styles here yourself. 1. Backend > Portal > Module Management 2. …

Replace the Default PHPCMS CKEditor with KindEditor

Recently while studying phpcms, I found the default editor not very user-friendly. I personally don’t prefer CKEditor; I like the domestic lightweight KindEditor more. After researching, I decided to replace it. Tested successfully with local UTF-8, GBK not tested. Anyone interested can give it a try – the method is the same! Let me show the effect first

PHPCMS V9 Static HTML Generation Settings and URL Rule Optimization

Recently, a client asked specifically about how to configure static and pseudo-static URLs in PHPCMS V9 during website optimization. CMSYOU recalled having previously shared “PHPCMS Custom URL Rule Techniques,” but that was only the theory. Today, here we are sharing practical step-by-step instructions from a user’s perspective…

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 …

ARP Attack Detection and Solution Summary

ARP attacks primarily occur within local area networks (LANs). If one computer on a LAN is infected with an ARP trojan, that compromised system will attempt to intercept communication data from other computers on the same network through “ARP spoofing,” thereby disrupting the connections of other machines on the network …

Windows Password Extraction Tool Mimikatz 2.0 Released

Just borrow a computer and you can easily grab the passwords…… “Goddess, may I borrow your computer for a moment?” This is something all the pros know about, a common tool for penetration testing. A lightweight debugger written by a badass French developer that helps security testers capture Windows passwords. mimik …