Category: Articles

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

If You Love Python, Please Use Python 3

I just saw another discussion on Zhihu about whether one should use Python 2 or Python 3, and a thought flashed through my mind 鈥?I suddenly realized that I had almost done a disservice to such an excellent language. Ever since the summer break, I’ve been learning Python. I initially spent over ten days going through Learn Pyt …

10 Best Free Open Source Online Store Systems

There are many free, open-source e-commerce platforms available. Here, I’ll introduce the 10 best ones. Each system has its own strengths and weaknesses, and caters to slightly different audiences. 1. Magento Just take a look at Magento’s client list and you’ll know how outstanding this platform is. Samsung, The North Fac …

A Roundup of Several Great Open-Source E-Commerce Systems

Amazon founder Jeff Bezos once said, “In the real world, the most powerful weapon for a store is location, location, location, while for us, the three most important things are technology, technology, technology.” It goes without saying that if you want to enter e-commerce, the e-commerce system…

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 …