Softwares on Windows

all platforms

awesome collection

Linux & Windows

File Management & Archiving

Imaging & AV

  • gimp

Editors

Coding

Networking

Transfer & Access

  • PuTTY + Xming
  • trzsz-ssh and trzsz, alternative to PuTTY+WinSCP
  • ScrCpy for Android manipulation
  • LocalSend file/msg sharing in LAN
  • 向日葵

Passwords

Windows

app management

Scripting & Enhancements

  • AutoHotkey shortcuts to non-interactive functions, such as starting apps
  • *Listary shortcuts to directories for standard model dialogs (in portable apps)
  • uTools shortcuts to search in files (better to use with Everything) / clipboard / memo / apps …
  • quicker shortcut icons for app sensitive functions, such as screenshot, QR scan, etc.
  • Ditto shortcuts to clipboard
  • ViolentMonkey for Chrome and Edge. Script sync to https://dav.jianguoyun.com/dav/

File Management & Archiving

less useful

  • BandiZip does not allow single item extraction within an archive.
  • 7-zip is limited in features.
  • PeaZip is slow.
  • jZip is detected and deleted by McAfee.
  • Comparison of above

Editors

less useful

Imaging & AV

less useful

Information

  • irreader for podcasts and RSS. portable config file.
  • SaladDict for Chrome & Edge. portable config file. maintenance stopped.
  • 欧陆词典 for standalone usage. online account sync. on/off-line dicts.

less useful

  • VeryCrypt
  • Calibre for Kindle

Networking

Clouds

drivesusages
One Driveconfigs, docs, small binaries
Nutsmusic, pictures
Syncplicitylarge apps and data
Baidu
奶牛、文叔叔, from Yahoo
  • RaiDrive for mounting (S-)FTP, Google Drive, One Drive, 坚果云, etc.
  • CloudDrive for Ali, etc.
  • tool list: CloudMounter, RaiDrive, Rclone, CloudDrive 2, Alist, SmartFTP

Transfer & Access

less useful

  • MiUI+ for MIUI manipulation. run winget install Xiaomi.MIUI+ in command line to install.
  • Tabby = PuTTY+WinSCP. Slow in startup.
  • Vysor for Android manipulation
  • Xtreme Download Manager with Chrome plugin, especially for in-page video download
  • Motrix download tool needing more tweaks
  • 快牙 to transfer across Android and Apple in LAN, replaced by LocalSend.
  • AirDroid to transfer across Android and Apple. Limited plan across WAN.
  • Mouse Without Borders for one set of keyboard and mouse across LAN. Alternative for Synergy.
  • TeamViewer for remote control, replaced by 向日葵
  • Total Control to control Android phones on PCs, replaced by ScrCpy
  • Syncplicity cloud. hard to download/sync.
  • SplashTop to remote control Windows from Android/Apple in LAN.
  • SpaceDesk same as SplashTop.

Coding

less useful

  • diagrams.net online/offline exe diagrams, being able to be integrated into Office
  • Postman

IME

  • Sougou Wubi

Passwords

less useful

  • BitWarden
  • LastPass
### 安装和配置 TRANSPORTER 的步骤 为了在 Windows 上成功安装并配置 Transporter,需遵循特定的操作流程。由于 Transporter 是基于 Go 编写的应用程序,在开始之前需要确保已经正确设置了 Go 开发环境。 #### 设置 Go 环境 前往官方网站 https://golang.org/dl/ 下载适用于 Windows 平台的最新版本 Go 安装文件,例如 `go1.10.3.windows-amd64.zip`[^3]。完成下载后将其解压缩至指定位置,并创建必要的子目录结构 (`pkg`, `bin`, `src`)。接着定义系统的环境变量 GO_HOME 指向 Go 的根目录,比如 E:\softwares\go;同时确认 PATH 中包含了 `%GO_HOME%\bin` 以便命令行能够识别 go 工具链。 ```powershell # 验证Go安装情况 PS C:\> go version ``` #### 获取 Transporter 应用源码 进入预先设定好的工作空间下的 src 文件夹内建立新的项目仓库路径: ```bash mkdir -p $env:GOPATH/src/github.com/compose/ cd $env:GOPATH/src/github.com/compose/ git clone git@github.com:your-repo-url.git transporter-project-name ``` 请注意这里的 Git URL 地址应替换为实际托管 Transporter 项目的远程地址。 #### 构建与运行 Transporter 切换到刚刚克隆下来的本地副本中执行构建操作: ```bash cd transporter-project-name go build . ./transporter.exe --help ``` 这一步骤会生成可执行文件以及展示可用选项列表来验证应用程序是否可以正常启动。 对于某些依赖于 Apple 生态圈的服务如 App Store Connect API 接口交互的任务来说,可能还需要额外准备 "App 专用密码"[^4],该密钥将在后续的身份认证环节发挥作用。 #### 注意事项 考虑到 Simple Monitor 对磁盘资源的需求特性[^5],当计划部署多个实例形成集群时,推荐考虑使用网络挂载的方式共享存储设备以避免单点故障带来的风险。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值