vps使用rclone挂在google drive

curl https://rclone.org/install.sh | sudo bash rclone config mkdir -p /home/gdrive 新建一个/usr/lib/systemd/system/rclone.service 文件内容为: /etc/systemd/system Description=rclone &...
ZephyrXT 发布于 

小米K30s刷欧洲版Rom(xiaomi.eu)

ADB工具:https://developer.android.com/studio/releases/platform-tools 解锁bootloader:https://en.miui.com/unlock/download_en.html 刷入twrp:https://forum.xda-developers.com/xiaomi-mi-10t/de...
ZephyrXT 发布于 

上海IP to CIDR

http://ips.chacuo.net/view/s_SH http://ip.chacuo.net/ipconvert http://ip2cidr.com/bulk-ip-to-cidr-converter.php
ZephyrXT 发布于 

自动签到脚本修改

! /usr/bin/env python -- coding: utf-8 -- vim:fenc=utf-8 Copyright © 2016 Binux <[email protected]> import os os.chdir(r'/usr/local/qiandao-master/') import sys import loggi...
ZephyrXT 发布于 

bitwarden_rs 搭建自托管的密码服务器

https://github.com/dani-garcia/bitwarden_rs 安装Docker yum -y install docker 启动docker systemctl start docker 开机自启 systemctl enable docker 运行 bitwarden_rs 容器 docker pull bitwardenrs...
ZephyrXT 发布于 

Youtube 1080p视频下载

https://sourceforge.net/projects/megui/ https://mkvtoolnix.download/ 1.使用youtube-dl下载视频1080p raw(无声)  2.同样下载720p视频(有声) 3.yamb分离出720p音频(一般为aac格式)  ...
ZephyrXT 发布于 

linux 下载youtube视频

官网:http://rg3.github.com/youtube-dl/ 至少需要python2.5以上环境版本 wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl chmod a+rx /usr/local/bin...
ZephyrXT 发布于 

内网穿透frp、nps 奇技

https://github.com/fatedier/frp wget https://github.com/fatedier/frp/releases/download/v0.31.2/frp_0.31.2_linux_amd64.tar.gz tar -zxvf frp_0.31.2_linux_amd64.tar.gz cat /etc/syste...
ZephyrXT 发布于 

使用AdGuard Home搭建一个无广告和跟踪的公共DNS

https://webcache.googleusercontent.com/search?q=cache:efon2qGasJQJ:https://www.xiaoz.me/archives/12318+&cd=1&hl=zh-CN&ct=clnk&gl=us CentOS 7 X64安装...
ZephyrXT 发布于 

使用ADB不root删除小米MIUI系统自带应用

https://fengooge.blogspot.com/2019/03/taking-ADB-to-uninstall-system-applications-in-MIUI-without-root.html https://developer.android.com/studio/releases/platform-tools ...
ZephyrXT 发布于