Warp+ Tunnel

Obtain 23.83PB bandwidthTelegram Bot:https://t.me/generatewarpplusbot get key/generate wgcf-profile-generator:https://replit.com/@zzzhhh11/wgcf-pro ... 继续阅读 »

分类: linux 标签: 2023-07-02

在PVE(Linux)上部署SMB服务

1、安装samba服务apt update && apt install samba -y 2、设置配置文件可以在/etc/samba/smb.conf末尾中添加 添加一个iso共享库注:[iso] //此处是路径,例如//10.13.14.2/iso[iso] ... 继续阅读 »

Linux获取静态IP

静态获取IP1、使用 ip addr命令查看查看网卡名和是否有网络,获知网卡名为ens33。 (2、输入vi /etc/sysconfig/network-scripts/ifcfg-ens33 ,修改ifcfg-ens33配置文件。) 配置IP地址网关cd /etc/sysconfig/net ... 继续阅读 »

通过Gost搭建隧道中转

通过Gost搭建隧道中转项目地址: https://github.com/go-gost/gost 官方文档: https://gost.run 下载Gost wget https://github.com/go-gost/gost/releases/download/v3.0.0-rc. ... 继续阅读 »

Linux部署Naive Proxy

安装golangwget https://go.dev/dl/go1.19.linux-amd64.tar.gz tar -zxvf go1.19.linux-amd64.tar.gz -C /usr/local/ vi /etc/profile /etc/profile 中添加 GO语言的 ... 继续阅读 »