常用软件
图片查看
- XnView用来批量查看图片很方便
虚拟显示器
nomi-san/parsec-vdd: ✨ Perfect 4K@240Hz Virtual Display (github.com)
moonlight & sunshine
十六进制编辑器
高星的十六进制编辑器:ImHex
Azure Data Studio(数据库可视化)
https://github.com/microsoft/azuredatastudio 长得像VSCode的数据库管理软件,还有插件
远程连接管理
xpipe-io/xpipe: Your entire server infrastructure at your fingertips
开源资源下载工具
https://github.com/putyy/res-downloader
开源临时文件共享
https://github.com/vastsa/FileCodeBox
更高级的ssh工具
先按照 https://github.com/trzsz/trzsz-ssh 安装tssh,Linux、Windows都行,如果要支持文件传输,则需要安装trzsz 见 https://trzsz.github.io/cn/ 。
sudo apt update && sudo apt install software-properties-common
sudo add-apt-repository ppa:trzsz/ppa && sudo apt update
# windows下安装,需要管理员权限的powershell
choco install tssh
# linux下安装tssh
sudo apt install tssh
# 安装trzsz
sudo apt install trzsz支持拖拽
# 在 ~/.ssh/config 或 ExConfigPath 配置文件中,配置 EnableDragFile 为 Yes 启用拖拽上传功能。
Host *
# 如果配置在 ~/.ssh/config 中,可以加上 `#!!` 前缀,以兼容标准 ssh
EnableDragFile Yes打开文件传输窗口
# 打开上传窗口
trz
# 从服务器上下载文件到本地
tsz <file_path>ZeroTier
是一个开源的虚拟局域网 (Virtual LAN) 解决方案 zerotier: https://github.com/zerotier/ZeroTierOne 快速部署方式: https://github.com/xubiaolin/docker-zerotier-planet
neovim
见Vim