Xrea is a free hosting product owned by Japan's GMO Internet Inc. It has provided free services for more than ten years. Many people may not have heard of GMO Internet Inc, but I believe most people have used its Z.com server, value-domain domain name resolution, ConoHa.jp hosting and other products. They are cheap and support Alipay payment.
Piwik (Matomo) free and open source PHP statistics system - easy to install and powerful, comparable to Google statistics
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.
The whole process of Paypal withdrawal to domestic banks through Payoneer - New Paypal balance withdrawal method
It has always been inconvenient to withdraw Paypal balances to domestic banks. The official method has always been wire transfer. Unfortunately, the handling fee is too expensive. Regardless of whether it is successful or not, Paypal charges a handling fee of US$35 for a single wire transfer to the country. In China, different banks may charge additional fees.
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.
Website blocking and blocking IP access settings for specific regions and countries - PHP code/Nginx/WordPress settings
There are many friends who have built foreign trade websites who want to restrict their websites from being accessed by domestic IPs. There are also some friends whose websites store resources that need to be blocked from specific IPs for various reasons. Some friends have seen attacks. Most of the source IPs come from abroad, and you want to prevent foreign IPs from accessing the website.
VPS host and server security protection: SSH port modification, whitelist addition, key login only
Recently, when a friend was using his Yunfu host, he discovered that SSH has been violently scanned by others. Although the SSH account and password have never been guessed, if someone keeps staring at him, something will happen sooner or later. I helped him set up an S-S-H login whitelist, which only allows login access from his own IP, and rejects all other IPs.
Five security tips for using a free VPS control panel – don’t let hackers take advantage
For new VPS hosting website builders, I always recommend using the VPS hosting control panel. There are many free VPS host control panels on the market now. Many friends who have just transitioned from virtual hosts to VPS are not very familiar with the commands. The VPS host control panel is easy to use and can greatly improve work efficiency.
Basic ideas for VPS host attack defense against CC and DDOS - anti-scanning firewall blocking strategy
More and more people are using VPS hosts to build websites, but compared with virtual hosts or managed servers, personal VPS hosts are basically unmanaged. That is, the host provider is only responsible for the smooth network of the VPS host. As for technical issues You have to figure it out on your own. In the past, the VPS hosts used by Alibaba Cloud were often attacked by CC and DDOS. Basically, every time they were attacked, they would enter Alibaba Cloud's "black hole".
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.