2019年11月11日
I often play Sudoku in my leisure time as a form of relaxation. My usual method involves eliminating duplicates and filling in unique numbers first, then proceeding step by step. However, it’s inevitable to guess numbers and adjust based on feedback. So, is there a better algorithm to solve Sudoku puzzles? Here, I will use the backtracking method in Python to solve 9x9 expert-level Sudoku puzzles.……
阅读全文
2019年11月2日
I recently set up a CentOS 8 virtual machine to experience the latest CentOS system, allocating 127GB of space. Due to actual needs, I found that the /home partition had tens of gigabytes of space.……
阅读全文
2019年11月1日
Both China Telecom and CERNET support IPv6, but router configurations often go wrong. This article explains how to set up a K2 router with Padavan firmware to ensure all hosts under the router have IPv6.……
阅读全文
2019年10月24日
Today, October 24th, is International Programmer’s Day, a holiday recognized by many tech companies and software businesses globally. The origin of this festival is 1024, or 256, because it’s 2 to the power of 8, and computers store data in binary, thus becoming Programmer’s Day.……
阅读全文
2019年10月23日
My blog used the lnmp program to build the web environment, but when I needed to use mysql, I found that the lnmp installation log file was missing and the mysql root password was forgotten. I remember that the lnmp was installed by pressing Enter all the way, and the default lnmp password is lnmp.org# plus 5 random numbers, with only 100,000 possibilities. In this case, brute-forcing 100,000 times will definitely find the password.……
阅读全文
2019年10月21日
Today I logged into the server and found records of SSH brute force attacks, so I thought I might as well record the hacker’s passwords and try logging into his server in reverse.……
阅读全文
2019年9月19日
Oracle Cloud recently opened registration for free usage of 2 1c1g cloud servers, databases, and other services. I registered immediately and chose Korea as the main region. Access speed from Shanghai is very fast. This post records the automation process for deploying servers using the OCI CLI.……
阅读全文
2019年9月12日
When evaluating the website, I found that a large portion of js, css, and other content was not fully utilized, but I didn’t know how to efficiently combine or remove them. I also wanted to try a static blog, so I decided to migrate to a completely static blog system. Here, I chose Hugo as the new system.……
阅读全文
2019年9月5日
Today I chatted with a friend who said he bought emoji packs from Taobao. I don’t have many myself, but there are tons of emoji websites online — why not scrape them and build my own emoji search engine?……
阅读全文
2019年9月2日
Considering that Cloudflare’s free sites are really slow in China, and Baidu Cloud Acceleration in China uses Cloudflare technology, I thought using Baidu CDN would speed up domestic access to the site.……
阅读全文
2019年8月22日
Dockers can package applications along with their virtual containers and dependencies, allowing them to run on any Linux server. This helps achieve flexibility and portability, enabling applications to run anywhere, whether on public cloud, private cloud, or standalone machines.……
阅读全文
2019年8月20日
Today I logged into the server and found python using a very high percentage of CPU, then discovered it was caused by some small web tools made with Flask on this site. Finally understood why Flask warns not to deploy directly in production.……
阅读全文
-
上一页
-
1
-
...
-
4
-
5
-
6
-
7
-
8
-
...
-
12
-
下一页