使用GOST通过隧道进行端口转发
落地机、中转机安装 gost使用下方命令下载64位版本。wget -N --no-check-certificate https://github.com/ginuerzh/gost/releases…
使用CF WORKER自定义域名进行反代。
准备好一个域名。DNS需要设置为CF。创建一个workers,保存部署后编缉代码,输入下方代码。'use strict' /** * static files (404.html, sw.js, co…
Linux安装NFS文件共享服务器。
本文使用Debian12.安装nfs。apt install nfs-kernel-server nfs-common配置nfs。vi /etc/exports在最下方加入行。/需要共享文件路径 *(…
Linux安装python3.10与PIP
本文使用Debian11系统。apt update && apt upgrade -yapt install wget build-essential libncursesw5-dev…
Debian 11 安装Apache Guacamole-Server 配置Next-Terminal在线SSH RDP堡垒机
本文仅适用于Debian11,12系统编译报错,需自行进行排查。一、安装Apache Guacamole-server1.安装依赖apt update -y && apt instal…
Debian10升级内核到最新版
添加软件源1、方法1:ssh中直接输入代码,其中buster代表Debian10版本。 echo -e "\ndeb http://deb.debian.org/debian buster-…
爱快路由接入opnsense ipsec
opnsensen主动连接,爱快路由被动连接。(先启动opnsense方) 1.首先进行opnsense进行设置,点击 VPN --ipsec,添加阶段一设置 如下图: 2.添加阶段2,进行设置 3.…
一键DD脚本
原文:https://www.qfya.com/3808.html来源:清风博客 www.qfya.com一键DD脚本,支持性好,更智能更全面,支持国内外各种VPS重装,特别是对国内各种访问国外资源慢…