Monthly Archive: January 2020

How to do website backup using lftp

This article is about using the lftp command line for backup of website data. Of course, if you are backing up data to another VPS or server, rsync backup is recommended, but if you...

Microsoft may remove Focus Inbox in Windows 10 Mail app

Focus Inbox is a key feature introduced by Microsoft on the entire platform. This feature uses machine learning algorithms to automatically read email content and learn user habits. When a message is considered important,...

Top 10 most useful Linux commands

In this post, I list some of the most basic but most useful Linux commands for Linux novices. You can type these commands to manage your server. These commands are the easiest for beginners...

How to delete regularly expired files in Linux

When managing files under Linux, we usually have the need to periodically delete expired files. For example, periodically delete log files that exceed a specified time. Otherwise, the longer it takes, the more space...

How to change MySQL password

Changing the MySQL password often needed to manage web servers. The MySQL administrator account is root by default, and the password is blank. mysqladmin command to change the root password If you have never...

How to custom 404 page on Nginx

Customizing the nginx 404 error page is a detail to improve the user experience. You can set the error page for each site separately, or you can set a global 404 page. To custom...