When many people think of statistics, they are limited to Google Analytics, Baidu Statistics, webmaster statistics, etc. These types of statistics are systems developed by third-party companies such as search engines. Naturally, they are useless in terms of functionality and ease of use, but the only One problem is that statistical data is stored on a third-party server, which poses certain risks for some websites with strong confidentiality.
How to apply for free VPS hosting with VirtualMaster and Dply.co - with VPS performance and speed evaluation
I didn’t have much expectations for free VPS hosting. After all, I have used free VPS such as Amazon, GCP, and Microsoft Azure before. In addition to the troublesome application process, the most important thing is that it also requires credit card verification. The AWS account I used before was charged because of the credit card. The account was suspended due to non-payment. However, a friend recently left a message saying that there are two free VPSs that are worth using.
How to obtain a free .edu email address - Use an education email address to obtain a summary list of free VPS domain name software
The free .edu email has always been wanted by many people. The reason is that there are many paid resources abroad, such as VPS hosts, domain names, software, etc., which are provided to students for free. The way to verify students is basically to have an educational email. That’s it. Earlier, domestic .edu.cn email addresses could also be used to apply for foreign space and domain names, but now you may need to upload documents.
LNMP 1.6 installation and use - automatically turn on TLS 1.3 and support PHP 7.3MariaDB 10.3
LNMP is a very classic one-click installation package for Nginx/MySQL/PHP and other web environments. It supports Nginx, Apache or front-end Nginx + back-end Apache. It supports multiple PHP versions (currently PHP 7.3 can be installed) and common caching components such as Redis/Xcache. Install.
Caddy is the easiest to use Web Server - automated HTTPS one-minute deployment of website disks
Caddy server (or Caddy Web) is an open source web server written in GoLang and supports HTTP/2. It uses the GoLang standard library to provide HTTP functionality. A notable feature of Caddy is that HTTPS is enabled by default. It is the first web server to provide HTTPS features without additional configuration.
Linux Crontab command scheduled task basic syntax and operation tutorial-VPS/Server Automation
Crontab is a commonly used scheduled execution tool under Unix/Linux systems, which can run specified jobs without manual intervention. Many times we have to use the Crontab command. For example, the acme.sh script mentioned in the Let’s Encrypt Wildcard free domain name SSL certificate uses the Crontab scheduled task to update the SSL certificate.