安装: yum install net-tools apt install net-tools 使用/介绍: 1.netstat -anp |grep 端口号 如下,以15000为例,netstat -anp |grep 15000 上图中主要看监控状态为LISTEN表示已经被占用,后面的./frps则表示当前被frps应用占用。 2.netsta…
FRP介绍: 通过在具有公网 IP 的节点上部署 frp 服务端,可以轻松地将内网服务穿透到公网,同时提供诸多专业的功能特性,这包括: 客户端服务端通信支持 TCP、KCP 以及 Websocket 等多种协议。 采用 TCP 连接流式复用,在单个连接间承载更多请求,节省连接建立时间。 代理组间的负载均衡。 端口复用,多个服务通过同一个服务端端口暴…
以下是清除CentOS 6或CentOS 7服务器上的磁盘空间的快速命令。 首先需要安装yum-utils包: yum -y install yum-utils 1.修剪日志文件 find /var -name "*.log" \( \( -size +50M -mtime +7 \) -o -mtime +30 \) -exe…
大佬做出来的项目,开源在github,已经停止更新,但是目前足够个人用户使用:https://github.com/ZeroDream-CN/SakuraPanel 分享目的: 发现目前比较少带限速、限制流量,或者说是支持多用户的内网穿透面板,发现github有这个项目于是Fork并分享记录下来。 使用方法: 这里整合补充github官方的使用方法…
curl -6 https://ifconfig.co curl -4 https://ifconfig.co curl -6 https://ipv6.icanhazip.com curl -4 https://ipv4.icanhazip.com curl -6 https://ifconfig.io curl -4 https://ifcon…
网上找到很多类似: set_real_ip_from 0.0.0.0/0; real_ip_header X-Forwarded-For; 这些并不能真正获取访客的真实ip。 亲测以下代码才能真正获取: proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_he…
Chevereto 图床程序页面底部的默认版权信息是 Powered by Chevereto,如果我们想自定义底部的版权信息,比如加上备案号,可以通过修改程序的源代码来实现。 修改首页代码 修改 index.php 文件,位置: /chevereto/app/themes/Peafowl/views/index.php 找到下述代码: <d…