Linux Dash是一个基于 Web 的 dashboard, 它看起来简洁、清爽, 可用来监视 Linux 服务器信息。通过 linux-dash,你可以实时、按需监 视CPU、内存、负载、网络、磁盘、用户等许多系统状况。
Linux Dash Docs Linux Dash v2.0: in Fall 2016.
## 特性 * 一个漂亮, 简单的基于web的linux服务器监控面板 * 仅仅只需要1MB *(.git removed)* * 实时数据可视化更新, 可刷新, 和不断添加的模块 * 支持在PHP, Node.js, Python, 和 Go 下安装
克隆 git 项目
# 中文版
git clone https://github.com/NoBey/linux-dash-zh.git
# 原版 地址
git clone https://github.com/afaqurk/linux-dash.git
Linux Dash 没有任何安全或身份验证功能
强烈建议 在Linux Dash 的基础上添加安全措施保护
首先下载或克隆 linux-dash
然后,参考部分为你的环境:
NPM 安装依赖文件
npm install
启动 Linux Dash
node server/
默认端口是80 需要改变端口去 server/index.js
的文件修改端口号.
##### PHP 1. 启动你的 `exec`, `shell_exec`, 和 `escapeshellarg` 功能模块 2. 重启你的web服务器 (Apache, nginx, etc.) - For PHP + Apache setup follow the [Digital Ocean tutorial](https://www.digitalocean.com/community/tutorials/how-to-install-linux-dash-on-ubuntu-14-04). - For help with nginx setup, see [this gist](https://gist.github.com/sergeifilippov/8909839) by [@sergeifilippov](https://github.com/sergeifilippov).
##### Go 进入 `linux-dash/server` 的目录 并运行 ``` go run index.go ```
To build a binary, run go build && ./server -h
. See @tehbilly's notes here for binary usage options
运行 ./python-server.py
默认端口是80 需要改变端口去 python-server.py
的文件修改端口号.
issues