Pipewire 多设备输出
使用 Pipewire 设置 Linux 的多个音频设备输出
使用 Pipewire 设置 Linux 的多个音频设备输出
DP-3T,健康码与隐私的共存方案
阅读更多 »Steam for Linux no sound when streamingWhen I use Steam Link to play my game which is running in my ArchLinux PC, I find steam only catch microphone and ignore the sound output of PC. (Fixed on my ArchLinux PC at 2022-09-15)
Github Issue: [Remote Play] No sound when streaming #6606
阅读更多 »使用 Linux 游玩尼尔机械纪元这里以 steam平台上运行的 尼尔机械纪元 为例,硬件平台为 Intel + Nvidia
一般来说,大部分 Windows 游戏都可以通过 wine 运行。
阅读更多 »Python3 下载并解析 xml.gz 文件问题场景:需要从网上获取一个以 GZip 格式压缩的 xml 文件,并使用 Python3 解析。
前提需求:希望直接解析 raw 数据而不是先保存为文件。
一般处理方法:先保存为文件,再通过 Python3 的 gzip 库 打开文件解析。