Implementing ECDSA/RSA Dual Certificate with Free Let's Encrypt
The software source that comes with Ubuntu 16.04.01 is Nginx 1.10.0, but there are bugs in the HTTP/2 module of this version of Nginx, [see here for details](https://imququ.com/post/nginx-http2 -post-bug.html). Now Nginx 1.12 Stable has been launched, just install the Stable version directly. Update 2018-06: If you are using Ubuntu 18.04 or later, the..
Read moreHow to configure for pure IPv6-Only network access
On May 4 this year, Apple began to require new applications to support IPv6 DNS64/NAT64 networks, which means that Apple began to push IPv6 networks, on Apple’s official website has introduced some advantages of IPv6, mainly to be more friendly to mobile networks, And can improve some performance, reduce some transmission overhead. Recently, I have al..
Read moreSelf-built PowerDNS GeoDNS Server
Lately I’ve grown more and more into building things myself, like GitLab. Today, I changed the DNS server to a self-built one, and shared my experience (PS: Now in order to realize the root domain CDN, I used Route 53 instead): The self-built DNS in this article refers to the authoritative DNS, that is, the DNS configured for your own domain name, not the ..
Read moreInstall GitLab on Your Own Server Instead of GitHub!
Most of the code, configuration files, etc. deployed on my server are version controlled using Git. In order to be more convenient to use and configure, a whole system is usually used for management. Obviously, in some code and configuration files, there will be some confidential content, such as some keys, so it must not be disclosed. Although GitHub.com ..
Read moreA Few WordPress Optimization Suggestions
WordPress is the most popular content management system out there, and this site uses it. But for a fresh installation of WordPress, its performance is not very high, and when the traffic to the website suddenly increases, it is very important to optimize the performance. By implementing the following solutions, you can greatly improve the speed of WordPre..
Read moreSeveral recommended plugins for WordPress
EWWW Image OptimizerLossless and lossy compression of JPEG and PNG images, support for compressing existing images, can speed up the loading of images for visitors. Also supports progressive loading of JPEG. Under normal circumstances, when the network speed is low, the picture is loaded bit by bit from top to bottom, but with progressive loading, the low-..
Read moreUsing Matomo with WordPress to Build a Powerful Statistics System
Before it can be used together, Matomo (formerly Piwik) needs to be installed first. Go to Matomo’s official website to download the package, and then extract it to the server. Of course, it is better if your server supports one-click installation of Matomo. A PHP environment and MySQL database are required. Just follow the steps to install. It is best to ..
Read moreWhy use a CDN service?
A CDN (Content Delivery Network) is a website service that allows users to fetch static content (especially images, video, audio, CSS, and JavaScript) from the closest servers around, spread across the world as much as possible. A CDN network, to put it bluntly, is a bunch of proxy servers that automatically cache. So, what are the benefits of using a CDN?..
Read moreThe pros and cons of static web pages
Static web pages, that is, pure HTML web pages, each page in the blog is a .html file. First of all, there is a misunderstanding here. Some people think that static web pages cannot be easily updated. In fact, static web pages can be easily updated. With the help of static web page generators, updating them is not complicated. When it needs to update an ar..
Read moreHTTPS Everywhere is Coming
HTTPS is a network security transmission protocol. The URL starts with https://, which means that this protocol is used. Apple’s latest mobile operating system, iOS 9, not only brings many new features, but also improves the security of the entire system, as [iOS developer resources](https://developer.apple.com/library/ prerelease/ios/releasenote..
Read more