V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  feedcode  ›  全部回复第 8 页 / 共 8 页
回复总数  148
1  2  3  4  5  6  7  8  
2022 年 2 月 11 日
回复了 FenixVu 创建的主题 Linux inode 没满,但是会随机报磁盘空间不足是啥问题?
遇到了哈希冲突,
ext4 uses half_md4 as a default hashing-mechanism. If I interpret my google-results correctly, this uses the md4-hash algorithm, but strips it to 32 bits.

https://blog.merovius.de/2013/10/20/ext4-mysterious-no-space-left-on.html
2021 年 2 月 15 日
回复了 lolcat 创建的主题 Linux 阅读 man 手册遇到的问题,粗体字如何使用?
good question.
网页是从 doc/find.texi 生成的 ( Texinfo is the official documentation format of the GNU project )
http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Adding-Output-Formats
> From time to time, proposals are made to generate traditional Unix man pages from Texinfo source. However, because man pages have a strict conventional format, creating a good man page requires a completely different source from that needed for the typical Texinfo applications of writing a good user tutorial and/or a good reference manual. This makes generating man pages incompatible with the Texinfo design goal of not having to document the same information in different ways for different output formats. You might as well write the man page directly.

find 的 man 应该是 https://git.savannah.gnu.org/cgit/findutils.git/plain/find/find.1 , 里面还是过时的信息,:(
2021 年 2 月 14 日
回复了 lolcat 创建的主题 Linux 阅读 man 手册遇到的问题,粗体字如何使用?
2021 年 2 月 14 日
回复了 lolcat 创建的主题 Linux 阅读 man 手册遇到的问题,粗体字如何使用?
恭喜你找到了一个文档的 bug,文档和行为不匹配
2020 年 11 月 12 日
回复了 dndx 创建的主题 宽带症候群 电信用户又可以免费提速了
IPV6 竟然查询失败,需要 curl -4 强制 IPV4
```
curl -c cookie.txt http://znts.189.cn/xyface/xyspeedDev/isTs.jhtml
{"code":101,"ip":"240e:388:8532:8300:d49b:1232:29c3:f40b","state":0,"message":"宽带不在线 [查询失败,用户不在线]"}%
```
2020 年 10 月 18 日
回复了 Trinity888 创建的主题 程序员 ffmpeg 合并 2 个视频文件时 太慢的问题怎么解决?
ffmpeg -i a.mp4 -i b.mp4 -filter_complex hstack output.mp4
2020 年 10 月 18 日
回复了 Trinity888 创建的主题 程序员 ffmpeg 合并 2 个视频文件时 太慢的问题怎么解决?
服务端处理+新版 FFMPEG hstack
https://ffmpeg.org/ffmpeg-filters.html#hstack
Stack input videos horizontally.
All streams must be of same pixel format and of same height.
Note that this filter is faster than using overlay and pad filter to create same output.

```
ffmpeg -i a.mp4 -i b.mp4 -filter_complex vstack output.mp4
```
2020 年 10 月 14 日
回复了 admin7785 创建的主题 硬件 思来想去还是打算自己装机,求帮忙看看配置有问题没
板 U 套装加 100 换成 B460M WIFI 版本(带蓝牙),WIFI6+蓝牙还是蛮实用的
1  2  3  4  5  6  7  8  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   6143 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 03:16 · PVG 11:16 · LAX 20:16 · JFK 23:16
♥ Do have faith in what you're doing.