1 2 3 4 5 ··· 12 下一页
摘要: PsExec keywords: PsTools PsExec 是一个可以远程连接其他Windows执行命令的工具,在SysinternalsSuite套件中。 下载链接: https://learn.microsoft.com/en-us/sysinternals/downloads/psexec 阅读全文
posted @ 2025-09-13 08:06 rvy 阅读(13) 评论(0) 推荐(0)
摘要: Windows的smb文件共享 注意家庭版没有共享功能 配置 新建一个用户(建议新建,便于控制权限) 创建要共享的文件夹 右键选择 "属性"->"共享"->"高级共享"(注意不要用和"高级共享"同页面下的"共享",会共享太大的范围) 设置共享名称和权限,注意删除Everyone,添加新建的用户并设置 阅读全文
posted @ 2025-08-30 23:23 rvy 阅读(19) 评论(0) 推荐(0)
摘要: RustDesk RustDesk是一个开源的远程桌面访问软件,支持 Windows、macOS、Linux、iOS、Android、Web 等多个平台。 官网: https://rustdesk.com/ 在ubuntu22自建服务器 官方有免费的服务器,也可以自建服务器 sudo docker 阅读全文
posted @ 2025-07-12 23:28 rvy 阅读(121) 评论(0) 推荐(0)
摘要: VMware---网络连接 阅读全文
posted @ 2025-06-07 14:27 rvy 阅读(26) 评论(0) 推荐(0)
摘要: 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 阅读(137) 评论(0) 推荐(0)
摘要: ubuntu22 安装中文输入法 Settings -> Region & Language -> Manage Installed Languages, 确保 Keyboard input method system 选择了 IBus Install / Remove languages, 选择 阅读全文
posted @ 2025-03-29 09:33 rvy 阅读(258) 评论(0) 推荐(0)
摘要: strace, the linux syscall tracer. 官网: https://strace.io/ 可以用来查看和修改程序使用的系统调用,可以是进程号、程序。 strace的操作是由被称为ptrace(process trace)的内核特性实现的。 阅读全文
posted @ 2025-03-29 09:32 rvy 阅读(13) 评论(0) 推荐(0)
摘要: uv是一个python包和项目管理工具,使用Rust编写。 优势是快,可以很方便地管理多个python版本。 官网: https://docs.astral.sh/uv/ 阅读全文
posted @ 2025-03-23 07:51 rvy 阅读(139) 评论(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 阅读(231) 评论(0) 推荐(0)
摘要: Cherry Studio 是一款支持多个大语言模型(LLM)服务商的桌面客户端,兼容 Windows、Mac 和 Linux 系统,安装很方便。 阅读全文
posted @ 2025-02-15 10:43 rvy 阅读(160) 评论(0) 推荐(0)
1 2 3 4 5 ··· 12 下一页