linux.do
21.1K subscribers
118K photos
195 videos
115 files
251K links
linux.do最新话题和热议话题
Download Telegram
最后五分钟, 回家过年

哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈, 我要解脱了

4 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: lvbibir)
放假了,有没有哪个佬steam有Ready or Not

有没有佬愿意加我steam好友加入家庭组,想玩Ready or Not

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: yuanqing)
”元宝“派可免费看vip电影(腾讯视频片源)

元宝的派功能里有个一起看电影,点击vip电影会弹出提示“试看3:00 让元宝请客看全片(今日剩余2次)”,点之后也许可以看全部(因为我不想看所以没点)
疑似我是首发

2 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: 柠雾时夏-jun)
求推荐云服务器

需要搭建emby cms等几个项目 需要可以直连tg和tmdb 要求2H2G及以上吧 预算一年一百上下 求推荐 🤔

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: Nivooz)
openclaw 能用 team 账号的 openai-codex/gpt-5.3-codex 模型吗

我的 team 账号的 openai-codex/gpt-5.3-codex 一直报 401 错误

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: robo7)
硅基流动的服务器炸了?

下午正在和家里Agent聊的“火热” 🥵
突然不回消息了,后台一看硅基流动的重定向模型爆500了。 😨
不是,我正到关键时候呢,给我来“寸止” 🤬
伙计们还有稳定的Qwen8B重定向吗? 😭

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 碧雨青潭)
anyrouter 成功接入 openclaw

搜了一圈没发现教程,总结了一个可以直接发送给 openclaw 的版本。直接把下面这一段发送给 openclaw 就配置成功了,记得换成自己的密钥。

我的 Anyrouter 的密钥是 sk-xxx,在配置中添加 Anyrouter 提供商和模型。

连通性测试:先访问 https://anyrouter.top/v1/models,如果获得 json 返回则说明网络联通,使用 https://anyrouter.top 作为 baseUrl;否则使用中国大陆的镜像地址 https://a-ocnfniawgw.cn-shanghai.fcapp.run 作为 baseUrl。

在 ~/.openclaw/openclaw.json 中添加如下配置:
{
"models": {
"providers": {
"anyrouter": {
"baseUrl": "https://a-ocnfniawgw.cn-shanghai.fcapp.run",
"apiKey": "sk-xxx",
"api": "anthropic-messages",
"models": [
{
"id": "claude-opus-4-5-20251101",
"name": "Claude Opus 4.5",
"reasoning": true,
"input": ["text", "image"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
"maxTokens": 8192
}
]
},
},
},
"agents": {
"defaults": {
"model": { "primary": "anyrouter/claude-opus-4-5-20251101" },
},
},
}

5 posts - 5 participants

Read full topic

via LINUX DO - 最新话题 (author: adm9856)
你们 CPA遇到 Codex 授权全部失效的情况了吗?

现在所有的 codex授权全部失效,重新授权则提示:认证失败: Failed to exchange authorization code for tokens,反重力的授权没问题.

我是老镜像,我以为镜像问题,我更新到了最新版本v6.7.53的镜像,问题依旧.

看看有没有佬遇到相同的情况.

3 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: 墨菲)
佬们的Claude Windows的客户端会这样吗?科学已开

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 本本本添哥)

Invalid media: image
又加活 可恶的单位 看起来还是长期的 继续运动202626

感觉现在单位领导脑袋里都是浆糊
做事就是面多了加水
水多了加面
本质就是领导老跨区轮换
导致根本不清楚本地区特色
不知道咋因地制宜
.
30慢跑
20臂力器
10拉韧带
20俯卧撑
10推小车
仰卧交替脚跟接触12个✖️4组
仰卧屈膝举腿30秒✖️5组
仰卧卷腹15个✖️4组
仰卧屈膝卷腹15个✖️6组

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷)
使用newapi搭建自用的api中转,问题咨询

申请了nvidia的api key,他好多模型都是免费的,搭建了new api,添加渠道时候,填的地址https://integrate.api.nvidia.com,api key也填写了,但是测试的时候,提示“错误:模型 : bad response status code 404, body: 404 page not found”,这个是什么问题

