chrome启用新样式下载提示
chrome://flags/#download-bubble
chrome://flags/#download-bubble
youtube-dl基本已死,速度奇慢。
yt-dlp替代
https://github.com/yt-dlp/yt-dlp
-N 多线程下载
-P 指定保存目录
配置文件yt-dlp.conf
放在exe的目录,示例:
# D:\Start\yt-dlp.conf
# 5线程下载,默认为1
-N 5
# 使用服务器上的代理
--proxy "socks5://ubuntu:1088"
# 保存到指定目录
-P "E:\Downloads\Videos"
手贱升级了PVE和黑群晖,踩了一堆坑,记录一下,以后没事不要手贱。
启动服务
sudo systemctl enable serial-getty@ttyS0.service
sudo systemctl start serial-getty@ttyS0.service
https://www.cnblogs.com/wswind/p/10911286.html
Get-ExecutionPolicy -List #查看当前的执行策略
Set-ExecutionPolicy -Scope 范围 执行策略
Scopes 范围
Process / CurrentUser / LocalMachine
执行策略
Restricted / AllSigned / RemoteSigned / Unrestricted / Bypass / Undefined
常用策略:范围当前用户、仅远程脚本需要签署
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C 命令行路径", 0, TRUE)
objShell.Run
的第2个参数,0不显示,1显示
手动关闭
taskkill /f /im XXX.exe
没事别想着换iPhone
序号 | 功能 | iOS | MIUI | ONEUI | 备注 |
---|---|---|---|---|---|
1 | push | 10 | 8 | 0 | |
2 | 通话录音 | 0 | 10 | 5 | |
3 | 第三方APP | 2 | 10 | 10 | iOS需自行手动签名 |
4 | 自动跳过广告 | 0 | 10 | 10 | 安卓13后李跳跳已更新 |
5 | NFC模拟卡 | 0 | 10 | 0 | |
合计得分 | 12 | 48 | 25 |
IPV6的优势:IPV6的地址很多,据说理论上可以为地球上的每粒沙子分配一个地址,所以网络支持IPV6并分配IPV6公网地址(240*开头)的话,可以直接访问内网设备,不再需要路由器设置端口转发。