background picture of the home page

Hi,Friend

b站412错误

问题 错误号:412 由于触发哔哩哔哩安全风控策略,该次访问请求被拒绝。 The request was rejected because of the bilibili security control policy. 表现为,有投稿,但是看不到 原因 测试后发现是开着系统代理会出现这种问题

thumbnail of the cover of the post

目前看好的云服务器

雨云 https://app.rainyun.com/dashboard 目前在用,老牌稳定 糖糕云 https://www.tanggaoyun.com/ 有高主频I9-10850K相对便宜,但是大多nat,只给几个端口 镜像系统不是很新 炭云

thumbnail of the cover of the post

【TODO】软件安装包制作

当前所知道的主流的两个打包软件:NSIS、Inno Setup 目标是制作一个 自用下崽儿器(软件安装管理器),用来在重装系统后,快速恢复环境 安装包原理 无需任何工具!exe安装包制作原理详解 注册表相关 谁动了我的注册表

thumbnail of the cover of the post

虚拟声卡

游戏内完美放歌,无回音/可开麦(Voicemeeter Banana)_哔哩哔哩_bilibili VB-Audio VoiceMeeter Banana VB-Audio 主页

thumbnail of the cover of the post

GPT4被降智了怎么办?

问题 ChatGPT有时候的回答很傻,GPT4有时候让它画图,它说它没有画图功能,后面才发现是被降智了,怎么解决GPT4被降智的问题? 回答 跟 ip 有关,chatgpt 会对非家宽 ip 进行无提示的服务降级,包括 plus 用户也会被降级。降级特征除了回答质量变差,还有 4o 模型无网络搜索、

thumbnail of the cover of the post

【脚本】跟踪链接净化

净化所有网站上的跟踪链接和事件 在篡改猴上使用 greasyfork脚本安装:https://greasyfork.org/zh-CN/scripts/456881-%E8%B7%9F%E8%B8%AA%E9%93%BE%E6%8E%A5%E5%87%80%E5%8C%96 主要功能 开启脚本后默认

thumbnail of the cover of the post

Debian软件源换源sources.list

https://mirrors.tuna.tsinghua.edu.cn/help/debian/ Debian12 打开配置文件 nano /etc/apt/sources.list 注释掉原来的,添加进新的 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb

thumbnail of the cover of the post

dst萝卜云服务器定时开服脚本

使用 selenium 库 模拟浏览器事件 启动方式 一键启动脚本(windows下) 下面py脚本命名为萝卜dst服务器一键启动.py 创建一键启动脚本一键启动.bat 注意有中文,编码要转为ANSI编码 @echo off echo 正在启动脚本... python ./萝卜dst服务器一键启动

thumbnail of the cover of the post

电路仿真

circuit 偏玩具向,但比较形象,适合给不懂电路的人展示 https://www.falstad.com/circuit/

thumbnail of the cover of the post

文本转语音

在线 https://www.bilibili.com/video/BV1aN4y1z71B/ 4个非常好用的在线文本转语音网站,让你轻松实现文本朗读,无论是学习、工作还是娱乐,都可以用到 或许哪一天就会需要 网址: 1、https://www.text-to-speech.cn 2、https:/

thumbnail of the cover of the post

【弃坑】在ipv6下使用ddns

关键词:ipv6,cloudflare,ddns-go,Nginx Proxy Manager,1Panel,树莓派 1Panel部分 为了方便部署,先在树莓派上装上1Panel, 接着从1Panel安装ddns-go与Nginx Proxy Manager, ddns-go部分 在cloudfla

thumbnail of the cover of the post

使用curl下载github/gitee项目的某一文件

github 要使用 curl 下载 GitHub 项目的某一文件,可以按照以下步骤进行: 找到你想下载的文件的原始链接。在 GitHub 页面上,导航到你想下载的文件,点击“Raw”按钮以查看文件的原始内容。 复制该链接。 使用 curl 命令下载文件,命令格式如下: curl -O [原始链接]

thumbnail of the cover of the post

Termux与Tmoe与docker

Termux 手机用linux:Termux wiki:https://wiki.termux.com/wiki/Main_Page 软件包:https://github.com/termux/termux-app 这里我选的arm64-v8a下载安装的 安装curl pkg install cur

thumbnail of the cover of the post

【篡改猴脚本】B站视频合集排序

大体完成 剩下有个问题是排序之后,点击其他part跳转的问题,在156-159行 需要先研究一下b站原来是如何实现的 篡改猴脚本 // ==UserScript== // @name B站视频合集排序 // @namespace http://tampermonkey.net/

thumbnail of the cover of the post

自建网盘ipv6化

当前的网盘是在内网的树莓派上,要想访问还需要过一层frp,就多了一层限制网盘文件传输速度的瓶颈,事实也是如此,作为frp服务端的服务器网络速度并不是很大,前几天正好将光猫设置为了桥接模式,所以就想顺便整一下ipv6 看了这么多参考还是有点迷糊,故而去完整的再学一遍计算机网络的知识: 中科大郑烇、杨坚

thumbnail of the cover of the post