5 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: myfree)
求助佬友,本地Agent用哪个模型好

电脑配置:13490F+RTX5060ti 16G
已测试:glm-4.7-flash:q4_K_M,不会回复,不知为啥

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 刘嘉程)

Invalid media: image
github.com

GitHub - anthropics/claudes-c-compiler: Claude Opus 4.6 wrote a dependency-free C compiler...

Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM, and RISC-V, capable of compiling a booting Linux kernel.
github.com/anthropics/claudes-c-compiler

Hello world does not compile

已打开 08:30PM - 05 Feb 26 UTC
AvoidMe
Tested inside fedora 43 container, ubuntu 26.04 container and on regular fedora 42 installation, same error Took example directly from README.md GCC is present and can compile code just fine: ``` root:/claudes-c-compiler# cat > hello.c << 'EOF' #include <stdio.h> int main(void) { printf("Hello from CCC!\n"); return 0; } EOF root:/claudes-c-compiler# ./target/release/ccc -o hello hello.c /usr/include/stdio.h:34:10: error: stddef.h: No such file or directory /usr/include/stdio.h:37:10: error: stdarg.h: No such file or directory ccc: error: 2 preprocessor error(s) in hello.c root:/claudes-c-compiler# gcc -o hello hello.c root:/claudes-c-compiler# ./hello Hello from CCC! root@1b5343a2f014:/claudes-c-compiler#```

?????

12 posts - 8 participants

Read full topic

via LINUX DO - 最新话题 (author: stevessr)

Invalid media:
image
image
Kimi 2.5 这一波改 Bug 表现,我真的很难评……

下午拿个 Java 后端的 Bug 跑了一下几家大模型,结果真的高下立判:

● GPT-5.2: 思考了 10 分钟,憋出了一个改动最小的方案。
● GLM-4.7: 琢磨了 3 分钟,给了个能跑通的方案,虽然不是最优解,但好歹是认真干活。
● Kimi 2.5: 我还没反应过来它就开始一顿操作,定睛一看全是胡说八道。

3 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: Aiden)
美团发布 LongCat-Flash-Lite 轻量化 MoE 模型,智能体与代码表现突出

github.com

GitHub - meituan-longcat/SGLang-FluentLLM

通过在 GitHub 上创建帐户来为 meituan-longcat/SGLang-FluentLLM 开发做出贡献。

3 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: 𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷)

Invalid media:
image
image
image
原来LDC每天还有限额呀 我以为每天可以买好多呢

这一天1000的限额邀请码俩就完了
一下子回到解放了

11 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: 碳氮氧无氖)

Invalid media: image
sparkle一天的日志文件26GB嘛?

今天打开电脑发现C盘红了,记得半个月之前还有七十多个G的空余,现在就剩23个G了,最近也就折腾了一下claude code和open code的一些相关配置,没下什么应用啥的,怎么会用这么快,用SpaceSniffer打开C盘想看一下多了什么东西,结果扫描完发现sparkle的logs占用了25个G

到目录查看,发现2026.1.31一天的日志文件就有26.6个G

但是我很清楚那一天我也没有做什么特别的事情,不知道怎么就有这么多的“日志”了
想查看这里面到底怎么回事,发现文件太大打不开
:tieba_009:
有佬知道怎么回事吗
7 posts - 5 participants

Read full topic

via LINUX DO - 最新话题 (author: 幼安)

Invalid media:
image
image
放假放假放假!!!

2.7到2.23,周末收拾收拾准备回老家😆

2 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: 喻灵)
看到这个标题,想起前几天的一个想法

多数人使用工具只想着提高效率,而极少数人一开始就考虑怎么变现。
类似的技术员思维是打磨产品,运营思维是想怎么迎合市场需求,

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 好好吃飯)

Invalid media: image
牛逼的服务器拿来干嘛

假如说佬哥们有一台性能很强,带宽很大的服务器,会拿来干嘛。大概配置两颗最强线程撕裂者,再配2块A100吧,带宽大概上下行2000吧 🙃

16 posts - 13 participants

Read full topic

via LINUX DO - 最新话题 (author: tommyjin)