🧩 分享一些日常收集到的开源软件、开发工具和技术知识。
Useful open-source projects, dev tools, and tech snippets — shared from daily discoveries.
TSforge:颠覆Windows激活机制

MAS团队发布TSforge,一种强大的激活漏洞,可激活自Windows 7以来的所有版本,以及Office 2013以来的所有Office版本和Windows插件。该漏洞利用SPP(软件保护平台)的内部机制,绕过传统的激活验证,实现永久激活,甚至支持离线KMS激活数千年。

通过对Windows早期版本的逆向工程,研究团队发现了SPP的加密存储机制,并成功导出了用于加密和解密激活数据的私钥。利用这些私钥,他们可以修改和伪造激活信息,从而绕过SPP的保护。

TSforge激活无需联网,离线激活,激活范围广,所有windows版本都支持。

https://massgrave.dev/blog/tsforge
https://github.com/massgravel/Microsoft-Activation-Scripts

在PowerShell中输入以安装:
irm https://get.activated.win | iex



#windows
TCPING

这是一个跨平台的 TCP 端口 ping 程序,灵感来自 Linux 的 ping 工具。此程序将向您指定的 IP 地址 或 主机名 发送 TCP 探测,并打印结果。它支持 IPv4 和 IPv6。

#tcping

https://github.com/pouriyajamshidi/tcping GitHub - pouriyajamshidi/tcping: Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go
Windows 终端程序是一款新式、快速、高效、强大且高效的终端应用程序,适用于命令行工具和命令提示符,PowerShell和 WSL 等 Shell 用户。主要功能包括多个选项卡、窗格、Unicode、和 UTF-8 字符支持,GPU 加速文本渲染引擎以及自定义主题、样式和配置。

https://github.com/microsoft/terminal

#terminal #ssh GitHub - microsoft/terminal: The new Windows Terminal and the original Windows console host, all in the same place!
🗃 Private File/Text Box — Deploy on Cloudflare Workers

首先确保电脑上有安装 node.js >= 20 的版本。

下载github这个仓库,然后在文件夹里打开终端。一行一行按指引操作即可:

npx -y pnpm install
npx wrangler login
会显示一个 Cloudflare 的授权登录链接,点进去登录一下。成功后回来继续操作

npx wrangler r2 bucket create cf-drop
npx wrangler d1 create cf-drop
会生成一个数据库ID。将其复制下来。

使用文本编辑器打开 wrangler.toml 文件,将那个ID写入 database_id = "..." 引号之内。

同时文件里还有个 PASSWORD = "" ,引号内可以填写一个密码。

保存后,回到终端继续操作:

npm run deploy


https://linux.do/t/topic/381892

https://github.com/lyonbot/cf-drop

#cloudflare GitHub - lyonbot/cf-drop: A fast and simple tool to store and share temporary files via Cloudflare Workers.
API合集,上千个免费的公共 API 接口! GitHub 上的这个API仓库已经获得了 273k ! 它涵盖了各种 API —— 图片、音乐、新闻、书籍、日历等,前端后端开发者必备!无论你做什么,都可以找到所需的资源。

https://github.com/public-apis/public-apis

#api GitHub - public-apis/public-apis: A collective list of free APIs
一键安装 Linux,支持 17 种常见发行版
一键安装 Windows,使用官方 ISO 安装而非自制镜像,脚本会自动获取 ISO 链接、自动安装 Virtio 等驱动
支持任意方向重装,即 Linux to Linux、Linux to Windows、Windows to Windows、Windows to Linux
无需填写 IP 参数,自动识别动静态,支持 /32、/128、网关不在子网范围内、纯 IPv6、双网卡 等特殊网络
专门适配低配小鸡,比官方 netboot 需要更少的内存
全程用分区表 ID 识别硬盘,确保不会写错硬盘
支持 BIOS、EFI 引导,支持 ARM 服务器
不含自制包,所有资源均实时从镜像源获得


https://github.com/bin456789/reinstall

#linux #dd
Mistral 推出了新的code模型 - Codestral 25.01,其编程能力超越deepseek coder

1、Codestral 25.01 具有比原始版本更高效的架构和更强的分词器,生成代码的速度比之前快大约快 2 倍。
2、在同级别参数的模型里,code能力处于明显的领先地位,在 FIM 测评数据集、SOTA方面超越deepseek coder处于领先地位。
3、Codestral-2501的上下文窗口大小提升到256k,为完成复杂代码任务提供了能力支持。相比于DeepSeek Coder V2 lite的128k大两倍,比Codellama 70B instruct的4k大64倍。

Mistral AI: https://mistral.ai/
安装VS插件体验:https://www.continue.dev/
JetBrains插件:https://plugins.jetbrains.com/plugin/22707-continue



https://console.mistral.ai/api-keys/

#ai #JetBrains #vscode #Plugin Frontier AI LLMs, assistants, agents, services | Mistral AI
GitHub to Gitea Mirror Script
这是一个自动将 GitHub 仓库镜像到 Gitea 的 Shell 脚本。支持批量同步所有仓库,可以设置跳过特定仓库,并具有良好的错误处理机制。

https://github.com/songtianlun/mirrorGit

#github #gitea GitHub - songtianlun/mirrorGit: mirror your Github to Gitea.
Back to Top