I have multiple sites running on the same server, corresponding to multiple private Github repositories. I use a deploy key for packaged deployment. Unfortunately, Github requires a unique key for each repository, and if I don't configure it correctly, I'll get an error.
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.
By the time you've read this, I think you should have a pretty good idea of what a password manager is. However, for those unfamiliar with the subject, it's still worth explaining. Nowadays, when using various online services, more established platforms require you to register and create a strong password. Examples include Google, Weibo, Twitter, Instagram, and even gaming platforms. Over time, most people end up using the same username and password for everything. This leads to two problems: 1. Your username might have been taken by someone else on a particular platform; 2. If your username on a particular platform is compromised for unknown reasons, affecting all platforms, even a pianist would tire of changing it, let alone changing it individually.
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).
Web services used in production environments generally require log rotation, and the log format should be adjusted appropriately. Nginx log configuration is flexible and varied, and Caddy log configuration is similar, with some syntax differences.