# test **Repository Path**: wx_lyx/test ## Basic Information - **Project Name**: test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test #### 介绍 {**以下是 Gitee 平台说明,您可以替换此简介** Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} #### 软件架构 root@ubuntu:/etc/hids/agent# cat ../plugin/driver/driver_r00001.log [2021-04-25 04:56:27.866911 +00:00] INFO [driver] src/main.rs:32: Crash check passed [2021-04-25 04:56:28.015566 +00:00] INFO [driver] src/main.rs:40: Kernel version check passed [2021-04-25 04:56:37.155261 +00:00] INFO [driver::prepare] src/prepare.rs:133: Last version is the same version [2021-04-25 04:56:50.270339 +00:00] INFO [driver::prepare] src/prepare.rs:114: insmod hids_driver success [2021-04-25 04:58:11.761716 +00:00] ERROR [driver] src/main.rs:88: IO error while reading marker: failed to fill whole buffer #### 安装教程 wget "http://lf26-elkeid.bytetos.com/obj/elkeid-download/ko/hids_driver_1.6.0.0_$(uname -r).ko" #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 wget https://dl.google.com/go/go1.14.linux-amd64.tar.gz && tar -zxvf go1.14.linux-amd64.tar.gz -C /usr/local/ export GOROOT=/usr/local/go export GOBIN=$GOROOT/bin export PATH=$PATH:$GOBIN go env -w GOPROXY=https://goproxy.cn [source.crates-io] #registry = "https://github.com/rust-lang/crates.io-index" # 替换成你偏好的镜像源 replace-with = 'ustc' #replace-with = 'sjtu' # 清华大学 [source.tuna] registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git" # 中国科学技术大学 [source.ustc] registry = "git://mirrors.ustc.edu.cn/crates.io-index" # 上海交通大学 [source.sjtu] registry = "https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index" # rustcc社区 [source.rustcc] registry = "git://crates.rustcc.cn/crates.io-index"