
This section contains useful commands for daily work and will be updated frequently.
At work, you often need to capture mobile app network packets. For example, if an image is inaccessible only on the mobile app but the web version is normal, you need to capture packets to quickly identify the cause of the problem. A common approach is to install packet capture software on your computer to act as a proxy, and then connect your phone to this proxy. This will allow the phone's network packets to pass through the packet capture software, allowing you to capture and analyze the packet details. Mastering the network packet details is like using Chrome's debugging tools; nothing can escape your gaze.
The new version of Python 3.11 was released yesterday. Officially, 3.11 is 10-60% faster than 3.10, and the standard test set is 1.25x faster. There are also other updates. The question is, how to update to the latest version under Linux.
The new version of Ubuntu 22.10 was released today. After the upgrade, I found that: 1. Flameshot is abnormal; 2. The AirPods Pro2 headset cannot be connected; 3. The gnome plug-in for custom ibus is not compatible (as expected).
National Day holiday, I originally planned to ride every day. Unfortunately, the temperature has dropped sharply in the past few days, and the outdoor activities have to be canceled. I have nothing to do, so I searched for games under Linux. I played SuperTux at the beginning. I haven’t passed the first level of more than a dozen rounds, and I haven’t found a way to save, so I give up. Someone recommended Minetest, a Minecraft-like sandbox game engine, written in C++, and can run on Linux, Windows, MacOS, Android and other operating systems. Note that there is no iOS here, and Apple mobile phones and iPads have no chance, which is puzzling. Compared with Minecraft, open source may be its biggest advantage, as long as you have the ability, you can change it at will.