Windows11跳过登录以及关闭防火墙跟自动更新脚本
一、跳过登录 shift+F101oobe\bypassnro 或者 12start ms-cxh:localonly 二、关闭防火墙跟自动更新123456789101112131415@echo offecho 关闭 Windows 防火墙...netsh advfirewall set allprofiles state offecho 关闭 Windows 更新服务...sc config wuauserv start= disabledsc stop wuauservecho 关闭用户帐户控制 (UAC)...reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /fecho 操作完成。exit
CF优选域名列表
...
使用lucky+stun+cloudflared+gost科学上网
1、在本地运行 gost12# 20000为cloudflare 回源或穿透端口gost -D -L "relay+ws://:20000?path=/3b451552-e776-45c5-9b98-bde3ab99bf75&bind=true" 2、在远程服务器使用nodejs运行index.js123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122const { spawn } = require('child_process');const http...
如何获取免费服务器
打开YouTube搜索下来关键词 ,然后筛选时间free server hosting for minecraft 24/7 free server hosting for minecraft bedrock 24/7 free server hosting for minecraft java 24/7
cloudflare+gost隧道穿透达到访问外网
1、服务端安装交互式运行12345678910# 创建/etc/cfd_return_server 文件夹mkdir -p /etc/cfd_return_server# 创建服务端文件夹并进入mkdir-p server && cd server# 运行一键安装脚本,bash <(wget -qO- https://ghfast.top/https://raw.githubusercontent.com/fscarmen/cfd_return/main/cfd_return.sh)# 后面根据提示输入配置信息 使用gost直接运行12345678# 下载gostwget https://github.com/go-gost/gost/releases/gost_# 解压tar zxvf gost_# 赋权chmod +x gost# 运行./gost -D -L "relay+ws://:8001?path=/8440230b-9b57-487b-967e-6bdad32471c2&bind=true" ...
docker安装openwrt
1、宿主机开启混杂模式1ip link set eth0 promisc on 2、创建macvlan 开启ipv612345678docker network create -d macvlan \ --subnet=192.168.2.0/24 \ --gateway=192.168.2.199 \ --subnet=2409:8a5c:492:f704::/64 \ --gateway=2409:8a5c:492:f704::1 \ -o parent=eth0 \ openwrt 3、 使用 nmcli 创建macvlan子接口nmcli 是 NetworkManager 的命令行工具,可以用来创建和管理网络接口。以下是创建 macvlan 子接口的步骤: 123456789# 创建 macvlan 子接口nmcli connection add type macvlan con-name mymacvlan ifname mymacvlan dev eth0 mode bridge# 启用 macvlan 子接口nmcli connection up...
cloudflared穿透
1、token模式运行国内docker-compose.yaml **123456789101112version: '3'services: cloudflared: image: cloudflare/cloudflared:latest container_name: cloudflared command: tunnel --no-autoupdate run --token eyJ ###或者下面的 #command: tunnel --no-autoupdate --protocol http2 run --token ${TUNNEL_TOKEN} network_mode: host environment: - TUNNEL_TRANSPORT_PROTOCOL=http2 - TUNNEL_REGION=us restart: always #...
数据库跟redis
数据库 数据库名称: freefilm 数据库用户: freefilm 数据库密码: lKeRJxFZHQPTd8m5 数据库地址: mysql.sqlpub.com 注册邮箱: qq@teml.net Redis1redis-cli -u...
