linux.do
21.1K subscribers
118K photos
195 videos
116 files
251K links
linux.do最新话题和热议话题
Download Telegram
请问佬,clash的落地节点怎么搭建呀?

如题,求佬友指导一下,谢谢。

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 乃大)
被举报隐藏的帖子在哪里找?

找了好久都没看到自己被举报的帖子,求哪位佬友指教啊

6 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: lumen)
【抽奖】Claude Pro 账号 1 个月

可能这是我最后一次举办抽奖活动了,因为最近真的太忙了。
非常感谢大家一直以来的资源分享,所以我将送出 1 个 Claude Pro 月度帐号

活动时间:3 天
参与方式:评论 “我热爱越南。越中合作长存强盛。”
祝大家好运!

22 posts - 18 participants

Read full topic

via LINUX DO - 最新话题 (author: nayumi)
我开发了一个插件,用来备份GPT Team历史记录

RT 上了佬的Team车之后 一直在想怎么备份历史记录(因为每月都要删1次)。。
虽然有一些导出插件,但是导出之后就躺在下载目录里了,也没去看过,就想着直接在浏览器里看历史记录,于是就有了这个插件(插件-选项页面是阅读器)
chromewebstore.google.com

ChatGPT History Exporter - Chrome 应用商店

Export ChatGPT conversations to IndexedDB for personal and team workspaces

1 post - 1 participant

Read full topic

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

Invalid media:
image
image
image
GitHub actions配额用完了,怎么在windows电脑上编译Linux和macos的软件

利好学生党!热乎的来了!AI题库自动答题,兼容OCS网课助手,支持公益站使用-狗库继续讨论:
之前开发了个AI题库,采用的GitHub actions来编译windos,macos,linux的客户端,这两天做了一些优化后准备推送到GitHub构建1.0.1版本发现actions配额用完了

这下凉拌了,有没有什么办法可以在windows上面编译macos和Linux的软件呢?
1 post - 1 participant

Read full topic

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

Invalid media: image
SiteDeployer:批量管理静态站点推送github同步vecel工具

本是我游戏站用的,不过各位佬友站比较多,也可以用这个管理,主要是站点多了,GitHub邮箱记不住,容易跟vecel账号对不上,所以搞了这么个工具:

下载地址:
https://wwpf.lanzn.com/b014wt9wba
密码:8888

7 posts - 3 participants

Read full topic

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

Invalid media:
image
image
newapi弄了auto似乎不会自动切换分组

用的auto分组,最便宜的那个渠道今晚挂了,在auto里排序是最前的,结果就是不会切换也不会自动禁用,非得手动关闭渠道才能用其他渠道,网页都打不开了。
要说开启自动测试所有通道又花不起这个钱,如果能渠道单独配置自动测试就好了,全部渠道的话比如官方的做备用那就很贵了,或者说其他模型。

很奇怪 刚刚才发现 在playground里面测试可以自动重试失败就切换 但是在cherry不行 不会自动重试,而是直接返回失败信息

佬们是我操作问题么 🥲

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 你好坏噢)
Are there any tips for using Git and the terminal? The Tsinghua PyPI mirror often gives 403 errors. You have to use a global proxy, but the nodes sometimes suddenly slow down to 100 KB/s. Some projects even require a C++ compiler…

Git nodes are unreliable and also give 403 errors.

There’s no complete set of rules, so I’m forced to do:
git config --global http.proxy http://127.0.0.1:xxxx

exhausting. Did the project author not release a prebuilt package because PyPI auditing large packages is difficult? A small project is forcing me to download the Windows 10 Microsoft C++ Build Tools—11 GB wasting my disk space—yet I can’t even find a precompiled wheel from someone else…

3 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: 三局两胜)
记录一下mac setup过程

老板买的macbook终于到了,记录一下开箱过程,各位佬友也推荐一下有什么好用的软件或设置

vpn

Clashmeta.X

浏览器

arc

沉浸式翻译 翻译服务设置 deeplx
Google scholar pdf reader
Google Scholar Author Highlighter
1password

terminal
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# install zsh tmux
brew install wget git iterm2 tmux curl
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=(zsh-syntax-highlighting)

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
plugins=(git zsh-autosuggestions)
source ~/.zshrc

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
cd ~/.fzf && git pull && ./install

# tmux config
git clone https://github.com/samoshkin/tmux-config.git
./tmux-config/install.sh
# https://github.com/samoshkin/tmux-config/issues/38

ssh-keygen -t ed25519 -C "x@x.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub


键盘鼠标设置

mos 设置滚轮方向
取消鼠标加速
键重复速率

服务器设置

1. 生成ssh key,添加到gpu服务器
2. Iterm2 中添加每个服务器的profile,快速ssh,显示profile name区分不同服务器

邮箱设置

默认邮箱

vscode

配置 ~/.ssh/config 快速ssh不同服务器。

更换font (jetbrains mono),theme (Visual Studio Dark)

插件

gitlens
Black

其他软件
blender typora wechat cursor battery snipaste cherry-studio raycast zotero obsidian

滴答清单
office: Office For Mac | MAS
zotero插件: translate,notero
adobe illustrator

系统设置

todo

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: yubel1)
有佬在看 Power slap17 扇耳光比赛吗?

中国选手赵鸿刚

