上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 在git push的时候出现OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 网上的解决方法都不管用 解决方法: 换网络,连上手机热点,成功 =.= 阅读全文
posted @ 2023-01-31 15:09 兔子春 阅读(17) 评论(0) 推荐(0) 编辑
摘要: frequency_analysis In cryptanalysis, frequency analysis is the study of the frequency of letters or groups of letters in a ciphertext. The method is u 阅读全文
posted @ 2023-01-31 15:09 兔子春 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 关于操作系统fork的记录 由于fork()出来的子进程与父进程时并行执行的,所以在父进程结束后子进程还有可能存在(如果不让父进程等待子进程结束的话) 单次执行的代码 #include <stdio.h> #include <unistd.h> #include <stdlib.h> int mai 阅读全文
posted @ 2023-01-31 15:09 兔子春 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 已经完成lfs最小的构建 偷偷的懒散的躺了好十几天..愧疚(逃 开始下一个任务==>备份系统 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 备份准备工作已开始 分区已经完成,也已经加密 还需要详细了解rsync,增量式备份 由于属于本地备份,或许未能完全了解rsync 个人想法 网上全都是简单的参数缩写,还是得查man page,记倒不是问题 ps:十分害怕硬盘gg,听说希捷的容易坏0-0 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(7) 评论(0) 推荐(0) 编辑
摘要: lfs编译告一段落 系统大半构建完成 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 主要在写md文档,有点无聊,写了几天只写了20个左右的工具编译 打算不写了,主要还是看文档,之后是配置系统的过程 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 接上一次错误: 发现是自己设备umount没有全部umount掉,然后就关机了 结果出现了错误,经过一系列的操作后,正确 这里简单的写一下: 最开始是找到网上的fuser,结果发现没什么用 最后使用mount,列出所有挂载点,将我u盘的挂载点逐一umount掉 从最小的开始,最后成功 ps: gcc 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 编译gcc出现错误: In file included from ../../gcc-4.9.2/gcc/cp/except.c:1013: cfns.gperf:101:1: error: 'const char* libc_name_p(const char*, unsigned int)' r 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(8) 评论(0) 推荐(0) 编辑
摘要: lfs准备工作已经全部完成 已经把编译的工作做完了 现在准备在写md文档总结一下(时间估计两天时间) 说实话,编译的工作是真的费时间 阅读全文
posted @ 2023-01-31 15:08 兔子春 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页