linux.do
21.9K subscribers
138K photos
203 videos
134 files
281K links
linux.do最新话题和热议话题
Download Telegram
佬, 你们都用什么记事本工具?

轻量级的哈, 我现在用nodepad3

6 posts - 6 participants

Read full topic

via LINUX DO - 最新话题 (author: XC W)
Windsurf 卡在 “Warming up”?PowerShell 一键清缓存秒修(含原理)

1/2|现象 & 一键修复
Windsurf 右侧面板一直“Loading/Warming up”,重装无效,提示 Client windsurf: connection to server is erroring。多半是本地登录/缓存损坏或被代理/证书拦截,客户端连不上网关。
最快修复:退出应用后在 PowerShell 运行👇️
Stop-Process -Name "Windsurf" -Force -ErrorAction SilentlyContinue
$dirs = @(
"$env:APPDATA\Windsurf",
"$env:LOCALAPPDATA\Windsurf",
"$env:USERPROFILE\.codeium",
"$env:APPDATA\Code\User\globalStorage\codeium-codeium"
)
foreach ($d in $dirs) { if (Test-Path $d) { Remove-Item $d -Recurse -Force } }

重启 Windsurf 并重新登录,通常立刻恢复。

----------------------

2/2|这段 PowerShell 的原理

Stop-Process …:强制关掉 Windsurf 进程,释放被占用的文件。
$dirs = @(…):列出要清理的目录。
foreach … Remove-Item -Recurse -Force:逐个递归删除目录,清掉异常状态。
清理掉的是:
%APPDATA%\Windsurf:应用设置/全局存储(含可能冲突的代理设置);
%LOCALAPPDATA%\Windsurf:Electron 缓存、Cookie、Service Worker、HSTS/HTTP2 缓存;
%USERPROFILE%\.codeium:Codeium 登录令牌与特性开关;
%APPDATA%\Code\…\codeium-codeium:扩展的本地存储。

效果=强制冷启动:失效令牌/脏缓存被清空 → 重新鉴权与握手 → 面板恢复。

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: Guangpeng)
科目三g了,感觉很挫败!!!

早上5:30起来就赶去模拟一小时,两条线各跑了两圈模拟全过。
但是9点开考时,第一把挂在直线行驶上了,第二把启动时熄火了,再次打火后紧张的不敢随便送离合了,接着10秒没起步又扣10分,直接g了。典型的考试时紧张出错 😥

27 posts - 17 participants

Read full topic

via LINUX DO - 最新话题 (author: 南阳-小诸葛)
研究僧生活吐槽&树洞

读研压力好大,一度想放弃,有导师的压力也有自己能力的问题。往往还没想明白,就一直顺着人群走着走着,走到了这般地步。有没有同是天涯沦落人吐槽一下自己的组内生活。

有些数字联动起来就很奇妙
真诚友善团结专业 ,共建你我引以为荣之社区。

10 posts - 8 participants

Read full topic

via LINUX DO - 最新话题 (author: youtang1993)
有没有好用的搜索接口或者MCP

如题,求佬友推荐,目前在用智谱的搜索,实际效果不太好,而且带有敏感词判断。

3 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: huaium)
cusor mcp mcp-feedback-enhanced 用不了吗?

按钮一直没有绿色
终端测试是安装好了

1 post - 1 participant

Read full topic

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

Invalid media:
image
image
claude code 还是牛逼呀

最近用claude code 产品文档,调研全都cover了。有大佬们还有什么mcp可以教学一下嘛或者其他什么小技巧?虚心求教

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: locus)
升到两级了!

两级啦!水一下,争取早日三级,四级、拿下领导者(手动狗头)

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: stoneGovo)
gemini 3.0 發佈時間預測

Click to view the poll.

對gemini 3.0那麼期待,大家來預測一下,留個紀錄看自己猜得準不準 🙈

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 貓)
gpt无法完成长上下文任务

比如我想让gpt帮我优化笔记的格式,使笔记更易读。我首先给了大概一百多字的提示词,同时上传笔记文件,但是无论如何要求他直接一次性给我返回新的md文件,都会要我一遍遍地确认无关紧要的事,来回好几次也只输出一部分或者甚至不输出,请问各位佬有什么办法解决?

注:使用的是网页版

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: yanmoshen)
droid赠金怎么花?

如题,绑卡了直接订阅不会扣信用卡的钱吧?

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 七七land)
忧郁牛牛数量课

【数量】2025忧郁牛牛—牛牛秘传·数量技巧集合课https://pan.quark.cn/s/95b88fe1f345

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: yuanqqing)
牛回速归!牛回速归!

今天我要大杀四方!!!!!

顺风吹牛逼,逆风头一低 😆

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 小牛不算牛)

Invalid media: image
Codex出现re-connecting

codex 总是出现 re-connecting

已经快被折磨死了,前几天还没有这种情况,这是为什么?是因为我加了好几个 mcp 的原因吗?有咩有佬给解释一下

3 posts - 2 participants

Read full topic

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

Invalid media: image
cursor试用账号上限了,怎么解决?

一直在用pro试用,到期了或者额度到顶了就换新号继续试用,结果今天直接不让试用了,有没有佬知道如何解决?

1 post - 1 participant

Read full topic

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

Invalid media: image
它来了,它来了,真的要来了【Gemini】

26 posts - 25 participants

Read full topic

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

Invalid media: image
我猜有人爱这个-男娘同人展

我这么发是可以的吧?

25 posts - 22 participants

Read full topic

via LINUX DO - 最新话题 (author: 蓝公子)

Invalid media: image
Media is too big
VIEW IN TELEGRAM
身高180cm,宇树发布新型号机器人-Unitree H2

长得越来越像《机械公敌》中机器人的外形了
x.com

Unitree
@UnitreeRobotics
Unitree Introducing | Unitree H2 Destiny Awakening!🥳 Welcome to this world — standing 180cm tall and weighing 70kg. The H2 bionic humanoid - born to serve everyone safely and friendly. pic.x.com/YlCpIeRg2r
5:13 AM - 20 Oct 2025 4K 690
6 posts - 4 participants

Read full topic

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

Invalid media:
image
image
正值双十一,有什么好用的沐浴露以及洗衣液推荐吗?

男生用,香香的,不要香精味 😆

7 posts - 5 participants

Read full topic

via LINUX DO - 最新话题 (author: XOne)
想问一下托管在cf上的免费二级域名可以利用sass进行优选加速吗?

现在不开梯子的话延迟有点高

1 post - 1 participant

Read full topic

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