标题: 求推荐一个服务器管理面板
作者: #agguy
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724040
时间: 2026-03-11 13:55:23
摘要:
作者: #agguy
板块: #搞七捻三
编号:
1724040帖子: https://linux.do/t/topic/1724040
时间: 2026-03-11 13:55:23
摘要:
具体情况是小白 家里有个小主机 装了ubuntu server 命令行还是不太熟悉 所以想装个面板方便操作一些 因为只有内网 所以没什么建站方面的需求 问了问ai推荐了cockpit 佬们觉得咋样 或者有没有其他推荐呢
标题: 有类似扫描全能王的开源软件吗
作者: #CrazyJaylan
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1724051
时间: 2026-03-11 13:57:08
摘要:
作者: #CrazyJaylan
板块: #开发调优
编号:
1724051帖子: https://linux.do/t/topic/1724051
时间: 2026-03-11 13:57:08
摘要:
可以扫描裁剪,黑白增强,然后直接上传到指定存储空间里面。
标题: 如何获取CLI Proxy API 反代的各个模型的上下文长度,包括输入和输出的?
作者: #fangxiusun
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1724057
时间: 2026-03-11 13:58:00
摘要:
作者: #fangxiusun
板块: #开发调优
编号:
1724057帖子: https://linux.do/t/topic/1724057
时间: 2026-03-11 13:58:00
摘要:
尤其是当前用的比较多的openai的各个模型的上下文长度?
或者各位佬有比较靠谱的值么?
标题: 写了一个openclaw的一个nano banana的生图Skill - 支持第三方API baseUrl
作者: #ztj7728
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1724068
时间: 2026-03-11 14:00:24
摘要:
作者: #ztj7728
板块: #资源荟萃
编号:
1724068帖子: https://linux.do/t/topic/1724068
时间: 2026-03-11 14:00:24
摘要:
Skill中的脚本基于谷歌官方SDK指导,相当之优雅。
参考文档: Nano Banana 2 Doc
且支持各种第三方API站!
项目地址:
clawhub(已经通过Security Scan): gemini-image-generation — ClawHub
github(求start): ztj7728/gemini-image-generation: a skill for openclaw
使用方法:直接发送这段提示词给你的openclaw:
中文版
请帮我从 Clawhub 安装 gemini-image-generation,并按照 `SKILL.md` 的说明设置 `$.skills.entries["gemini-image-generation"]`。同时,请告诉我如何在 OpenClaw 的配置中设置 `GEMINI_API_KEY`、`GEMINI_MODEL_ID` 和 `GEMINI_BASE_URL`。
英文版
Please help me install gemini-image-generation from clawhub, and set `$.skills.entries["gemini-image-generation"]` as `SKILL.md`'s guide. At same time, please tell me how I can set up `GEMINI_API_KEY`, `GEMINI_MODEL_ID`, `GEMINI_BASE_URL` in config of openclaw.
按照提示设置你的GEMINI_API_KEY、GEMINI_MODEL_ID 和 GEMINI_BASE_URL即可丝滑出图!
标题: 分享一个自用的CPA的compose文件,支持自动更新
作者: #Orion
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1724069
时间: 2026-03-11 14:00:48
摘要:
作者: #Orion
板块: #开发调优
编号:
1724069帖子: https://linux.do/t/topic/1724069
时间: 2026-03-11 14:00:48
摘要:
使用一段时间CPA之后发现更新很频繁,手动更新太繁琐了,所以想着直接用docker运行,结合watchtower做自动更新。compose文件如下:
services:
cli-proxy-api:
image: eceasy/cli-proxy-api
ports:
- "8317:8317"
- "8085:8085"
- "1455:1455"
- "54545:54545"
- "51121:51121"
- "11451:11451"
volumes:
- ${CLI_PROXY_CONFIG_PATH:-./config.yaml}:/CLIProxyAPI/config.yaml
- ${CLI_PROXY_AUTH_PATH:-./auths}:/root/.cli-proxy-api
- ${CLI_PROXY_LOG_PATH:-./logs}:/CLIProxyAPI/logs
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
labels:
- "com.centurylinklabs.watchtower.enable=true"
watchtower:
image: nickfedor/watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command:
--interval 300
--label-enable
--interval 300是指300秒检测一次有没有更新,佬们也可以配置成cron,具体看watchtower的文档
标题: 【转】外网很火的养虾指南
作者: #doomer
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1724075
时间: 2026-03-11 14:01:51
摘要:
作者: #doomer
板块: #开发调优
编号:
1724075帖子: https://linux.do/t/topic/1724075
时间: 2026-03-11 14:01:51
摘要:
标题: 谁有Facebook的API,采集需求,付费
作者: #Conrad
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1724078
时间: 2026-03-11 14:02:03
摘要:
作者: #Conrad
板块: #开发调优
编号:
1724078帖子: https://linux.do/t/topic/1724078
时间: 2026-03-11 14:02:03
摘要:
有点业务,Facebook需求,按账号采集帖子、关键词采集帖子、采集指定帖子的数据
标题: 想查看L站等级明细,但是安装了插件之后没生效,这怎么办?求助佬友们
作者: #TMac1Lhl
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724081
时间: 2026-03-11 14:02:31
摘要:
作者: #TMac1Lhl
板块: #搞七捻三
编号:
1724081帖子: https://linux.do/t/topic/1724081
时间: 2026-03-11 14:02:31
摘要:
(话题已被作者删除)
标题: 招聘软件上招聘方能知晓本公司同事有异动?[付费技能]
作者: #feifanxiaozi
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724097
时间: 2026-03-11 14:04:40
摘要:
作者: #feifanxiaozi
板块: #搞七捻三
编号:
1724097帖子: https://linux.do/t/topic/1724097
时间: 2026-03-11 14:04:40
摘要:
刷抖音刷到的,不知道真的假的,有做过hr的佬友来确认一下吗
标题: zed 可以领取一个月的 Pro 资格
作者: #栀子
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1724101
时间: 2026-03-11 14:05:19
摘要:
作者: #栀子
板块: #福利羊毛
编号:
1724101帖子: https://linux.do/t/topic/1724101
时间: 2026-03-11 14:05:19
摘要:
zed 可以领取一个月的 Pro 资格,包含无限编辑预测+$20代金券
领取地址:Zed — Pricing
内置Claude Sonnet 4.6、GPT-5.4
标题: 腾讯视频VIP1天体验卡(元宝关键词提问触发彩蛋任务掉落)
作者: #Chami
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1724110
时间: 2026-03-11 14:06:45
摘要:
作者: #Chami
板块: #福利羊毛
编号:
1724110帖子: https://linux.do/t/topic/1724110
时间: 2026-03-11 14:06:45
摘要:
如图,提问影视相关内容有概率会掉落至福利中心领取,共3次机会
标题: 不太对劲诶,Codex 它工作的时候咋还想听歌呢?
作者: #0x000
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724114
时间: 2026-03-11 14:07:05
摘要:
作者: #0x000
板块: #搞七捻三
编号:
1724114帖子: https://linux.do/t/topic/1724114
时间: 2026-03-11 14:07:05
摘要:
我在 vscode 里跑使用 codex 扩展,让它写段代码,结果它一个劲的请求音乐权限!
标题: 给大家发个openclaw的真实脑溢血截图
作者: #wood
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724148
时间: 2026-03-11 14:11:19
摘要:
作者: #wood
板块: #搞七捻三
编号:
1724148帖子: https://linux.do/t/topic/1724148
时间: 2026-03-11 14:11:19
摘要:
撒谎成性
标题: 有什么部署云服务器的实用项目啊?
作者: #liyili
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724155
时间: 2026-03-11 14:12:41
摘要:
作者: #liyili
板块: #搞七捻三
编号:
1724155帖子: https://linux.do/t/topic/1724155
时间: 2026-03-11 14:12:41
摘要:
新手买了几台鸡都闲置了,不知道干啥,有什么开源好玩的,实用的项目推荐吗?
标题: 2026最新财富自由对照表,来看看躺平要多少钱?
作者: #gdpnk
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724158
时间: 2026-03-11 14:13:33
摘要:
作者: #gdpnk
板块: #搞七捻三
编号:
1724158帖子: https://linux.do/t/topic/1724158
时间: 2026-03-11 14:13:33
摘要:
标题: 2018 Mac 笔记本电池不行了,换一个大概多少
作者: #web3_song
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724160
时间: 2026-03-11 14:13:51
摘要:
作者: #web3_song
板块: #搞七捻三
编号:
1724160帖子: https://linux.do/t/topic/1724160
时间: 2026-03-11 14:13:51
摘要:
13-inch, 2018, Four Thunderbolt 3 Ports
标题: 又又又,Codex再次重置Rate Limits
作者: #三千年胡杨
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1724161
时间: 2026-03-11 14:13:51
摘要:
作者: #三千年胡杨
板块: #前沿快讯
编号:
1724161帖子: https://linux.do/t/topic/1724161
时间: 2026-03-11 14:13:51
摘要:
本月已经第5还是第6次了,真是爽用啊。
标题: 企业对实习生的要求,给大家一个方向~
作者: #zhenshen
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1724163
时间: 2026-03-11 14:14:10
摘要:
作者: #zhenshen
板块: #搞七捻三
编号:
1724163帖子: https://linux.do/t/topic/1724163
时间: 2026-03-11 14:14:10
摘要:
我们是一家大数据+AI解决方案的公司,坐标北京,给大家同步一下后续招实习生的要求吧,相信很多公司都有类似的趋势,就是AI的理解和应用在面试中的占比越来越高,你简历中的英语等级和专业课以及校内经历我们基本上不怎么问了,核心是问你对AI的掌握与理解,因为实习生到企业就是一张白纸,目前我们期望你能结合AI的能力胜任一个初级员工。真心建议实习生的简历尽量说一些AI的能力,然后在校全力去积累AI的使用经验