极路由1s (HC5661A)刷机教程

1,解锁ssh的关键源码保存以下代码为main.go文件在D:\OpenWrt\gee1s文件夹内:package main import ( "crypto/hmac" "crypto/sha1" "encoding...

自动获取优选IP

1,在github里创建项目,例如yxip2,在项目yxip里创建文件collect_ips.py,填入以下内容import requests from bs4 import BeautifulSoup import re import os # 目标URL列表 urls = ['...

解决【/tmp/openclash_last_version】下载失败

第一次进入openwrt里安装的openclash进行内核更新出现以下错误:2025-04-26 14:31:16【/tmp/openclash_last_version】下载失败:【curl: (6) Could not resolve host: raw.githubusercontent...

Openwrt扩容-安装前扩容和飞牛os虚拟机安装openwrt

Openwrt扩容-安装前扩容:https://blog.camelz.site/posts/1c069524.html飞牛os虚拟机安装openwrt地址:https://blog.camelz.site/posts/d9897655.html

github解决ssh:connect to host github.com port 22:Connection refused

执行以下命令hexo cl && hexo generate && hexo server假如报以下错误:warning: in the working copy of 'tags/飞牛/index.html', LF will be rep...

群晖docker安装1panel教程并配置mysql和openresty,并用docker compose安装Typecho

用docker安装安装1panel教程并配置mysql和openresty1,确保群晖已经安装docker2,安装 1Panel选的官方的ssh安装方式,使用SSH工具登录,确保root登录,假如不是,在命令行输入sudo -i然后拷贝下边命令安装并运行1panelcurl -sSL http...

群晖1panel安装ssl证书certimate

1,创建certimate的data文件需要挂载的文件夹我喜欢创建在docker目录下,进入docker文件,新增certimate文件夹,进入certimate文件夹,新增data文件夹2,创建docker-compose.yml在电脑本地创建docker-compose.yml,填入以下内...