Sometimes I want to connect the AirPods2 headset to the Ubuntu computer. After recently reinstalling the system, I encountered a situation where the headset could not be paired. I hereby record the exploration process. I have not tried other AirPods models, and have not tested the equipment (recently purchased AirPods Pro 2nd Generation, after Test, the second generation can also be matched according to this method), the method should be similar.
Every Chinese Linux user has a history of struggling with input methods. When I was a student, I experienced the awkwardness of being unable to type while playing MOBA games. The enemy was about to steal my tower (it was too late to chat late at night), and I hurriedly typed :help. Common multilingual input method platforms for Unix-like operating systems include ibus (Intelligent Input Bus) and Fcitx (Free Chinese Input Tool for X). The latest is Fcitx5. I currently use ibus for Ubuntu. Fcitx5 users should also have their own solutions.
As we all know, k8s currently has three probes. It is very important to use probes reasonably, which is conducive to timely detection of potential problems
The Scribus download page has a very nice title font. After all, they're a professional book typesetting software, and they deal with a wide variety of fonts all year round, so their selection is excellent.
My small broken site is placed on a beggar host in a foreign computer room, and the code is hosted in a github private warehouse. When I push the code, I hope to automatically update the website. There are actions in github. You can write relevant logic by yourself and implement it on the runner of github. For code update, the easiest way is to ssh to the server to perform related operations, but to fill in the Actions secrets in this way, to be honest, I am not at ease. I want to write a simple service update code by myself. rely