V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  skiy  ›  全部回复第 3 页 / 共 106 页
回复总数  2112
1  2  3  4  5  6  7  8  9  10 ... 106  
2025 年 12 月 9 日
回复了 wangyaominde 创建的主题 NAS 现在 HDD 硬盘涨这么多吗
cpu 也涨了。目前除了显示器,全在涨。
2025 年 12 月 9 日
回复了 TheGreatSage 创建的主题 Ubuntu 求推荐 Ubuntu 好用的 ssh 工具
Konsole 。拆分视图非常好用。
2025 年 11 月 17 日
回复了 bli22ard 创建的主题 互联网 百度首页已经成这个样子了
右上的“搜索设置”里面可以设置。其实跟 bing 无差别。bing.com 我也是需要全部隐藏掉,只保留搜索框。
2025 年 11 月 14 日
回复了 szq8014 创建的主题 程序员 cn 域名有效期无法自动化查询,各位大佬有解决方案吗
cnnic 官网有近三天过期删除的接口。whois 不准确的,因为有 75 天待删除期。
2025 年 11 月 14 日
回复了 nealHuang 创建的主题 业界八卦 如图
现在好莱坞电影的敌对势力已经从 RU 到 CN 了。
2025 年 11 月 10 日
回复了 netherder 创建的主题 程序员 国内编程大模型做的比较好的有哪些?
MiniMax-M2 、GLM4.6 、Qwen3-Coder-Plus 。其它的快手的用着也还行 KAT-Coder 。美团最近出了个 LongCat 还没用上。KIMI 好久没用了。
2025 年 11 月 9 日
回复了 Branlice 创建的主题 git 一位高级工程师的 GIT 需要熟悉到什么程度?
听说 jj 现在很火。
2025 年 11 月 4 日
回复了 obeykarma 创建的主题 NAS 不觉得有点奇怪?国产 nas 居然都不支持储存池加密
建议付钱给 飞牛 定制。

飞牛 底层就是 debian 。支持 debian 的加密,理论上在 飞牛 就能使用。飞牛只做系统又不做硬件(好像现在有跟别的厂商联名了),又不是面向企业,用户群还是普通玩家。没必要徒增成本。又没有盈利支撑。
2025 年 11 月 3 日
回复了 realpg 创建的主题 职场话题 现在招聘都这么饥不择食了吗
一句话,没成本。只需要群发邮件即可。
2025 年 11 月 3 日
回复了 MasterCai 创建的主题 软件 安卓好用的记账软件推荐
时光序,全平台支持
# 修改 author 信息
git filter-repo --commit-callback '
if commit.author_email == b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
' --force

# 修改 committer 信息
git filter-repo --commit-callback '
if commit.committer_email == b"[email protected]":
commit.committer_name= b"New Name"
commit.committer_email = b"[email protected]"
' --force

# 修改全部
git filter-repo --force --commit-callback '
if commit.committer_email == b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

git filter-repo --force --commit-callback '
if commit.committer_email != b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

git filter-repo --force --commit-callback '
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

filter-repo 这个工具,能保持历史时间不变。还有一种是不用任何扩展也能改,但那个时间会切换成当前时间。
2025 年 10 月 30 日
回复了 BBCCBB 创建的主题 互联网 QQ 邮箱 已经出现了广告 + 会员免广告功能...
outlook.com 也有广告。作为一个以 outlook 作为主邮箱的人来说,这个是经常见到的。
最近那个 minimax 做推广,到处看到它的影子。试试看它?
2025 年 10 月 29 日
回复了 infyni 创建的主题 公司运营 呃,个体户上半年忘了申报年报了~~~
@infyni 假的。我之前也遇到过。也是遇到付费那一步直接说等下,我问问看。因为我早就补报了。然后我问了我做会计的朋友,她说这个不要理会,直接到工商局官网提交就行了。
emqx 换开源协议了哦。
2025 年 10 月 20 日
回复了 shfan 创建的主题 程序员 xshell plus 永久授权过保了,无法激活怎么办
PowerShell 终端直接用 ssh
1  2  3  4  5  6  7  8  9  10 ... 106  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2460 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 58ms · UTC 10:53 · PVG 18:53 · LAX 03:53 · JFK 06:53
♥ Do have faith in what you're doing.