Windows

software

PowerToys

LightShot 截图工具 or snipaste

coreDNS


Corefile
my-core-dns-service.xml
winSW
检查一下 nslookup example.com 127.0.0.1
改WiFi的dns:

v2rayN

JDownloader2

qbittorrent

Twinkle Tray

荐片高清影音

potplayer

cudaText

ctr-shift-p

hhkb Keymap Tool

ssh

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
ssh 配置 client 无密码登录

远程主机中:
cd .ssh // 没有就执行 ssh-keygen
vi authorized_keys
将id_rsa.pub复制进去
chmod 600 authorized_keys

本地:
cd .ssh
vi config
Host hostA //名字随便起
Hostname ip
Port 22
User xx
ServerAliveInterval 120 //每2分钟发一个空包,保持连接用的
ServerAliveCountMax 5 //5次收不到服务端响应就断开
Host * // *匹配所有
Port 22
ServerAliveInterval 120 //每2分钟发一个空包,保持连接用的
ServerAliveCountMax 5 //5次收不到服务端响应就断开

使用:
ssh hostA

帮助:
man ssh_conifg

other optional utils:
PuTTY
mRemoteNG

local

openJDK
eclipse
eclipse_preferences.epf
settings.xml
RainbowDrops.xml

dns over https

https://doh.libredns.gr/noads
https://dns.quad9.net/dns-query