Windows
命令行设置网络
### 设置静态IP
netsh interface ip set address "LAN1" static 192.168.31.254 255.255.255.0 192.168.31.1
### 设置主DNS
netsh interface ip set dns "LAN1" static 192.168.31.1 PRIMARY
### 设置第二DNS
netsh interface ip add dns "LAN1" 8.8.8.8 2
### 刷新
ipconfig /flushdns
### 设置DHCP
netsh interface ipv4 set address name="LAN1" dhcp
netsh interface ipv4 set dns name="LAN1" source=dhcp
ipconfig /flushdns
应用程序
官网下载
APP | URL | |
---|---|---|
Google Chrome | https://www.google.cn/chrome/index.html | |
Typora | https://typoraio.cn/ | |
Explorer Patcher | https://github.com/valinet/ExplorerPatcher | |
Notepad++ | https://notepad-plus-plus.org/downloads/ | |
jellyfin-media-player | https://github.com/jellyfin/jellyfin-media-player | |
Vscode | https://code.visualstudio.com/ | |
navicat-premium | https://www.navicat.com.cn/download/navicat-premium | |
bandzip | https://www.bandisoft.com/bandizip/ | |
onenote | https://apps.microsoft.com/detail/9WZDNCRFHVJL?hl=en-us&gl=us | |
TortoiseGit | https://tortoisegit.org/download/ | |
TortoiseSVN | https://tortoisesvn.net/downloads.html | |
Jetbrains | https://www.jetbrains.com/ |
Scoop
安装 scoop
set-executionpolicy remotesigned -s cu
#自定义路径
$env:SCOOP='C:\\opt\\scoop'
[Environment]::SetEnvironmentVariable('SCOOP',$env:SCOOP,'User')
iex (new-object net.webclient).downloadstring('<https://get.scoop.sh>')
开启多线程
scoop install aria2
# aria2 在 Scoop 中默认开启
scoop config aria2-enabled true
scoop config aria2-split 32
scoop config aria2-max-connection-per-server 16
scoop config aria2-min-split-size 1M
scoop config aria2-retry-wait 4
# aria2 在 Scoop 关闭
scoop config aria2-enabled false
代理
添加 app 源
scoop install git git-lfs openssh curl aria2 scoop-search
###添加源
scoop bucket add apps <https://github.com/kkzzhizhou/scoop-apps>
###更新
scoop update
###添加源
#scoop bucket add extras
#scoop bucket add java
#scoop bucket add nerd-fonts
#scoop bucket add nonportable
#scoop bucket add versions
#scoop bucket add dorado <https://github.com/chawyehsu/dorado>
安装日用 app
scoop install autodarkmode bat btop cloc dismplusplus dnspy duf dust everything fastfetch github honeyview iperf3 mingw nodejs-lts notepadplusplus notion nu obsidian oraclejdk-lts picgo postman powershell procs qq-nt rescuetime soapui snipaste sudo touch tortoise-svn tortoisegit trafficmonitor tssh unar wechat wiznote wiztree
安装 Jetbrains 全家桶
##推荐下载exe安装
scoop install clion datagrip dotcover-clt dotmemory dotpeek dottrace idea-ultimate rider
BetterRDP
BetterRDP 是一个 Windows 注册表文件,旨在通过启用 60FPS、GPU 加速和 RemoteFx 功能来增强远程桌面协议 (RDP) 会话。这些优化旨在提供更流畅、响应更灵敏的远程桌面体验。
预览扩展
SVG
AI, PS, EPS, PDF
https://www.cnblogs.com/yongfengnice/p/17302187.html