Tailscale
快捷使用 https://www.escapelife.site/posts/bb022c74.html https://www.ghostchu.com/tailscale-%e5%ae%89%e5%88%a9%e6%8c%87%e5%8d%97-%e5%bf%ab%e9%80%9f%e5%90%91%e4%bd%a0%e7%9a%84%e5%a…
|
140
|
|
178 字
|
4 分钟
串流将平板作为PC第三屏
1. PC 安装 Sunshine > https://github.com/LizardByte/Sunshine 1. PC 上安装虚拟屏幕工具,我用的是 ParsecVDisplay > https://github.com/nomi-san/parsec-vdd 1. 平板上安装 moonlight > https://github.com…
|
130
|
|
19 字
|
1 分钟内
检测局域网中 DHCP 服务器地址
McTVDHCPDiscoveryTool_0_9_1
|
167
|
|
1 字
|
几秒读完
.net 调用 AI 例子
#load "AppLib" #load "seqlog" // https://learn.microsoft.com/en-us/dotnet/core/extensions/artificial-intelligence?tabs=dotnet-cli // https://www.bilibili.c…
|
200
|
|
258 字
|
13 分钟
cisco 设置 vlan
! 打算每个端口对应一个 vlan, 接一个光猫 ! 将 4 口万兆口设置为 trunk 口,接上拨号 !接上 console 线,设备管理中看端口,9600,8,1 接入交换机 !操作时注意看前缀,> # (config), 要进入或退出至相应的模式才能操作 ! 进入全局配置模式 Switch> enalbe ! 查看 vlan 设置…
|
192
|
|
64 字
|
4 分钟
windows 11 Sandbox (沙盒) 软件界面显示乱码
https://github.com/xupefei/Locale-Emulator
|
214
|
|
6 字
|
几秒读完
pwsh windows 检测代理IP
$ipTxt = @" 1.1.1.1 2.2.2.2 3.3.3.3 "@ # 将 ip 文本拆分为数组 [string[]]$ips = $ipTxt.Split([char[]]"`r`n") | % { $_.Trim() } | ? { $_.Length -gt 0 } 0..19 | % { #…
|
251
|
|
36 字
|
2 分钟
.net 性能计数器指标
.net 性能计数器指标 https://learn.microsoft.com/en-us/dotnet/framework/debug-trace-profile/performance-counters https://www.cnblogs.com/cuihongyu3503319/p/13564334.html
|
268
|
|
30 字
|
几秒读完