摘要:
一、HLS HLS协议HTTP Live Streaming用于播放.ts视频,它是苹果公司实现的基于HTTP的流媒体传输协议,可以实现流媒体的直播和点播。关键组成有m3u8和多个视频分片.ts,其中m3u8指定视频分片的地址。 官网:http://developer.apple.com/resou 阅读全文
摘要:
主要用到的命令为pivot_root,可man 8 pivot_root了解用法。 1. pivot_root - change the root filesystem pivot_root moves the root file system of the current process to t 阅读全文
摘要:
linux账户保存在/etc/passwd,密码保存在/etc/shadow。 通过man 5 passwd,man 5 shadow可查看文件中各字段含义。 encrypted password Refer to crypt(3) for details on how this string is 阅读全文