7 posts - 4 participants

Read full topic

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

Invalid media: image
Claude code Max 五人车 二等三

2025/11/1 凌晨刚开的车, 二等三,已经部署好服务

每人290元 每人限制一百六十刀每周,如果出现封号,除去手续费退款给车友

2 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: Everest)
夸克网盘快到期了.如何低价入啊

哪里入合适一些呀

4 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: shh122)
佬友们,避坑七牛云

26号注册的号,手动邀请了80+人数,就用了一天,问了两个问题,出了200张图左右,从26到30号,没用量也没账单,今天打开一看,欠费-200+

13 posts - 10 participants

Read full topic

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

Invalid media: image
纯小白分享一个完整开发的个人主页程序(还在优化中...)

本人小白第一次尝试完整程序,花了第四天了已经…

本来是想自己随便做个单页用用的,发现功能越做越多…

然后后面可能会开源或者不开源,毕竟不是难度大的东西,只是小玩意。

但是L站的佬友如果有需要,那还说啥了!…

大概功能/特色如下:

前后端分离(前端、API端)
PC/WAP自适应、加载动画、动效等
后台背景图片自定义(可设置透明度)
后台字体自定义
主题颜色切换,分别是白色、黑色、灰色(全局变灰)
后台导航功能、笔记功能、便签功能(便签仅后台可用)
每个导航都可选择仅后台可见,也可以前后台都可见,毕竟谁还没两个私密网站~
社交链接(超链接类)展示
导航/笔记/社交链接均可选择展示或者不展示出来
如果导航/笔记均展示,可选择某个前置
便签我是怕自己忘事儿才做的,只放到后台也保证了隐私性
其他略过

目前还在优化阶段…

· 图片展示

测试的时候随便截图的

佬们有更好的建议或者意见欢迎提出来!

也欢迎大佬们指导!
PS:纯小白第一次入手完整的程序,难度比较大,就这点玩意折腾了我4天多!
在此感谢claude code下的claude-haiku-4-5-20251001claude-sonnet-4-5-20250929deepseek-v3-2-exp的满屏BUG修复协助!)

9 posts - 5 participants

Read full topic

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

Invalid media:
image
image
image
image
image
LLM上下文能力消失后,就又产生了一个半夜无语的人

这是聊天第一条消息

聊着聊着他记忆全部丢失 一直在说一年前做完了的项目

4 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: 三局两胜)

Invalid media:
image
image
超快讯:Qwen 3 Max Thinking 已发布

早上应该就能在qwenchat上看到了

6 posts - 6 participants

Read full topic

via LINUX DO - 最新话题 (author: Ningbainb)
各位佬友,我前面看了很多酒馆部署全说私人的部署有没有多人聊天的部署文档呀 找了好半天还是没有找到 😭

3 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: sangbo)
旮旯给木 为什么 是理想国😭

人人各司其职,缺乏勾心斗角,不渲染腐败……

96 posts - 26 participants

Read full topic

via LINUX DO - 热门话题 (author: stevessr⁧)

Invalid media: image
开源好用的AI浏览器(免费匿名的gemini2.5?免费的agent?AI无敌帮你逆向?)

网站地址:
browseros.com

BrowserOS - Open-Source AI Browser | Privacy-First Alternative to Perplexity...

BrowserOS is the open-source agentic browser that runs AI agents locally on your computer. Privacy-first Chrome alternative with AI superpowers.

开源仓库:
github.com

GitHub - browseros-ai/BrowserOS: 🌐 The open-source Agentic browser; privacy-first...

🌐 The open-source Agentic browser; privacy-first alternative to ChatGPT Atlas, Perplexity Comet, Dia.

支持多系统:

实战效果:

小任务打开L站:

23 posts - 15 participants

Read full topic

via LINUX DO - 热门话题 (author: user0000)

Invalid media:
image
image
image
image
image
image
【抽奖】ChatGPT team *2 ,今日新开的车

奖品:ChatGPT TEAM 车位 * 2 个《10月31日新开的 team》
特别声明: 由于是 Team 邀请,不保证能使用一个月

:three_o_clock: 活动时间:

开始时间:2025 年 10 月 31 日 12:14
截止时间:2025 年 11 月 1 日 13:00

📝 参与方式:

在本帖下回复任意内容 + 点赞哈 💞💞

🔍️ 抽奖规则:

每位用户仅允许参与一次。
使用论坛官方抽奖工具随机抽取中奖者。
中奖后请及时主动提供邮箱给我

⚠️ 注意事项:

本活动将在活动截止时间后关闭回帖,以确保公正性。
中奖者将在活动结束后 12 小时内在本帖公布,并通过私信通知领奖方式。
所有规则及抽奖结果由活动发起人和论坛管理团队最终解释。

期待您的积极参与,祝您好运!如有任何疑问,欢迎随时联系抽奖发起人。

64 posts - 64 participants

Read full topic

via LINUX DO - 热门话题 (author: 方木木)
想问一下,现在Google Play商店想换港区购买软件,该怎么操作

RT,换区选项里有银行卡、Paypal、AlipayHK,还有一个Octopus Wallet没听过。
先是尝试想绑定银行卡但是我这边的卡好像都不支持。想问问还有什么更好的方法吗?

3 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: 方块蓝)