Focus on cloud service provider activities
Notes on website operation and maintenance

Tools Resources

 How Windows modifies DNS default values to improve resolution speed (Win11) | Lao Zuo's notes

Windows can improve resolution speed by modifying DNS default values (Win11)

Do we find that the speed of visiting some websites is slow? This is because the local default DNS is not set, but the default empty DNS is used. Here we can modify the DNS with better resolution to solve this problem. For example, we can set AliCloud, 114 and other DNS. Here is a simple record of how to find DNS modification options in WIN 11

 Introduction to five commonly used host WEB software engines | Lao Zuo's notes

Introduction to five commonly used host WEB software engines

When we choose traditional virtual hosts or ECS servers to configure WEB software, we usually see more Apache or Nginx engines. But in fact, there are many third-party engines that can be used. Here, five commonly used WEB engine software are introduced. 1. Apache is the most popular driver

 SQLite3 and MySQL Database Features and Differences | Lao Zuo's Notes

SQLite3 and MySQL Database Features and Differences

Whether we are using databases for business or daily performance comparison database selection, it is inevitable to see SQLite3 and MySQL databases. In fact, we use more of the latter. After all, there are more network wide document resources and program resources provided, but SQLite3 also has its own characteristics. In this article we

 Sorting out the functions that 10 Gits can achieve | Lao Zuo's notes

Sorting out the functions that can be realized by 10 Gits

Git is a powerful version control tool, which can help developers manage code versions, track every code change, and improve the efficiency of team collaboration. Let's discuss in detail what functions Git can achieve. 1. Version control: This is the core function of Git. Every time a developer makes changes to the code, Git can record

 Which is better, java or python? Compare the differences between java and python in five aspects | Lao Zuo's notes

Which is better, java or python? Compare the differences between java and python in five aspects

Java and Python have their own characteristics, and which is better depends on the actual requirements and scenarios. In general, Python is more concise and efficient, and more suitable for data analysis and other scenarios, while Java is more commonly used in large-scale enterprise application development. 1. Syntax and ease of use Java syntax is relatively strict and complex, requiring more

 Sorting out the charging standards of shopify, a third-party website platform for foreign trade | Lao Zuo's notes

Sort out the charging standards of shopify, a third-party website platform for foreign trade

If some of our friends are working on foreign trade e-commerce websites, they should know the shopify platform. This platform provides convenient self-service website building services. We can directly and visually deploy websites and B2C related tools. Merchants can provide various materials and templates suitable for business purposes. It allows individuals and businesses to set up and manage their own online stores to sell

 The difference between XShell free version and commercial paid version | Lao Zuo's notes

The difference between XShell free version and commercial paid version

SSH tools are indispensable for us to maintain ECS and independent servers. Here, many of our friends will use XShell tools with good looks. Of course, the most important thing is to provide a free version. We can choose the free version when downloading, which is free for families and students. At the same time, we can also choose

 5118 Recommended keyword mining tools | Lao Zuo's notes

5118 Recommendation of keyword mining tools

Today, when we do website or We Media business, we need to maintain the content with goals, especially for graphic content, we need to find the keywords with traffic. Keyword mining is indispensable here. For example, we can mine words for a certain industry or target websites of peers. 5118 keyword mining tools can be used here. Here we can see

 Record the process of modifying Windows DNS | Lao Zuo's notes

Record the process of modifying Windows DNS

Sometimes when we use the Win system or the Win server, the speed may not be ideal due to the local DNS problem. Here we need to modify the local DNS. The specific process is as follows: 1. The method of modifying DNS domain name server in Windows system is very simple. First, open Windows Settings, select Network

 Reasons and solutions for the failure of PHPStudy Apache to start | Lao Zuo's notes

Reasons and solutions for failure to start PHP Studio Apache

For most of our Win client users, PHP Studio software is still used to debug PHP programs locally. However, there may be some problems in use. For example, you often encounter the problem that Apache cannot start. This may be caused by a port conflict. We need to check the following details.   1、...

 Inventory WordPress Block Editor Command Shortcut Keys Efficient Use of Open Source CMS | Lao Zuo's Notes

Inventory WordPress Block Editor Command Shortcut Keys Efficient Use of Open Source CMS

There is no doubt that WordPress is one of the mainstream open source CMS programs. According to official statistics, more than one third of the websites in the world use WP. We see that there are many practical WPs around and on our own websites. The Gutenberg block editor used by WP now is relatively easy to use. If we want to use high efficiency, we still need to use their shortcut

 What are the code management tools? These 7 familiar code management tools | Lao Zuo's notes

What are the code management tools? These 7 familiar code management tools

For our friends in program development, having a good code management tool can improve work efficiency and collaboration efficiency. Which code management tool do we usually use? Like GIT or something else? Here Lao Zuo collates 7 commonly used code management tools to see what their characteristics are. 1. Git Git is the most popular distributed version at present