Pull requests Linux运维监控工具,支持系统硬件信息,内存,CPU,温度,磁盘空间及IO,硬盘smart,GPU,防火墙,网络流量速率等监控,服务接口监测,大屏展示,拓扑图,端口监控,进程监控,docker监控,日志监控,文件防篡改,数据库监控,指令批量下发执行,web ssh,Linux面板(探针),告警,SNMP监测,K8S,Redis,Nginx,Kafka,资产管理,计...
docker pull billchurch/webssh2:0.4.6 2、编写docker-compose.yml和config.json (这里tab是两个空格,用vim复制粘贴记得先执行 :set paste) 代码语言:javascript 代码运行次数:0 运行 AI代码解释 version:'3'services:webssh2:image:billchurch/webssh2:0.4.6container_name:webssh2ports:-0.0.0.0:2222:2222he...
Apache Config Nginx Config Php Web Server The minimum configuration to get the application running under Apache is: <VirtualHost *:80> ServerName domain.tld ServerAlias www.domain.tld DocumentRoot /var/www/project/web <Directory /var/www/project/web> AllowOverride All Order Allow,Deny Allow from ...
安装NVM curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash source ~/.bashrc 1. 2. 安装稳定版node.js nvm ls-remote --lts 查询最新版本号 v8.13.0 (LTS: Carbon) v8.14.0 (LTS: Carbon) -> v8.14.1 (Latest LTS: Carbon) nvm install 8.14.1 # 版本...
Running behind an Nginx serverwssh --address='127.0.0.1' --port=8888 --policy=reject# Nginx config example location / { proxy_pass http://127.0.0.1:8888; proxy_http_version 1.1; proxy_read_timeout 300; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy...
step2. 部署到nginx (使用https是可选的) 因为webconsole是基于HTML的,浏览器的复制和粘贴功能受到安全机制的限制,只能在HTTPS下使用,当然若不想麻烦,也可忽略此步骤,直接使用HTTP本地测试,只是不能使用浏览器的复制和粘贴功能。 127.0.0.1 webconsole.wl4g.debug # 添加hosts ...
# vi /usr/local/nginx/conf/nginx.conf修改nginx配置文件 server { listen80; server_namessh.xiaolu.com; location / { proxy_pass http://127.0.0.1:8022; } 创建一个用户: # useradd xiaolu创建用户 # passwd xiaolu设置密码 ajaxterm --daemon --port=8022 --uid=xiaolu启动服务 ...
利用Nginx 实现 url 转发功能 由于最近折腾了一下 ipv6,利用 ddns-go 做了动态域名解析,也算是有了一台放在家里的公网服务器。不方便的地方就在于输入域名后还要输入端口号,毕竟家宽都是封锁 80、443 端口的。 于是想着利用腾讯云 dnspod 的 url 转发功能,输入域名跳转到带有端口的页面,确实也挺好用,不好的地...
step2. 部署到nginx (使用https是可选的) 测试CA跟证书(若使用https) 特性 度量及指标 运行环境 运行截图 主要依赖项目 其他说明(如果需要) 待办清单 自定义开发指南 XCloud WebConsole 一个轻量的企业级Web的控制终端程序,汇集了大多数同类产品优点于一身,支持SSH2/lrzsz、(RDP/RFB/Telnet)、审计和录屏等 En...
背景:有的SSH连接提示 host key,很麻烦,如何取消。 The host you specified (47.94.88.*), port 22 matched several entries in the host key database, but the server's host key did not match any of the entries. See the help file for instructions on manually maintaining the host key database...