Aptoide TV: Free Alternative App Store for Android TVs and Set-Top Boxes

Aptoide TV Aptoide TV The independent app store for Android TV and set-top boxes. All free apps, without any restrictions! Aptoide TV brings you an app store that offers content with a rich user experience and optimized for large-screen devices like HDTVs. Yes, this means you can use Aptoide not only in your mobile device, but also from the comfort of your…

Install the latest version of Nginx on Centos8

The built-in nginx version in the default software repository of CentOS8 is 1.14.1. Recently, a scan prompts that it needs to be upgraded to version 1.17.7 or above. The following describes how to install the latest version of nginx and install a specific Nginx version.

Centos junk log cleaning /var/log/journal/

The journal will take up about 3G of disk space on the system. If your disk is large enough and you need to view related logs, you can choose not to delete them. If it is a VPS or other host with a small hard disk, it is recommended to delete the junk log files.

Xmanager Power Suite v7.0 Chinese cracked version

Xmanager Power Suite 7 is a complete integrated remote service suite, mainly composed of four parts: Xmanager, Xshell, Xftp and Xlpd. You can find the corresponding components to run in the main interface. For example, when you need to manage SSH, you can open Xshell, when you need to upload data, you can open Xftp, and when you need to print remotely, you can use Xlpd. It has many built-in functions and powerful interoperability to achieve the highest productivity.

Nginx enables Gzip compression

Enable Gzip compression for your website, effectively save 30% traffic and improve access speed! Gzip is a technology for website compression acceleration. After it is enabled, it can speed up the opening speed of our website. The principle is that after the server compresses, the client browser quickly decompresses it, which can greatly reduce the website traffic. After Nginx enables the Gzip compression function, it will greatly improve nginx access performance!

Add server virtual memory SWAP under Linux system

Swap is similar to the virtual memory of Windows, but the difference is that Windows can be set under any drive letter of Windows, and the default is C drive, and can be placed in the same partition as the system files. Linux, on the other hand, occupies an independent partition, which is convenient for putting part of the content in the swap partition when the memory demand is insufficient, and continue to execute when there is free memory, also called swap partition, and swap space is part of it.