摘要:
ubuntu22 安装中文输入法 Settings -> Region & Language -> Manage Installed Languages, 确保 Keyboard input method system 选择了 IBus Install / Remove languages, 选择 阅读全文
posted @ 2025-03-29 09:33
rvy
阅读(261)
评论(0)
推荐(0)
摘要:
strace, the linux syscall tracer.
官网: https://strace.io/
可以用来查看和修改程序使用的系统调用,可以是进程号、程序。
strace的操作是由被称为ptrace(process trace)的内核特性实现的。 阅读全文
posted @ 2025-03-29 09:32
rvy
阅读(13)
评论(0)
推荐(0)