标题: 纸飞机上白嫖到的gpt free账户注册机,不知道能不能用
作者: #洗衣液
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/2164000
时间: 2026-05-12 22:13:37
摘要:
作者: #洗衣液
板块: #资源荟萃
编号:
2164000帖子: https://linux.do/t/topic/2164000
时间: 2026-05-12 22:13:37
摘要:
在纸飞机上无意间看到的,就下载回来了,还没调试,各位佬可以试一下,
注册.zip (199.6 KB)
标题: codex速度好慢
作者: #EMT_0211
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164001
时间: 2026-05-12 22:13:42
摘要:
作者: #EMT_0211
板块: #搞七捻三
编号:
2164001帖子: https://linux.do/t/topic/2164001
时间: 2026-05-12 22:13:42
摘要:
各位佬今天codex 速度如何 为什么我今天 codex用的cpa搓出来的 一秒只修改一行代码,只能慢慢加,关键还换不了fast
标题: dlsite--空密码后台 → SQLite 落地 Webshell → 内核 CVE-2026-31431 root
作者: #YMsora
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164003
时间: 2026-05-12 22:14:03
摘要:
作者: #YMsora
板块: #开发调优
编号:
2164003帖子: https://linux.do/t/topic/2164003
时间: 2026-05-12 22:14:03
摘要:
看看主站是什么
Your site is working normally! Access data at /data, or new site at /new
没发现端倪,附件只给了个docker,去看看
RUN cd /var/www/html && \
rm -rf ./* && \
git clone --depth=1 https://github.com/mnihyc/dlsite.git . && \
touch index.html && \
sed -i '9 i Your site is working normally! Access data at <a href="/data/">/data</a>, or new site at <a href="/new/#/_/test">/new</a>' dl/index.html && \
ln -s /app/data/local/test dl/data && \
sqlite3 db.sqlite "CREATE TABLE CONFIG(NAME NTEXT NOT NULL,TYPE NTEXT NOT NULL,VALUE NTEXT NOT NULL,PRIMARY KEY (NAME,TYPE));" && \
chown -R root:www-data . && \
find . -type d -exec chmod 1775 {} + && \
find . -type f -exec chmod 0664 {} +
这里看到后端是https://github.com/mnihyc/dlsite
并且继续往下,
RUN cat > /etc/apache2/sites-available/000-default.conf <<'EOF'
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/(main\.php|assets/|favicon\.ico$|robots\.txt$|new(?:/|$)|ancient(?:/|$))
RewriteRule ^ /main.php [L]
<Directory /var/www/html>
Options FollowSymLinks
AllowOverride None
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php-fpm.sock|fcgi://localhost"
</FilesMatch>
<Directory /app/data/local/test>
Options FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ProxyPreserveHost On
<LocationMatch "^/ancient$">
SetHandler "proxy:unix:/run/apache2/ancient.sock|fcgi://localhost"
ProxyFCGIBackendType GENERIC
ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "/app/data/local/test/index.cgi"
ProxyFCGISetEnvIf "true" SCRIPT_NAME "/ancient"
</LocationMatch>
Alias /ancient/ /app/data/local/test/
ProxyPass /new http://127.0.0.1:8089/new
ProxyPassReverse /new http://127.0.0.1:8089/new
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
EOF
apache将main.php后跟着的现存目录都重定向回去,.php走socket直接给php-fpm
接下来就是审计后端
if(!OLDSTYLE_PATH || SUPPORT_NEWPATH)
{
$ismanage=($opath=='/manage');
if($opath=='/view' || $opath=='/down' || $opath=='/manage')
{
$ropath='';
if(substr($inpasswd,0,2)=='p=')
{
$ropath=substr($inpasswd,2);
if($ismanage)
$inpasswd='manage';
else
$inpassver=isset($_POST['pass']);
if(($vpos=strpos($ropath,'&'))!==FALSE)
{
$inpasswd=substr($ropath,$vpos+1);
$inpassver|=!empty($inpasswd);
$ropath=substr($ropath,0,$vpos);
}
}
如果请求是/mange,覆盖$inpasswd=‘manage’;
然后截取的就是密码字段,接着就是
if($inpasswd==='manage')
{
ob_start();
htmlmsg();
if(checkmanagepassword())
{
/* Insert a record */
if(isset($_POST['qi']))
{
global $db;
$db->execwf("INSERT INTO CONFIG (NAME,TYPE,VALUE) VALUES ('{$db->escapeString($_POST['namei'])}','{$db->escapeString($_POST['typei'])}','{$db->escapeString($_POST['valuei'])}')");
}
/* Delete a record */
if(isset($_POST['qd']))
{
global $db;
$db->execwf("DELETE FROM CONFIG WHERE NAME='{$db->escapeString($_POST['named'])}' AND TYPE='{$db->escapeString($_POST['typed'])}'");
}
/* Update a record */
if(isset($_POST['qu']))
{
global $db;
$db->execwf("UPDATE CONFIG SET VALUE='{$db->escapeString($_POST['valueu'])}' WHERE NAME='{$db->escapeString($_POST['nameu'])}' AND TYPE='{$db->escapeString($_POST['typeu'])}'");
}
标题: 救了英伟达命的竟然是世嘉?
作者: #BiotNumber
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/2164008
时间: 2026-05-12 22:14:24
摘要:
作者: #BiotNumber
板块: #前沿快讯
编号:
2164008帖子: https://linux.do/t/topic/2164008
时间: 2026-05-12 22:14:24
摘要:
最近英伟达CEO黄仁勋在卡内基梅隆大学的毕业典礼演讲里,分享了一段鲜为人知的早期创业"糗事",看完真的感触颇深。
原来,今天这个市值逆天的AI巨头,当年差一点点就"原地蒸发"了,而伸出援手的竟然是游戏界的老大哥------世嘉。
老黄坦言,英伟达成立初期的第一项技术其实是失败的。当时,他们与世嘉签了一份合同,负责为世嘉开发游戏机的图形技术。但开发到一半,老黄意识到他们的技术方向完全错了,根本无法完成合同要求。当时的英伟达已经濒临破产,账上的钱只够维持最后一点时间。他没有选择掩盖错误,而是直白地告诉对方:
“我们做不出你们要的技术,请解除合同。”
“虽然我们没做出来,但请把钱全额付给我们。”
出人意料的是,世嘉CEO展现了极大的慷慨与同情心,他竟然同意了!
老黄感言:
这段经历教会了他:CEO的职责不是拥有权力,而是对生存负责。 诚实和谦逊有时会换来他人的慷慨与善意。如果没有当年世嘉那份"不要产品也给钱"的格局,或许今天的AI革命还要推迟好多年。
标题: [开源] OpenRath-Pytorch设计范式的多agent系统
作者: #xy3
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164009
时间: 2026-05-12 22:14:49
摘要:
作者: #xy3
板块: #开发调优
编号:
2164009帖子: https://linux.do/t/topic/2164009
时间: 2026-05-12 22:14:49
摘要:
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
我的帖子已经打上 开源推广 标签: 是
我的开源项目完整开源,无未开源部分: 是
我的开源项目已链接认可 LINUX DO 社区: 是
我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
今天正式开源 OpenRath
GitHub:GitHub - Rath-Team/OpenRath: A opensource, torch-like api framework for dynamic multi-agent workflow. · GitHub
OpenRath 是一个开源 multi-agent framework,但不同于 LangChain、OpenAI Agents SDK 等 Agent-based design,我们采用的是 Session-based architecture。
我们认为,复杂 Agent 系统真正的核心是 Session 生命周期、workflow orchestration、tool dispatch 与 runtime scheduling。因此 OpenRath 的底层抽象是自动维护的 Session Graph。
另一个核心设计是 PyTorch-like API。我们成功把 PyTorch 的设计哲学映射到 Agent Runtime:
Tensor → Session
Computation Graph → Session Graph
Autograd tracing → Automatic workflow tracing
Backend abstraction → Sandbox / Runtime backend
开发者可以像搭建神经网络一样构建 Multi-Agent Workflow,而无需手动维护 DAG。OpenRath 会自动构建与调度整个 Session Graph,让 wo
标题: CloudflareTunnel 国内最强减速器,没有之一
作者: #JiangChe
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164011
时间: 2026-05-12 22:15:45
摘要:
作者: #JiangChe
板块: #开发调优
编号:
2164011帖子: https://linux.do/t/topic/2164011
时间: 2026-05-12 22:15:45
摘要:
CloudflareTunnel其实就是没有公网ip才用的做了内网穿透,但是发现利用它可以实现国内某些云服务厂商的服务器免备案,然后结合免费dpdns.org的域名确实不错
之前一直没有实际的传输需求,就用了简单的静态的一些网站以及传输很小的api数据,配合缓存其实也不错
ps: tunnel也可以享受Cloudflare的缓存、WAF等服务
但是上面如图所示的,这个速度一旦传输数据根本不行,很容易超时
因为CloudflareTunnel是双向的,所以本地的优选ip作用并不大
那肯定要处理Cloudflare服务器到源站之间的连接
但是Cloudflared也不支持指定地区
May 12 21:47:33 lavm-yq2xlv72dh cloudflared[2697033]: 2026-05-12T13:47:33Z INF Registered tunnel connection connIndex=3 connection=b505998b-04e0-4bfa-a200-3837d708124a event=0 ip=198.41.200.113 location=sjc07 protocol=http2
呃,查看了Cloudflare接的是圣何塞美国的节点 北京到这的距离太慢了
location始终是sjc00-12
ip始终198.41.0.0/16
我直接把这个IP个ban掉
这下应该换一个节点了吧
。。。
Cloudflare连不上就不连了
Cloudflare那么多个服务器为什么就连个美国的啊,你连一个近的我速度快了,你处理的时间短了,岂不是皆大欢喜?
况且Cloudflare的节点中国是有34个的,我从来没用到过,除了zerotrust的warp代理,Cloudflare服务器都是用来吃灰的吗?
标题: 各位佬友都用Oracle服务器做什么?
作者: #twinkle
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164017
时间: 2026-05-12 22:17:21
摘要:
作者: #twinkle
板块: #开发调优
编号:
2164017帖子: https://linux.do/t/topic/2164017
时间: 2026-05-12 22:17:21
摘要:
目前自建了几个代理,因为搭其他服务感觉延迟比较高,闲置了很多资源,比较浪费,各位佬友都是怎么用的?
标题: 有必要为了搜索购买grok会员吗
作者: #KuK
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164026
时间: 2026-05-12 22:19:01
摘要:
作者: #KuK
板块: #搞七捻三
编号:
2164026帖子: https://linux.do/t/topic/2164026
时间: 2026-05-12 22:19:01
摘要:
主要的工作是帮助家里的社媒外贸,因为grok搜索很强且幻觉低,所以在考虑要不要买会员尝试。现在有土区的gpt plus。因为没有经验属于开荒,所以这方面知识都是与ai聊天探索
标题: 求助,求可靠的gpt pro代充途径,友友们,急用
作者: #ezio1123
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164030
时间: 2026-05-12 22:20:14
摘要:
作者: #ezio1123
板块: #搞七捻三
编号:
2164030帖子: https://linux.do/t/topic/2164030
时间: 2026-05-12 22:20:14
摘要:
求助,求可靠的gpt pro代充途径,友友们,急用
标题: mac更新26.5了
作者: #shiyu
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164031
时间: 2026-05-12 22:20:25
摘要:
作者: #shiyu
板块: #搞七捻三
编号:
2164031帖子: https://linux.do/t/topic/2164031
时间: 2026-05-12 22:20:25
摘要:
公开报道普遍认为 26.5 相比 26.4 变化很少,几乎没有明显面向普通用户的新功能,重点是小修小补。
标题: gpt用image2生图好慢啊
作者: #Toert
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164041
时间: 2026-05-12 22:21:46
摘要:
作者: #Toert
板块: #开发调优
编号:
2164041帖子: https://linux.do/t/topic/2164041
时间: 2026-05-12 22:21:46
摘要:
各位佬,我dmit反代出来用image2生图,一张图片差不多70s左右,这个速度正常吗,我看pro网页对话生图也差不多,有没有啥方法能解决的
标题: 《都江堰》七律——AI写诗
作者: #AAAI
板块: #读书成诗
编号:
帖子: https://linux.do/t/topic/2164066
时间: 2026-05-12 22:26:18
摘要:
作者: #AAAI
板块: #读书成诗
编号:
2164066帖子: https://linux.do/t/topic/2164066
时间: 2026-05-12 22:26:18
摘要:
《都江堰》七律
岷水奔腾万古苍, 李冰凿引化洪荒。 鱼嘴横江分水势, 宝瓶吐水润稻粱。 飞沙堰外千寻浪, 灌口田间万顷光。 人力胜天谁可挡, 千秋功业耀华疆。
《水调歌头·都江堰》
岷岭雪初化, 奔腾裂石来。 千古洪荒一凿, 李冰劈山开。 鱼嘴中分东注, 宝瓶侧纳西灌, 万顷稻花白。 堰口千秋固, 利溥遍寰垓。
蜀道险, 岷水急, 论雄哉。 何须鬼神之力, 人手自能裁。 长堤岸上惊涛立, 灌口渠前稻浪排。 问古今治水, 此处压群台。
标题: 佬们有推荐可以用来学习的Harness项目吗?
作者: #Looler
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164072
时间: 2026-05-12 22:26:50
摘要:
作者: #Looler
板块: #开发调优
编号:
2164072帖子: https://linux.do/t/topic/2164072
时间: 2026-05-12 22:26:50
摘要:
最近在了解harness,佬们有推荐做的项目吗;用什么好用的skill分享吗?
标题: AI程序员带着半开的笔记本电脑穿梭于机场、办公室和冰场
作者: #🐟
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/2164074
时间: 2026-05-12 22:26:52
摘要:
作者: #🐟
板块: #前沿快讯
编号:
2164074帖子: https://linux.do/t/topic/2164074
时间: 2026-05-12 22:26:52
摘要:
Business Insider
AI coders are carrying half-open laptops through airports, offices, and ice...
Techies are walking with their laptops open to keep their agents running. They told Business Insider their stories, from offices to school halls.
[!quote]+
随着代理狂热的兴起,像陈(Chan)这样的技术人员开始追求更长时间的AI编程时间。这些工具大多本地运行或依赖WiFi,关闭笔记本就意味着失去进度。
这就是为什么你那个被AI感染的朋友拿着打开的笔记本电脑走来走去:他们的 Agent 还在运行。
这台破裂的笔记本电脑成了梗,OpenAI通过TikTok向知情者眨眼发表了看法。《商业内幕》采访了八位开着笔记本电脑散步的人,了解他们为什么这么做。
标题: 买的原价plus登不上,需要接码
作者: #谢谢不吃香菜
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164077
时间: 2026-05-12 22:27:04
摘要:
作者: #谢谢不吃香菜
板块: #开发调优
编号:
2164077帖子: https://linux.do/t/topic/2164077
时间: 2026-05-12 22:27:04
摘要:
买的原价plus登不上,需要接码,试了herosms和自己的中国手机号都不行,有推荐的吗
标题: 佬友们Claude被撤销访问权限的时候,有没有遇到A\发了封号邮件但是还能访问的情况?
作者: #hiugo
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164084
时间: 2026-05-12 22:27:54
摘要:
作者: #hiugo
板块: #搞七捻三
编号:
2164084帖子: https://linux.do/t/topic/2164084
时间: 2026-05-12 22:27:54
摘要:
刚刚A\发了个封号邮件,但是账号的授权还在啊,现在还是Max5x
好奇怪
标题: MiMO 报错 *The reasoning_content in the thinking mode must be passed back to the API.*
作者: #Harry-zklcdc
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164101
时间: 2026-05-12 22:32:09
摘要:
作者: #Harry-zklcdc
板块: #开发调优
编号:
2164101帖子: https://linux.do/t/topic/2164101
时间: 2026-05-12 22:32:09
摘要:
RT,佬们在使用 MiMO v2.5 的时候会有上面的报错吗?好像是晚上大规模出现,猜测可能有什么升级?
脱敏后的请求如下
{
"model": "mimo-v2.5",
"temperature": 0.6,
"user": "69ef64ec580a2a75b3d5df9b",
"stream": true,
"tools": [
{
"type": "function",
"function": {
"name": "query_structured",
"description": "Query",
"parameters": {
"type": "object",
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "query_structuredArguments"
}
}
},
{
"type": "function",
"function": {
"name": "image_gen_oai",
"description": "Generates high-quality, original images based solely on text, not using any uploaded reference images.\n\nWhen to use `image_gen_oai`:\n- To create entirely new images from detailed text descriptions that do NOT reference any image files.\n\nWhen NOT to use `image_gen_oai`:\n- If the user has uploaded any images and requests modifications, enhancements, or remixing based on those uploads → use `image_edit_oai` instead.\n\nGenerated image IDs will be returned in the response, so you can refer to them in future requests made to `image_edit_oai`.",
"parameters": {
"type": "object",
"properties": {
"prompt": {
"type": "string",
"maxLength": 32000,
"description": "Describe the image you want in detail. \n Be highly specific—break your idea into layers: \n (1) main concept and subject,\n (2) composition and position,\n (3) lighting and mood,\n (4) style, medium, or camera details,\n (5) important features (age, expression, clothing, etc.),\n (6) background.\n Use positive, descriptive language and specify what should be included, not what to avoid. \n List number and characteristics of people/objects, and mention style/technical requirements (e.g., \"DSLR photo, 85mm lens, golden hour\").\n Do not reference any uploaded images—use for new image creation from text only."
},
"background": {
"type": "string",
"enum": [
"transparent",
"opaque",
"auto"
],
"description": "Sets transparency for the background. Must be one of transparent, opaque or auto (default). When transparent, the output format should be png or webp."
},
"quality": {
"type": "string",
"enum": [
"auto",
"high",
"medium",
"low"
],
"description": "The quality of the image. One of auto (default), high, medium, or low."
},
"size": {
"type": "string",
"enum": [
"auto",
"2560x1440",
"1440x2560",
"3072x2048",
"2048x3072",
"2576x1104",
"1104x2576",
"2048x2048",
"3840x2160",
"2160x3840",
"3264x2176",
"2176x3264",
"3808x1632",
"1632x3808",
"2880x2880",
"1376x768",
"768x1376",
"1536x1024",
"1344x576",
"576x1344",
"1024x1536",
"1024x1024"
],
"description": "The size of the generated image. One of 1024x1024, 1536x1024 (landscape), 1024x1536 (portrait), or auto (default)."
}
},
"required": [
"prompt"
]
}
}
},
{
"type": "function",
"function": {
"