Category: Open Source

DNS Resolution Server – OpenerDNS

OpenerDNS is a “fast, secure, and free” DNS resolution server available to everyday internet users in China. Still using Google DNS or OpenDNS? Still constantly editing your hosts file? Switch over now to: OpenerDNS Address: 42.120.21.30

Why use Open …

Key Changes in RHEL/CentOS 7.x

Note: RHEL 7 and CentOS 7 have been out for a while now. Let’s take some time to study them. Compared to the 6 and 5 series, several areas have changed significantly, which might take some getting used to. Below is a brief overview of the major changes:

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…