Revanced Step
ReVanced 去掉APP里烦人的广告喵!
前言
一年前,有一个 Vanced YouTube
项目,通过修改 U2B 的 APK 包来免除广告,得到和 YouTube Premium 一样的体验——然后这个项目就被律师函了,现在项目已经关闭,只有两个付费广告拦截插件了喵。
一年前,有一个 Vanced YouTube
项目,通过修改 U2B 的 APK 包来免除广告,得到和 YouTube Premium 一样的体验——然后这个项目就被律师函了,现在项目已经关闭,只有两个付费广告拦截插件了喵。
Traefik 是一组 go 写的网络代理,不过这次我们只用它 Proxy 这一部分来替换 nginx 作为网页前端反代使用喵~(其实它还可以作为 HAProxy 的替换喵)
优点:
事实上,ZFS 现在已经通过设置多个 systemd .service 和 .target 来开启自动挂载功能。1
sudo systemctl enable zfs-import-cache.service
sudo systemctl disable zfs-import-scan.service
sudo systemctl enable zfs-mount.service
sudo systemctl enable zfs-share.service
sudo systemctl enable zfs-zed.service
sudo systemctl enable zfs.target
/etc/samba/smb.conf
里配置好 [global]
部分2:[global]
...
usershare path = /var/lib/samba/usershares
usershare max shares = 100
usershare allow guests = yes
usershare owner only = no
/var/lib/samba/usershares
目录,并设置权限:sudo mkdir -p /var/lib/samba/usershares
sudo chmod +t /var/lib/samba/usershares
sudo systemctl restart smbd.service
sudo zfs set sharesmb=on /tank/volume
个人推荐使用 Scoop 包管理器,下面很多提及指令都可以通过 Scoop 直接安装喵~
# Fix policy
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
# Install
iwr -useb get.scoop.sh | iex
scoop install aria2 sudo which git nvm
推荐安装 Oh my posh
来进行美化(虽然它还可以用来做更多的事情喵)
本脚本使用 Node.js 写成,所以需要一个起码支持 ES6 module 的 Node 即可正常运行喵~
npm i
安装依赖库;node .\index.mjs your-path-to\ghost.db [export_path]
即可喵~YYYY-MM\slug.md
的格式存储,不会一次性在目录下弄出大量文件也避免文件名冲突喵~index.mjs