logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

用sysbench测试数据库吞吐量指标

1.  在Github上下载最新版本的SysBench,# wget -O sysbench-1.0.14.tar.gz https://github.com/akopytov/sysbench/archive/1.0.14.tar.gz,文件下载为sysbench-1.0.14.tar.gz2. tar -vzxf sysbench-0.4.12.14.tar.gz 解压缩,生成新目录sysbe

#mysql
git reset, git status, git clean, .gitignore, git diff, git restore 的关系梳理

本文讲述了git reset, git status, git clean, .gitignore,git diff与untracked files 的关系。

#linux#git
git fetch --unshallow漏掉远端诸多branch问题的解决方法

使用git fetch --unshallow无法完整拷贝的解决方法。使用git fetch --depth和 git fetch --unshallow后发现,很多remote branch还是没有,这个时候该怎么办?

#git#linux
*** recipe commences before first target. Stop. 解决方案

Linux的makefile文件对target: recipe有格式要求,也就是在target下面的每一条recipe开头都必须有一个。如果没有,会报错,编译失败退出。

#linux
*** recipe commences before first target. Stop. 解决方案

Linux的makefile文件对target: recipe有格式要求,也就是在target下面的每一条recipe开头都必须有一个。如果没有,会报错,编译失败退出。

#linux
fatal error: libelf.h: No such file or directory 解决方案

make all 编辑Linux kernel时报错fatal error: libelf.h: No such file or directory 的解决方案安装完成后,再运行make all, 就成功了

#ubuntu#linux#gnu
insmod error could not insert module ... invalid module format [已解决]

自己编写和编译的驱动在安装时报错insmod error could not insert module ... invalid module format,内核版本号一致,但是version of symbol module_layout不一致,是编译内核和驱动时配置不一致导致。重新编译内核,重启,解决该问题。...

#linux#驱动开发
暂无文章信息