X96max+开启LED
控制LED显示屏登录到 Armbian 系统→输入命令: 1armbian-openvfd
免费容器运行openlist
1. index.js代码1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374const fs = require('fs');const { execSync, spawn } = require('child_process');const path = require('path');const https = require('https');const tar = require('tar');const OPENLIST_PATH = path.join(__dirname, 'openlist');const DOWNLOAD_URL =...
银河麒麟系统V10版本忘记用户密码
1. 开机进入引导界面,按e,然后 linux /vmlinuz 行security前 添加1init=/bin/bash console=tty0 2. ctrl+x 或者按F10进入单用户模式3. passwd (忘记密码的用户名)4. /sbin/reboot -f 强制重启系统
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优选域名列表
...
使用cloudflared+gost+nezha-agent科学上网
1、在本地运行 gost 并使用cloudflare创建隧道,安全性选择灵活12345678910111213141516171819# 20000为cloudflare 回源或穿透端口 这个是在openwrt或者本地服务器运行的cat << 'EOF' > /etc/init.d/gost#!/bin/sh /etc/rc.common# 使用传统模式,不定义 USE_PROCD=1START=99start() { # 使用 nohup 让程序在后台免疫挂断,并将输出重定向,避免阻塞 chmod +x /root/gost/gost nohup /root/gost/gost -D -L "relay+ws://:20000?path=/3b451552-e776-45c5-9b98-bde3ab99bf75&bind=true" >/dev/null 2>&1 &}stop() { # 停止时直接杀掉 gost 进程...
如何获取免费服务器
打开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" ...
