工具
乐享小栈
这个作者很懒,什么都没留下…
展开
-
Gem5全系统FS(full system)测试
全系统(full system)的模拟比较麻烦,需要下载和配置磁盘镜像。以下以X86系统为例① 首先新建一个文件夹用于存储disk imagemkdir full_system_imagescd full_system_images② 下载X86的disk image, 并解压wget http://www.m5sim.org/dist/current/x86/x86-s...原创 2018-06-25 17:13:02 · 2198 阅读 · 1 评论 -
git clone报错:Permission denied (publickey). fatal: Could not read from remote repository...
原文:git clone报错:Permission denied (publickey). fatal: Could not read from remote repository…今天clone一份github代码,报错:Permission denied (publickey).fatal: Could not read from remote repository.Please...原创 2020-01-08 13:52:26 · 613 阅读 · 0 评论 -
国内镜像站推荐
原文:国内镜像站推荐做开发的基本都会遇到源站下载速度慢的问题,像linux源码,ubuntu的apt源,npm源等,主要原因是源站在国外,所以通常需要更改下载源为国内站点,也就是国内镜像站。目前国内有很多不错的镜像站,这里推荐一些,有需要的可以选用阿里OPSX镜像站:http://mirrors.aliyun.com阿里的镜像站做的比较好看(⊙o⊙),功能相对也比较丰富,更新也比较及...原创 2020-01-08 12:25:56 · 772 阅读 · 0 评论