- brief introduction
- Table of contents
- Latest documents
华硕固件路由器安装nps服务提示目录read-only
1.故障现象 laoding@RT-AX56U-1B68:/tmp/home/root# ./npc install 2024/04/25 18:12:13 mkdir:/usr/local/bin/ 2024/04/25 18:12:13 mkdir /usr/local/bin/: read-only file system 2.重新挂载为读写模式 mount -o remount,rw /………
laoding - April 25, 2024, 6:19 p.m.
nps服务端配置信息详解
1.服务端配置文件位置://etc/nps/conf/nps.conf ```c 应用名称 appname = nps # 内网穿透代理服务器的名称 启动模式(开发模式|生产模式) runmode = dev # 运行模式,可以是开发模式或生产模式 HTTP(S) 代理端口,如果为空则不启动 http_proxy_ip = 0.0.0.0 # HTTP 代理的 IP 地址 http_pro………
laoding - April 19, 2024, 1:11 p.m.
XUI面板安装及节点IP设置
一、Docker安装 在root目录下新建2个目录x-ui和cert,在SSH工具运行下列命令: c docker run -itd --network=host \ -v $PWD/db/:/root/x-ui/ \ -v $PWD/cert/:/root/cert/ \ --name x-ui --restart=unless-stopped \ enwaia………
laoding - April 12, 2024, 6:41 p.m.
Frp内网穿透的相关指引
1.前往Github下载对应的版本,或者用命令行 c wget https://github.com/fatedier/frp/releases/download/v0.52.3/frp_0.52.3_linux_arm.tar.gz c tar -xvzf frp_0.52.3_linux_arm.tar.gz c cd frp_0.52.3_linux_arm 2.编辑运行配置文件 服务器端………
laoding - April 8, 2024, 12:48 a.m.