常用软件下载

镜像地址

华为 https://mirrors.huaweicloud.com/ 速度 No.1
清华 https://mirrors.tuna.tsinghua.edu.cn/ 速度No.2
阿里云 https://mirrors.aliyun.com/ 速度 NO.3
网易 https://mirrors.163.com/ 速度 No.4
中科大 https://mirrors.ustc.edu.cn/ 速度 No.5

frp下载地址:

Releases · fatedier/frp

websockify:

https://github.com/novnc/websockify/releases([NOVNC访问地址](http://localhost:8080/vnc.html))

novnc下载:

http://github.com/kanaka/noVNC/zipball/master

unbuntu下载:

[Verifying - USTC Mirrors](https://mirrors.ustc.edu.cn/ubuntu-releases/22.04/ubuntu-22.04.5-desktop-amd64.iso

IDM下载并激活

方法一:一键激活

1.IDM官网下载

2.powershell命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Enable TLSv1.2 for compatibility with older clients
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor [System.Net.SecurityProtocolType]::Tls12

$DownloadURL = 'https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS.cmd'

$FilePath = "$env:TEMP\IAS.cmd"

try {
Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing -OutFile $FilePath
} catch {
Write-Error $_
Return
}

if (Test-Path $FilePath) {
Start-Process $FilePath -Wait
$item = Get-Item -LiteralPath $FilePath
$item.Delete()
}

1️⃣复制下方代码到 PowerShell 并运行,然后在弹窗输入 1
2️⃣输入自定义用户名再按回车,激活完毕输入 6 退出
3️⃣激活之后可以在 IDM 查看激活信息,支持检测更新

方法二:冻结试用期

1.下载IDM

2.powershell命令:iex(irm is.gd/idm_reset)

1️⃣复制下方代码到 PowerShell 并运行,然后在弹窗输入 2

方法三:直接下载绿色破解版

百度网盘:https://pan.baidu.com/s/1qpOv5085yCF7Lkw3RygYDg?pwd=6666

夸克网盘:https://pan.quark.cn/s/707d29c14d24


常用软件下载
https://shuzhanboke.github.io/2024/07/15/工具/常用软件下载/
作者
John Doe
发布于
2024年7月15日
许可协议