摘要: faster-whisper keywords: stt 语音转文字 faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine 阅读全文
posted @ 2025-05-11 08:52 rvy 阅读(7) 评论(0) 推荐(0)
摘要: ubuntu22 安装中文输入法 Settings -> Region & Language -> Manage Installed Languages, 确保 Keyboard input method system 选择了 IBus Install / Remove languages, 选择 阅读全文
posted @ 2025-03-29 09:33 rvy 阅读(66) 评论(0) 推荐(0)
摘要: strace, the linux syscall tracer. 官网: https://strace.io/ 可以用来查看和修改程序使用的系统调用,可以是进程号、程序。 strace的操作是由被称为ptrace(process trace)的内核特性实现的。 阅读全文
posted @ 2025-03-29 09:32 rvy 阅读(3) 评论(0) 推荐(0)
摘要: uv是一个python包和项目管理工具,使用Rust编写。 优势是快,可以很方便地管理多个python版本。 官网: https://docs.astral.sh/uv/ 阅读全文
posted @ 2025-03-23 07:51 rvy 阅读(67) 评论(0) 推荐(0)
摘要: vLLM is a fast and easy-to-use library for LLM inference and serving. github地址: https://github.com/vllm-project/vllm 官方文档: https://docs.vllm.ai/ 阅读全文
posted @ 2025-03-08 08:53 rvy 阅读(109) 评论(0) 推荐(0)
摘要: Cherry Studio 是一款支持多个大语言模型(LLM)服务商的桌面客户端,兼容 Windows、Mac 和 Linux 系统,安装很方便。 阅读全文
posted @ 2025-02-15 10:43 rvy 阅读(77) 评论(0) 推荐(0)
摘要: 虚拟机检测 沙箱检测 阅读全文
posted @ 2025-02-08 08:01 rvy 阅读(10) 评论(0) 推荐(0)
摘要: 任务计划,可以定时执行一些命令,启动程序 阅读全文
posted @ 2024-12-28 07:38 rvy 阅读(35) 评论(0) 推荐(0)
摘要: 官网:http://www.rohitab.com/apimonitor 一个很好用的Windows API监控工具。 监控相应的API并下断点,就可以在调用该API时停下来,看到相应的参数; 不设断点直接选中相应API,如果该API被调用,在右侧会有相应记录,也可以看到API被调用时的参数; 左下角会列出进程,可以双击或右键选择监控进程。 阅读全文
posted @ 2024-11-30 15:12 rvy 阅读(157) 评论(0) 推荐(0)
摘要: 官网: https://www.eset.com/int/support/sysinspector/ ESET SysInspector可以在应急响应时快速收集信息并筛查可疑项:进程、网络连接、注册表项、服务、驱动、文件、任务计划等。 阅读全文
posted @ 2024-11-30 15:12 rvy 阅读(15) 评论(0) 推荐(0)