战役存档位于:C:\Users\你的用户名\Saved Games\Warcraft III\Profile1
其中w3z文件是普通存档,w3p文件用来记载战役进度,w3v文件用来记载战役数据(过关时英雄携带的物品、学过的技能等等)

普通地图文件夹位于:C:\Users\你的用户名\Documents\Warcraft III\Maps
战役地图文件夹位于:C:\Users\你的用户名\Documents\Warcraft III\Campaigns

https://g.nga.cn/read.php?&tid=19846609&pid=387686292&to=1

下载Q-Dir
打开选项-系统-打开特权项 如:”System Volume Information”
就可以删除WindowsApps下的文件了。

Windows下,你需要在当前对用户目录下(C:\Users\xx\pip,xx 表示当前使用对用户,比如张三)创建一个 pip.ini在pip.ini文件中输入以下内容:

1
2
3
4
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn

tunnelbroker.net

Create Regular Tunnel,ping地址,Los Angeles, CA, US 延迟最低
系统选择debian/ubuntu,将内容粘贴到对应位置
systemctl restart networking

服务器端

下载安装包
解压出执行文件

1
2
xz -d <naiveproxy.tar.xz>
tar xvf <naiveproxy.tar>

新建Caddyfile并编辑

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
order forward_proxy before route
admin off
auto_https off
}

:443 {
tls path_to_crt path_to_key { #path_to_crt和path_to_key分别换为crt和key文件的绝对地址
ciphers TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
alpn h2 http/1.1
}

forward_proxy {
basic_auth username password #username password变更为帐号密码,后面登录用
hide_ip
hide_via
probe_resistance
}

@host {
host xxx1.com # naiveproxy使用的域名
}
route @host {
header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
}
reverse_proxy xxx2.com { # proxy的域名,未登录情况下会redirect到这里
header_up Host {upstream_hostport}
header_up X-Forwarded-Host {host}
}
}
}

运行caddy./caddy start

客户端配置

1
2
3
4
{
"listen": "socks://127.0.0.1:1080",
"proxy": "https://user:pass@example.com"
}

android端
NekoBox for Android

来源

wakelock保持应用唤醒状态

点击状态栏acquire wakelook

ssh的端口为2022

passwd

使用passwd userland更改密码

修改mirrorlist

1
2
/etc/pacman.d/mirrorlist
ca.us.mirror.archlinuxarm.org

电信测速

US: Los Angeles, California (DC2 AO) [USCA_2]

188MB/s, 150ms

US: Los Angeles, California (DC8 ZNET) [USCA_8]

144MB/s, 180ms

US: Fremont, California [USCA_FMT]

130MB/s, 180ms

重置保护 / 谷歌锁 Factory Reset Protection 的解除方法

刷入twrp的recovery
进入adb shell模式

1
dd if=/dev/zero of=/dev/block/bootdevice/by-name/frp bs=512 count=102

tw2.mirror.archlinuxarm.org 10MB/s
ca.us.mirror.archlinuxarm.org 18MB/s

0%