In Linux, dash is a web-based Linux server monitoring panel used to monitor Linux server information; through "linux-dash", you can monitor CPU, memory, load, network, disk, etc. in real time and on demand. Users and many other system conditions.
#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
What does dash mean in Linux
Linux Dash is a web-based dashboard that looks simple and refreshing and can be used to monitor Linux server information. Through linux-dash, you can monitor CPU, memory, load, network, disk, user and many other system conditions in real time and on demand.
Has the following features:
A beautiful, simple web-based Linux server monitoring panel
Just Only requires 1MB (.git removed)
Real-time data visualization updates, refreshable, and continuously added modules
Supported in PHP, Node .js, Python, and Go
Installation:
Step 1: Download Linux Dash
Clone git project
Chinese version of git clone warehouse address
Step 2: Regarding the security issues of Linux Dash
Linux Dash does not have any security or authentication functions
Strongly recommended Add security measures on the basis of Linux Dash
Step 3: Start Linux DashLinux Dash can run on: Node.js, PHP, Go, and Python.
It is recommended to use `Node.js ` Because it natively supports `websockets` and high-performance `I/O` operations.
First download or clone linux-dash and then refer to the section for your environment:
Node. js
NPM install dependency files
npm install
Start Linux Dash
node server/
The default port is 80 and the port needs to be changed Go to the server/index.js file and modify the port number.
PHP
Start your exec, shell_exec, and escapeshellarg function modules
Restart your web server (Apache, nginx, etc.)
Go
Enter the directory of linux-dash/server and run
go run index.go
Python
Run ./python-server.py. The default port is 80. You need to change the port and go to the python-server.py file to modify the port number.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What does dash mean in linux?. For more information, please follow other related articles on the PHP Chinese website!