微软发布 Windows 备份 PowerShell 脚本,IT 管理员可直接删除备份数据
微软官方推出PowerShell脚本,IT管理员可轻松管理删除Windows备份数据。
IT之家 8 月 22 日消息,微软当地时间 8 月 19 日发布了 PowerShell 的 WindowsBackupAdmin 脚本模块(版本 1.0.0),为 IT 管理员提供了一套管理 Windows 设置备份数据的 PowerShell 工具。 此前管理员需自行调用 Microsoft …
微软官方推出PowerShell脚本,IT管理员可轻松管理删除Windows备份数据。
IT之家 8 月 22 日消息,微软当地时间 8 月 19 日发布了 PowerShell 的 WindowsBackupAdmin 脚本模块(版本 1.0.0),为 IT 管理员提供了一套管理 Windows 设置备份数据的 PowerShell 工具。 此前管理员需自行调用 Microsoft …
AI代理执行危险命令后可一键撤销,文件快照与操作日志让rm -rf不再可怕。
Hello HN, I built this after a coding agent deleted my files while tidying a project. Do-over plugs into Claude Code's hooks and snapshots what a comm…
一条命令就能在Windows里装好Ubuntu,WSL让Linux开发环境轻松搞定,小白也能快速上手。
Linux 是 Windows 的竞争对手吗?可能并不是。 在今年4月份的一次采访中,Canonical 副总裁表示 Ubuntu 在 Windows WSL 上的增长非常迅速。 得益于 AI 和机器学习,很多开发者在拿到 Windows 设备后的第一件事,就是使用 WSL 安装 Ubuntu。 并
Memcode AI开源发布:受Claude Code启发的编码代理,内置本地LSP、沙箱Shell与视觉输入,能灵活接入Ollama或OpenAI端点,值得一试。
Article URL: https://github.com/memcode-ai/memcode Comments URL: https://news.ycombinator.com/item?id=49239401 Points: 2 # Comments: 0
用本地大模型悄悄提醒你命令语法,不代跑不改操作,最小介入拯救终端健忘症
I use the terminal a lot, but I don't remember every command, flag, and syntax available. ffmpeg, piping to awk, find, etc... I know I'm not cool enou…
Stop钩子明明退出码0却收不到通知?三个macOS隐藏陷阱,帮你定位脚本静默死亡的真凶。
This is part of the "Claude Code environment" series, following on from Auto-syncing frontmatter and the index for Claude Code agents . You wrote a ho…
手把手教你为AI Agent构建三层安全防护,从SSRF到shell策略,代码可克隆实操
Previous parts of Build a Basic AI Agent From Scratch : Basic Agent Tools Long Task Planning Human in the Loop & Security Security II You can find…
远程协作调试时,终端共享工具让你在浏览器里直接操控shell,告别视频通话的模糊文字。
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. Star git-lr…
OpenAI GPT-5.6模型10小时发现WordPress重大漏洞,成本仅25美元,展现AI安全潜力
IT之家 7 月 22 日消息,网络安全公司 Searchlight Cyber 发文,透露公司借助 OpenAI 的 GPT-5.6 Sol Ultra 模型,仅花费约 10 个小时便发现了 WordPress 中存在的一项重大漏洞,目前相应漏洞已被命名为“wp2shell”, 编号为 CVE-2…
阻止危险Git和shell命令被代理执行的开源安全工具,SIMD加速过滤,50+安全包,无感守护代码安全。
Article URL: https://github.com/Dicklesworthstone/destructive_command_guard Comments URL: https://news.ycombinator.com/item?id=48882952 Points: 2 # Co…
在失败的GitHub Actions快照中启动本地shell,轻松调试CI/CD故障。
Article URL: https://github.com/dr-alberto/rewindr Comments URL: https://news.ycombinator.com/item?id=48751167 Points: 3 # Comments: 0
ECCV 2026论文,用语言引导在结构约束下完成3D物体外表面补全,突破传统几何修复限制。
arXiv:2606.31680v1 Announce Type: new Abstract: Despite advances in indoor scene generation, synthesizing coherent building exteriors consistent with …
首次公开AI自主生成PowerShell恶意代码的框架与数据集,揭示LLM在攻防场景的新威胁。
arXiv:2606.30819v1 Announce Type: cross Abstract: Generative AI has emerged as a significant cybersecurity threat, with several recent attack campaign…
一键管理多个Claude Code实例与shell,灵活网格布局让你效率翻倍。
This is a weekend project I created due to my frustration with the classic terminal applications that have the issue that if I restart my Mac, then my…
轻量级安全守护进程,让你通过手机安全访问命令行,6位一次性验证码+本地令牌保障。
I'm Dustin Kirkland, author of Byobu[1]. I built Trustmux[2] to solve a personal problem: secure, encrypted access to my tmux[3] and Byobu sessions fr…
抛弃截图和DOM选择器,用纯文本与shell让AI Agent真正自主浏览网页——轻量、诚实、可控。
These old ways are too heavy. Full self browsing doesn’t require Elon Musk vision processing. It just requires Agentish - the agent’s native tongue, t…
用LLM自动审查coding agent的shell命令,实现自动批准或阻止,安全高效又省心。
Article URL: https://github.com/vinzenzu/pi-auto-reviewer Comments URL: https://news.ycombinator.com/item?id=48501272 Points: 1 # Comments: 2
在Dart中搭建交互式Shell,快速测试函数、探索API,提升开发调试效率
Any modern languages should have its REPL, Erlang, Elixir, Haskell, Clojure, Ocaml, Python... All of them got one shell-like feature to interact with …
一行可审计的Shell脚本,为macOS上的Claude和Codex提供轻量级沙箱保护。
Article URL: https://github.com/sheremetyev/sandfence Comments URL: https://news.ycombinator.com/item?id=48425674 Points: 2 # Comments: 0
让你的AWS Lambda直接跑Bash脚本,无需其他运行时,基于Amazon Linux 2023构建,一键发布层即可使用。
Hi HN, I built a Bash runtime for AWS Lambda to make writing glue code simpler and faster. Sometimes, all you need is a bit of `sed`, `awk`, maybe a l…