经验分享共170篇 第3页
B2+CF+ShareX,实现无成本图床和便捷上传-行而思雨

B2+CF+ShareX,实现无成本图床和便捷上传

准备 1.一个cloudflare账号 https://dash.cloudflare.com/2.一个B2账号 https://www.backblaze.com/b2/cloud-storage.html3.windows软件ShareX 步骤 1.注册B2账号,点击进入B2 Cloud Storage,点...
福儿fule的头像-行而思雨福儿fule3年前
31330
搭建自己的 Bitwarden 密码服务器-行而思雨

搭建自己的 Bitwarden 密码服务器

Bitwarden和Bitwarden_rs有什么区别? Bitwarden_rs是用rust编写的兼容Bitwarden api的服务端,兼容Bitwarden客户端,运行起来更轻量 这里安装的就是Bitwarden_rs Installation docker安装 首先...
福儿fule的头像-行而思雨福儿fule3年前
17970
pip执行指令后报语法错误sys.stderr.write(f

pip执行指令后报语法错误sys.stderr.write(f”ERROR: {exc}”)解决办法

报错信息如下: Traceback (most recent call last): File '/usr/bin/pip', line 9, in <module> load_entry_point('pip==21.0.1', 'console_scripts', 'pip')() File '/usr/lib/python2.7/si...
福儿fule的头像-行而思雨福儿fule3年前
13614
用腾讯云轻量服务器搭建饥荒联机版专用服务器-行而思雨

用腾讯云轻量服务器搭建饥荒联机版专用服务器

前言 放寒假了,于是又把饥荒捡起来快乐的玩耍. 玩过饥荒联机版的小伙伴应该都遇到过这种情况:房间中的某人延迟飘红,严重的时候直接掉线. 此外,如果房主把游戏关了,那么房间内的其他人也会掉线(...
福儿fule的头像-行而思雨福儿fule3年前
112039
解决使用yum时出现Error: rpmdb open failed的问题-行而思雨

解决使用yum时出现Error: rpmdb open failed的问题

centos系统使用yum时报错如下: error: rpmdb: BDB0113 Thread/process 16932/139820367816768 failed: BDB1507 Thread died in Berkeley DB library error: db5 error(-30973) from dbenv->fail...
福儿fule的头像-行而思雨福儿fule3年前
01180
腾讯云解绑代理关联教程-行而思雨

腾讯云解绑代理关联教程

https://console.cloud.tencent.com/mypartner/service#/service 打开这个链接,填写解绑理由即可。 如果代理商不处理,三天后会自动解绑的。
福儿fule的头像-行而思雨福儿fule3年前
0550
记录python多版本导致的一个问题-行而思雨

记录python多版本导致的一个问题

最近在ikoula的vps安装了很多版本的python,删除了几个后,在安装需要python的软件时报以下错误 root@frhb54182flex:~# apt-get install nmap Reading package lists... Done Building dependen...
福儿fule的头像-行而思雨福儿fule3年前
01290
解决hexo部署到服务器时出现的fatal: cannot run hooks/post-receive: No such file or directory-行而思雨

解决hexo部署到服务器时出现的fatal: cannot run hooks/post-receive: No such file or directory

最近在折腾hexo,网上的资料也挺全面的。 但在部署到服务器上时出现了fatal: cannot run hooks/post-receive: No such file or directory 事实上post-receive这个文件是存在的。 于是在ssh中手...
福儿fule的头像-行而思雨福儿fule3年前
0530
centos8系统更新后打开宝塔面板出现/usr/bin/bt: line 334: /usr/bin/python: No such file or directory 的解决方法-行而思雨

centos8系统更新后打开宝塔面板出现/usr/bin/bt: line 334: /usr/bin/python: No such file or directory 的解决方法

系统是centos8 [root@i ~]# bt /usr/bin/bt: line 334: /usr/bin/python: No such file or directory [root@i ~]# [root@i ~]# which python /usr/bin/which: no python in (/usr/local/sbin:/u...
福儿fule的头像-行而思雨福儿fule3年前
01852
记录/c/Users/DELL/AppData/Roaming/npm/hexo: line 12: node: command not found的解决-行而思雨

记录/c/Users/DELL/AppData/Roaming/npm/hexo: line 12: node: command not found的解决

运行hexo时,出现hexo: line 12: node: command not found 这是因为之前安装MySQL配置环境变量的时候影响到了git 这时候我们重新安装一下node.js就可以了
福儿fule的头像-行而思雨福儿fule3年前
0920
使用Github Action自动续期EUserv的免费IPv6 VPS-行而思雨

使用Github Action自动续期EUserv的免费IPv6 VPS

GitHub项目地址: https://github.com/CokeMine/EUserv_extend 部署 打开上面的GitHub网址,右上角fork此项目 之后在自己fork的项目页面点击右上角的settings,找到secret,点击New  repository se...
福儿fule的头像-行而思雨福儿fule3年前
01360
闲置VPS搭建WebMonitor---实时监控网页变化,并发送通知-行而思雨

闲置VPS搭建WebMonitor—实时监控网页变化,并发送通知

项目地址: https://github.com/LogicJake/WebMonitor 特性: 支持requests请求网页,支持使用PhantomJS抓取异步加载的网页支持 xpath 和 css selector 选择器,支持 JsonPath 提取 json 数据支持...
福儿fule的头像-行而思雨福儿fule3年前
02780