# KSA **Repository Path**: h455257166/ksa ## Basic Information - **Project Name**: KSA - **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-07-08 - **Last Updated**: 2021-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Ubuntu下的安装方法KSA看雪 1. 修改 ubuntu 下 root 用户的密码: ``` sudo passwd 或 sudo passwd root ``` 2. 切换到 root 用户: ``` su root ``` 3. 安装 git: ``` apt-get install git ``` 4. 拉取文件到 ksa 文件夹 ``` git clone https://gitee.com/h455257166/ksa.git ksa ``` 5. 进入 ksa 文件夹,安装并启动服务 ``` chmod +x ksa* #给ksa软件添加可执行权限 ./ksa_x64 #启动ksa ``` 6. 终极[一键安装]: ``` sudo apt-get install git && git clone https://gitee.com/h455257166/ksa.git ksa && cd ksa && chmod +x ksa* && ./ksa_x64 ```