安装sysbench
进入到sysbench源码目录/tmp/soft/sysbench-1.0.20
1[root@centos7 sysbench-1.0.20]#
执行autogen.sh用它来生成configure这个文件
1[root@centos7 sysbench-1.0.20]# ./autogen.sh
执行configure &...
上传并解压工具12345678910111213wget https://ghdl.feizhuqwq.cf/https://github.com/google/AFL/archive/refs/tags/v2.57b.tar.gz[root@k8smaster soft]# tar -zxvf AFL-2.57b.tar.gz [root@k8smaster soft]# lsAFL-2....
安装12345678910111213[root@Centos8 lx]# pip3 install cloudperf[root@Centos8 lx]# cloudperf prices --filter region=us-west-2 | head -10 instanceType region spot-az vcpu memory price ...
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485[admin@Centos8 lx]$ pwd/opt/lx# 输入下面...
下载安装12345678910111213141516[root@Centos8 lx]# git clone https://github.com/aquasecurity/linux-bench.git 'linux-bench'...remote: Enumerating objects: 547, done.remote: Counting objects: ...
Shell介绍1docker run -itd --privileged --name centos7-shell centos:centos7.9.2009 /bin/bash
看懂shell
能改shell
能写shell
优化shell
shell是一个程序,用C语言编写,用户和linux内核沟通的桥梁。既是一种命令语言又是一种解释性的编程语言
• kernel:为软件服务,接...
下载安装12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091[root@Centos8 lx]# p...
Centos8安装确定python环境是否符合123[root@Centos8 locust]# python3 -VPython 3.10.6[root@Centos8 locust]#
安装locust1234[root@Centos8 lx]# cd locust[root@Centos8 locust]# pwd/opt/lx/locust[root@Centos8 locust...
GDB安装本节下载的 GDB 源码包为 gdb-9.2-tar.gz,接下来以 CentOS 系统为例(也同样适用于其它 Linux 发行版),给大家演示整个安装过程:
找到 gdb-9.2-tar.gz 文件,笔者将下载好的 gdb-9.2-tat.gz 放置在 /usr/local/src 目录下:
123[root@bogon ~]# cd /usr/...
创建文件夹,存放解压后的jdk文件123456[root@Centos8 local]# pwd/usr/local[root@Centos8 local]# mkdir java[root@Centos8 local]# cd java[root@Centos8 java]# pwd/usr/local/java
上传从JDK官网下载号的压缩包文件12[root@Centos8 java...