实测Ubuntu是可用的,理论上都可以。
bash ……继续阅读 »
haoduck
6个月前 (10-19) 63浏览 1评论
0个赞
一、下载安装阿里云盘上传程序
1. 安装Python环境
apt install -y git
apt install -y python3 python3-pip
2. 下载程序
git clone https://github.com/Hidove/aliyundrive-uploader ~/.aliup
python3 -m pip install ……继续阅读 »
haoduck
7个月前 (09-20) 35浏览 0评论
1个赞
最近使用的oneindex出现白屏了,总是一段时间会出现,之前搜索过解决方案,没有找到一个说明问题原因的答案,于是自己动手试试。如果你不需要了解这个过程直接看后面修改方法。
思路
oneindex出现白屏后,我尝试在postman上使用base.php里面的refreshtoken重新获取accesstoken,提示refreshtoken是……继续阅读 »
haoduck
7个月前 (09-05) 82浏览 1评论
0个赞
首先你要有一个Office E5开发者订阅,如果没有,你可以参考这篇文章申请一个。https://haoduck.com/305.html
其他基础的问题就不多说了,直接开始
一、注册Azure应用
记得是用订阅下的子账号申请,也就是默认域名为@xxxx.onmicrosoft.com的账号。
登录Azure,https://portal.azure.com……继续阅读 »
haoduck
8个月前 (08-15) 321浏览 7评论
0个赞
Ubuntu/Debian
curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash
sudo apt-get install speedtest
Fedora/Centos/Redhat
curl -s https://install.speedtest.net/app……继续阅读 »
haoduck
8个月前 (08-14) 36浏览 0评论
0个赞
项目下必须文件Dockerfile、heroku.yml
Dockerfile内容如下
heroku.yml内容如下
build:
docker:
web: Dockerfile
heroku create [appname] #appname可忽略,自动生成随机应用名,同时是默认URL的域名前缀
git init #(已经是git项……继续阅读 »
haoduck
8个月前 (08-12) 27浏览 0评论
0个赞
去vast.ai租显卡,卖家大部分是个人,基本都是家宽IP,临时用来注册账号什么的挺好
最便宜的1080ti一小时只要0.15美元,用一整个月也才108美元,不需要GPU还可以挖矿收回一半以上成本
ps:使用frp穿透转发流量
原帖:https://hostloc.com/thread-875076-2-1.html
……继续阅读 »
haoduck
8个月前 (08-05) 27浏览 0评论
0个赞
{
"Version": "13.4.0",
"Name": "大众点评客服",
"DestinationType": "ImageUploader",
"RequestMethod": "POST",
"RequestURL": "https://kf.dianping.com/api/file/burstUploadFile",
……继续阅读 »
haoduck
8个月前 (08-05) 54浏览 1评论
0个赞
Github地址:https://github.com/SystemRage/py-kms
支持用Docker部署docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms
Docker安装可见:https://haoduck.com/239.html
支持激活的系统和软……继续阅读 »
haoduck
8个月前 (07-29) 43浏览 1评论
0个赞
Demo:https://haoduck.com/note
Github地址:https://github.com/pereorga/minimalist-web-notepad
PHP的程序,也没什么好说的。
值得一提的是也支持Docker
方法是这样
https://github.com/pereorga/minimalist-web-notepad……继续阅读 »
haoduck
8个月前 (07-29) 21浏览 0评论
0个赞