Windows软件

日常

autohotkey
everything
shadowsocks
snipaste

1
2
# http://www.xeylon.com/docker/114.html
docker run -d -p 5800:5800/tcp -p 5800:5800/udp jpacg/shadowsocksr -s 0.0.0.0 -p 5800 -k 密码 -m aes-256-cfb

privoxy-Windows 下使用 Privoxy 转换 socks5 代理为 Http 代理

1
2
3
# vi Privoxy/config.txt
# 底部加入一行:
forward-socks5 / 0.0.0.0:1080 .

qttabbar
FreeCommander XE

1
2
过滤: *
程序: D:\p\WinMerge\WinMergeU.exe

7-zip
chrome
金山词霸
xmind
irfanview
virtualbox
eyefoo
wiz
wps
f.lux
ccleaner
tim
qqpcmgr
listary
ev 录屏
potplayer
ditto
v2ray

编程

cmder
git
android studio
idea
visual studio code
fiddler
mariaDB
hedisql
java
apache
go
nodejs
python
gvim
emacs
typora

Windows 下搭建 FTP 服务器

https://blog.csdn.net/EXLsunshine/article/details/29181465
注意关闭防火墙

系统

快捷键

win+数字: 将软件锁定到任务栏后,通过这个快捷键可以快速打开(切换)软件;

Create Windows service from executable

1
2
3
4
sc.exe create <new_service_name> binPath= "<path_to_the_service_executable>"
sc.exe delete <service name>
# Use NSSM( the non-Sucking Service Manager ) to run a .BAT or any .EXE file as a service.
# http://nssm.cc/

bat2exe

mobaxterm
https://mobaxterm.mobatek.net/plugins.html

NetSetMan 5.0 - 16 年老牌工具更新,快速切换网卡 IP 地址、网关、DNS 工具[Windows] - 小众软件

stnkl/EverythingToolbar: Everything integration for the Windows taskbar.

Microsoft PowerToys | Microsoft Docs

wubiLex (WIN10 五笔助手) - 发现频道 - 小众软件官方论坛

复制到系统剪切板

https://stackoverflow.com/a/49536965

cat file | clip.exe

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env sh

# 获取tag名称:dev_2110221510
time=$(date "+%y%m%d%H%M")
t_tag="dev_${time}"

# 复制tag到系统剪切板
echo ${t_tag} | clip.exe
echo "TAG: ${t_tag} copied."

# 打标签
git tag ${t_tag}
git push origin ${t_tag}

# 打开Jenkins网页
start http://jenkins.lyloou.com

typora

Typora + PicGo-Core + Custom Command 实现上传图片到图床 - 简书
PicGo 插件 - 掘金

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
33
{
"picBed": {
"current": "github",
"uploader": "github",
"github": {
"repo": "lyloou/img",
"token": "xxx",
"path": "img/",
"customUrl": "",
"branch": "develop"
},
"gitee": {
"repo": "lyloou/image",
"branch": "master",
"token": "xxx",
"path": "v1",
"customPath": "",
"customUrl": ""
}
},
"picgoPlugins": {
"picgo-plugin-autocopy": true,
"picgo-plugin-gitee-uploader": true,
"picgo-plugin-rename-file": true,
"picgo-plugin-github-plus": true
},
"picgo-plugin-rename-file": {
"format": "{origin}_{y}{m}{d}{h}{i}{s}{ms}_{rand:6}"
},
"picgo-plugin-gitee-uploader": {
"lastSync": "2021-12-15 06:31:21"
}
}

edge

怎么关闭 Microsoft edge 浏览器双指左右滑动前后翻页的手势?电脑软硬件爱黑武论坛

1
Overscroll history navigation (disable)