实用工具
- 网速测试
- [other] Web渲染测试、一般用于机器性能测试
- obs 鼠标追踪插件
- [design] 一个设计炫酷的网站:ddd.live
- 免费图标下载:icon-icons.com
- 免费图标下载:iconfont
- rEFInd
rEFInd一个好看又好用的UEFI启动管理器 - osx-iso
创建可启动的 MacOS 镜像 - VMware Tools 下载地址
- scrcpy 安卓手机镜像工具
让电脑可以连接操作手机 - zeoseven 免费字体 CDN
- 隐形字符
- PowerSettingsExplorer
设置Windows的隐藏电源选项
https://forums.guru3d.com/threads/.416058
https://forums.guru3d.com/threads/windows-power-plan-settings-explorer-utility.416058/page-82
文档
Ai
- [AI] index-tts 语音
- [AI] Meta FAIR AI Demos
- [AI] Replicate Ai部署平台,按计算时间计费
- [AI] Animated Drawings 让图片上的人物动起来
- [AI] danielgatis/rembg 删除图像背景,抠图
- [AI] piddnad/DDColor 为老照片上色
- [AI] Bringing-Old-Photos-Back-to-Life 复活老照片
- [AI] Bringing-Old-Films-Back-to-Life 复活老电影
- [AI] xinntao/Real-ESRGAN 无损放大
命令收集
| 命令 | 说明 | PWSH | Linux | MacOS |
|---|---|---|---|---|
| curl -{4|6} ifconfig.me | 获取本机公网IPv4/IPv6地址 | * | * | * |
| sudo dpkg-reconfigure locales | 设置系统语言 | |||
| brew upgrade --cask --greedy | 通过brew更新APP | * | ||
| brew outdated --cask --greedy | 通过brew列出有更新的APP | * | ||
| sudo scutil --set ComputerName "newname" | 设置 MacOS 系统名称 | * | ||
| sudo scutil --set LocalHostName "newname" | 设置 MacOS 本地主机名称 | * | ||
| sudo scutil --set HostName "newname" | 设置 MacOS HostName | * | ||
| sudo hostname "newname" | 临时设置系统 HostName | * | * | |
| hostnamectl set-hostname "newname" | 设置系统 HostName | * | ||
| New-NetFirewallRule -DisplayName '规则描述' -Profile Public -Direction Inbound -Action Allow -Protocol TCP/UDP -LocalPort 端口 | Windows 添加防火墙规则,(TCP/UDP 二选一) | * |
Favorites
| 包名 | 说明 |
|---|---|
| matomo/device-detector | 设备信息检测,如手机电脑等 |
| spatie/db-dumper | 转储数据 |
| skoerfgen/acmecert | SSL 证书管理 |
| php-parallel-lint/php-console-color | 控制台颜色输出 |