摘要: 当将数据写入文件时,内核通常先将该数据复制到其中一个缓冲区中,如果该缓冲区尚未写满,则并不将其排入输出队列,而是等待其写满或者当内核需要重用该缓冲区以便存放其他磁盘块数据时,再将该缓冲排入输出队列,然后待其到达队列时,才进行实际的I/O操作。 conv=fdatasync 参数,当 dd 命令结束前 阅读全文
posted @ 2022-05-11 11:54 lucky_tomato 阅读(441) 评论(0) 推荐(0) 编辑
摘要: git remote -v 阅读全文
posted @ 2022-05-11 10:12 lucky_tomato 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 前言:今天在windows下git push代码到gitee的时候,报错: $ git push git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. Please ma 阅读全文
posted @ 2022-05-11 10:09 lucky_tomato 阅读(555) 评论(0) 推荐(0) 编辑