<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>archive</title><link>https://archive-w.netlify.app/devops/os/mac/</link><description>Recent content on archive</description><generator>Hugo</generator><language>zh-CN</language><atom:link href="https://archive-w.netlify.app/devops/os/mac/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://archive-w.netlify.app/devops/os/mac/auto-ssh/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/auto-ssh/</guid><description>&lt;h2 id="auto">
 AUTO
 &lt;a class="anchor" href="#auto">#&lt;/a>
&lt;/h2>
&lt;p class="tip"> 使用密码自动登录&lt;/p>
&lt;h3 id="usrlocalbinssh">
 /usr/local/bin/ssh
 &lt;a class="anchor" href="#usrlocalbinssh">#&lt;/a>
&lt;/h3>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell"># 先安装 sshpass 
brew install hudochenkov/sshpass/sshpass
&lt;/code>&lt;/pre>&lt;/div>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell">#!/bin/zsh

host=$1
#password=`awk &amp;quot;/#Password/ &amp;amp;&amp;amp; inhost { print \\\$2 } /Host/ { inhost=0 } /Host $host/ { inhost=1 }&amp;quot; ~/.ssh/config`
password=`awk &amp;quot;/#Password/ &amp;amp;&amp;amp; inhost { print \\\$2 } /Host / { inhost = 0 } /Host $host/ { inhost=1 }&amp;quot; ~/.ssh/config`

if [[ -z &amp;quot;$password&amp;quot; ]]; then
 /usr/bin/ssh $*
else
 sshpass -p $password /usr/bin/ssh $*
fi
&lt;/code>&lt;/pre>&lt;/div>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell">Host local
 HostName 127.0.0.1
 User root
 Port 23

Host rein
 HostName 47.98.226.149
 User rein
 Port 13322
 IdentityFile ~/.ssh/rein_id
 #Password 1***********0

Host meta
 HostName 10.28.4.2
 User root
 Port 22
 IdentityFile ~/.ssh/meta-just.pem

Host msb1v1
 HostName m.meishubao.com
 User wtf
 Port 2220
 #Password ********!
 # ProxyCommand sshpass -p *******! ssh -t -p %p %r@%h
&lt;/code>&lt;/pre>&lt;/div>
&lt;h2 id="reference">
 Reference
 &lt;a class="anchor" href="#reference">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>


 &lt;a href="https://askubuntu.com/questions/87956/can-you-set-passwords-in-ssh-config-to-allow-automatic-login" rel="noopener" target="_blank">https://askubuntu.com/questions/87956/can-you-set-passwords-in-ssh-config-to-allow-automatic-login&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://stackoverflow.com/questions/32255660/how-to-install-sshpass-on-mac" rel="noopener" target="_blank">https://stackoverflow.com/questions/32255660/how-to-install-sshpass-on-mac&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://www.ohse.de/uwe/software/lrzsz.html" rel="noopener" target="_blank">https://www.ohse.de/uwe/software/lrzsz.html&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://github.com/trzsz/trzsz" rel="noopener" target="_blank">https://github.com/trzsz/trzsz&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://github.com/trzsz/trzsz/tree/main/trzsz-iterm2" rel="noopener" target="_blank">https://github.com/trzsz/trzsz/tree/main/trzsz-iterm2&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/automator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/automator/</guid><description>&lt;h2 id="automator">
 Automator
 &lt;a class="anchor" href="#automator">#&lt;/a>
&lt;/h2>
&lt;h2 id="demo">
 DEMO
 &lt;a class="anchor" href="#demo">#&lt;/a>
&lt;/h2>
&lt;h6 id="close-viscosity" class="anchor_hr" style="font-size: 0rem; margin: 0; padding: 0; border-width: 0px;">&lt;/h6>&lt;h6 id="burp-suite-pro" class="anchor_hr" style="font-size: 0rem; margin: 0; padding: 0; border-width: 0px;">&lt;/h6>&lt;h6 id="ommited" class="anchor_hr" style="font-size: 0rem; margin: 0; padding: 0; border-width: 0px;">&lt;/h6>&lt;div class="docsify-tabs docsify-tabs--classic">&lt;button anchorId="close-viscosity" class="docsify-tabs__tab" data-tab="close-viscosity">close-viscosity&lt;/button>&lt;div class="docsify-tabs__content" data-tab-content="close-viscosity">
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell"># 在 macOS 上实现到某个时间点自动关闭某个软件，可以使用 AppleScript 脚本结合定时任务来实现。以下是一种可能的实现方式：
# 1.打开 &amp;quot;Script Editor&amp;quot; 应用程序：在 Launchpad 或者应用程序文件夹中找到 &amp;quot;Script Editor&amp;quot; 应用程序并打开。
# 2.编写 AppleScript 脚本：在 &amp;quot;Script Editor&amp;quot; 中编写一个 AppleScript 脚本，用于关闭指定的软件。例如，假设要关闭 Safari 浏览器，脚本内容如下：
tell application &amp;quot;Safari&amp;quot;
 quit
end tell
# 3.保存脚本：将脚本保存为可执行文件。选择 &amp;quot;File&amp;quot; -&amp;gt; &amp;quot;Export...&amp;quot;，选择 &amp;quot;File Format&amp;quot; 为 &amp;quot;Application&amp;quot;，然后保存到你喜欢的位置，例如桌面上。
# 4.创建定时任务：打开 &amp;quot;Automator&amp;quot; 应用程序，选择 &amp;quot;New Document&amp;quot;，然后选择 &amp;quot;Calendar Alarm&amp;quot;。
# 5.添加操作步骤：在右侧的操作库中，搜索并添加 &amp;quot;Run AppleScript&amp;quot; 操作步骤。
# 6.编写 AppleScript 代码：在 &amp;quot;Run AppleScript&amp;quot; 步骤中，将以下代码替换为你保存的脚本文件的路径：
do shell script &amp;quot;open /path/to/your/script.app&amp;quot;
# 7.保存这个automator.设定保存选项
&lt;/code>&lt;/pre>&lt;/div>
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/automator-quit-viscosity-01.png" alt="">&lt;/p></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/brew/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/brew/</guid><description>&lt;h2 id="brew">
 brew
 &lt;a class="anchor" href="#brew">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>
&lt;h3 id="切换版本">
 切换版本
 &lt;a class="anchor" href="#%e5%88%87%e6%8d%a2%e7%89%88%e6%9c%ac">#&lt;/a>
&lt;/h3>
&lt;div class="alert callout note">&lt;p class="title">&lt;span class="icon icon-note">&lt;/span> Note &lt;/p>&lt;p>
&lt;code>brew unlink node@18&lt;/code>
&lt;br>&lt;code>brew link --overwrite --force node@14&lt;/code>&lt;/p>
&lt;/p>&lt;/div>
&lt;/li>
&lt;li>
&lt;h3 id="安装软件">
 安装软件
 &lt;a class="anchor" href="#%e5%ae%89%e8%a3%85%e8%bd%af%e4%bb%b6">#&lt;/a>
&lt;/h3>
&lt;h6 id="1官网旧版本formula" class="anchor_hr" style="font-size: 0rem; margin: 0; padding: 0; border-width: 0px;">&lt;/h6>&lt;h6 id="2自定义仓库" class="anchor_hr" style="font-size: 0rem; margin: 0; padding: 0; border-width: 0px;">&lt;/h6>&lt;div class="docsify-tabs docsify-tabs--classic">&lt;button anchorId="1官网旧版本formula" class="docsify-tabs__tab" data-tab="1、官网旧版本Formula">1、官网旧版本Formula&lt;/button>&lt;div class="docsify-tabs__content" data-tab-content="1官网旧版本formula">
&lt;p class="warn">gdb example&lt;/p>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell"># ref from: https://stackoverflow.com/questions/62785290/installing-previous-versions-of-a-formula-with-brew-extract

# TAP=... # &amp;lt;org&amp;gt;/&amp;lt;repo&amp;gt;, for example &amp;quot;my-org/homebrew-old&amp;quot;
# MODULE=... # name of module you want to install, e.g. &amp;quot;hugo&amp;quot;
# VERS=... # version of $MODULE you want to install, e.g., &amp;quot;0.80.0&amp;quot;

brew tap-new 12302/gdb
# 在最新的仓库中提取原来的版本到新建的tap.
brew extract --version 13.1 gdb 12302/gdb
# 运行安装命令（其实这个时候已经可以通过 brew search gdb 搜索到需要安装版本的软件了）
brew install 12302/gdb/gdb@13.1
&lt;/code>&lt;/pre>&lt;/div>
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/brew-search-01.png" alt="">&lt;/p></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/burp-suite-pro/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/burp-suite-pro/</guid><description>&lt;ul>
&lt;li>
&lt;h2 id="introburp-suite-pro">
 Intro(Burp-Suite-Pro)
 &lt;a class="anchor" href="#introburp-suite-pro">#&lt;/a>
&lt;/h2>
&lt;p class="warn"> 抓包软件&lt;/p> &lt;div class="docsify-example-panels"> &lt;div class="docsify-example-panel left-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/burp-suite-pro-activate-01.png" alt="" width="100%">&lt;/p>&lt;/div>
 &lt;div class="docsify-example-panel right-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/burp-suite-pro-activate-02.png" alt="" width="100%">&lt;/p>&lt;/div>&lt;/div>

&lt;ul>
&lt;li>
&lt;h3 id="下载">
 下载
 &lt;a class="anchor" href="#%e4%b8%8b%e8%bd%bd">#&lt;/a>
&lt;/h3>
&lt;p class="warn">


 &lt;a href="https://pan.baidu.com/s/1ftFPsURlTD_sCIzHziKwKQ?pwd=5rbq" rel="noopener" target="_blank">组合包：Burp_Suite_Pro_v1.7.31_Loader_Keygen.zip 包括注册机jar包和官方的jar包&lt;/a>
&lt;br>也就是当前这个使用的是官方的，而不是修改过的。
&lt;br>&lt;br>


 &lt;a href="https://pan.baidu.com/s/1cCj6ESFtc7ebwXNXbFZczQ?pwd=picz" rel="noopener" target="_blank">单独注册机下载：burp-loader-keygen.jar&lt;/a>。 &lt;span style="color: #dc3545;">需要注意注册机有的有后门，可以参考：


 &lt;a href="https://www.anquanke.com/post/id/96866/" rel="noopener" target="_blank">恶意软件逆向：burpsuite 序列号器后门分析&lt;/a>&lt;/span>
&lt;br>&lt;br>


 &lt;a href="https://portswigger.net/burp/releases/professional-1-7-31" rel="noopener" target="_blank">官方下载地址: https://portswigger.net/burp/releases/professional-1-7-31&lt;/a>
&lt;br>


 &lt;a href="https://portswigger-cdn.net/burp/releases/download?product=pro&amp;version=1.7.31&amp;type=Jar" rel="noopener" target="_blank">单独应用下载：burpsuite_pro_v1.7.31.jar&lt;/a>。
&lt;br>可以通过&lt;code>shasum -a 256 burpsuite_pro_v1.7.31.jar&lt;/code>，&lt;code>md5 burpsuite_pro_v1.7.31.jar&lt;/code>查看当前包的sha256和md5与官方进行对比。&lt;/p>
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/burp-suite-pro-01.png" alt="" width="50%">
&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/burp-suite-pro-02.png" alt="" width="49%">&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="激活">
 激活
 &lt;a class="anchor" href="#%e6%bf%80%e6%b4%bb">#&lt;/a>
&lt;/h3>
&lt;p class="warn">


 &lt;a href="https://www.vuln.cn/8847" rel="noopener" target="_blank">placeholder&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="制作app">
 制作APP
 &lt;a class="anchor" href="#%e5%88%b6%e4%bd%9capp">#&lt;/a>
&lt;/h3>
&lt;p class="warn">使用如下命令制作 Mac APP,参考：


 
 

 
 
 
 
 
 
 
 &lt;a href='../automator/#burp-suite-pro' rel="noopener" class="internal-link" data-src="../automator/#burp-suite-pro">Automator中的burp-suite-pro&lt;/a>
&lt;br> JDK1.8启动命令 &lt;code>java -Xbootclasspath/p:/path/burp-loader-keygen.jar -jar /path/burpsuite_pro_v1.7.31.jar&lt;/code>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="reference">
 Reference
 &lt;a class="anchor" href="#reference">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>


 &lt;a href="https://pan.baidu.com/s/1ftFPsURlTD_sCIzHziKwKQ?pwd=5rbq" rel="noopener" target="_blank">https://pan.baidu.com/s/1ftFPsURlTD_sCIzHziKwKQ?pwd=5rbq&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://www.52pojie.cn/thread-691448-1-1.html" rel="noopener" target="_blank">https://www.52pojie.cn/thread-691448-1-1.html&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://www.52pojie.cn/thread-997035-1-1.html" rel="noopener" target="_blank">https://www.52pojie.cn/thread-997035-1-1.html&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://www.anquanke.com/post/id/96866/" rel="noopener" target="_blank">恶意软件逆向：burpsuite 序列号器后门分析&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/clean-my-mac-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/clean-my-mac-x/</guid><description>&lt;ul>
&lt;li>
&lt;h2 id="introcleanmymacx">
 Intro(CleanMyMacX)
 &lt;a class="anchor" href="#introcleanmymacx">#&lt;/a>
&lt;/h2>
&lt;p class="warn"> 电脑清理软件&lt;/p> &lt;div class="docsify-example-panels"> &lt;div class="docsify-example-panel left-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/clean-my-mac-x-01.png" alt="" width="100%">&lt;/p>&lt;/div>
 &lt;div class="docsify-example-panel right-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/clean-my-mac-x-02.png" alt="" width="78%">&lt;/p>&lt;/div>&lt;/div>

&lt;ul>
&lt;li>
&lt;h3 id="下载">
 下载
 &lt;a class="anchor" href="#%e4%b8%8b%e8%bd%bd">#&lt;/a>
&lt;/h3>
&lt;p class="warn">


 &lt;a href="https://go.naodai.org/d/Software/CleanMyMac/CleanMyMac_v4_15_0_macOS.dmg" rel="noopener" target="_blank">CleanMyMac_v4_15_0_macOS.dmg&lt;/a>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="reference">
 Reference
 &lt;a class="anchor" href="#reference">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>


 &lt;a href="https://www.naodai.org/archives/56.html" rel="noopener" target="_blank">https://www.naodai.org/archives/56.html&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://go.naodai.org/d/Software/CleanMyMac/CleanMyMac_v4_15_0_macOS.dmg" rel="noopener" target="_blank">https://go.naodai.org/d/Software/CleanMyMac/CleanMyMac_v4_15_0_macOS.dmg&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://xiaoxiner-my.sharepoint.com/personal/liulian_xiaoxiner_onmicrosoft_com/_layouts/15/download.aspx?UniqueId=e57a9daa-8261-4774-91cc-b36b1c5cc881&amp;Translate=false&amp;tempauth=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfZGlzcGxheW5hbWUiOiJhbGlzdCIsImFwcGlkIjoiNzkwYThhZDYtYTgyZC00NTk1LTg0NmMtNmFkNTg3ZDIwMDA2IiwiYXVkIjoiMDAwMDAwMDMtMDAwMC0wZmYxLWNlMDAtMDAwMDAwMDAwMDAwL3hpYW94aW5lci1teS5zaGFyZXBvaW50LmNvbUA4NjU5NmJmZi02MDcwLTQ4NjUtYmYzNy01MGI4N2E2MWJjNzMiLCJjYWNoZWtleSI6IjBoLmZ8bWVtYmVyc2hpcHwxMDAzMjAwMDk5NjM2ZDJhQGxpdmUuY29tIiwiY2lkIjoiUnk4ekFXY1VLRUsrZVdCNkVMdlV6Zz09IiwiZW5kcG9pbnR1cmwiOiJuWURsenpKcWNkR21MVUt0QzVWbTZTUnJmQktpTkx2QUNWVmcwSkN2ZkVZPSIsImVuZHBvaW50dXJsTGVuZ3RoIjoiMTY2IiwiZXhwIjoiMTcxMjY2NDAzNSIsImZhbWlseV9uYW1lIjoi5YiYIiwiZ2l2ZW5fbmFtZSI6IuaBiyIsImlwYWRkciI6IjIwLjE5MC4xNDQuMTcwIiwiaXNsb29wYmFjayI6IlRydWUiLCJpc3MiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAiLCJuYmYiOiIxNzEyNjYwNDM1IiwicHVpZCI6IjEwMDMyMDAwOTk2MzZEMkEiLCJzY3AiOiJhbGxmaWxlcy53cml0ZSIsInNpZ25pbl9zdGF0ZSI6IltcImttc2lcIl0iLCJzaXRlaWQiOiJOR0kzWWpKa09XVXRPVFl4T1MwME1qWTNMV0ptWkdJdE9XRTRPREEyWkRKak0ySTEiLCJ0aWQiOiI4NjU5NmJmZi02MDcwLTQ4NjUtYmYzNy01MGI4N2E2MWJjNzMiLCJ0dCI6IjIiLCJ1cG4iOiJsaXVsaWFuQHhpYW94aW5lci5vbm1pY3Jvc29mdC5jb20iLCJ2ZXIiOiJoYXNoZWRwcm9vZnRva2VuIn0.XVDE93up5BO_RLa4U2WajeK0tdEnfTUGBAFXalIssiM&amp;ApiVersion=2.0" rel="noopener" target="_blank">https://xiaoxiner-my.sharepoint.com/personal/liulian_xiaoxiner_onmicrosoft_com/_layouts/15/download.aspx?UniqueId=e57a9daa-8261-4774-91cc-b36b1c5cc881&amp;Translate=false&amp;tempauth=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfZGlzcGxheW5hbWUiOiJhbGlzdCIsImFwcGlkIjoiNzkwYThhZDYtYTgyZC00NTk1LTg0NmMtNmFkNTg3ZDIwMDA2IiwiYXVkIjoiMDAwMDAwMDMtMDAwMC0wZmYxLWNlMDAtMDAwMDAwMDAwMDAwL3hpYW94aW5lci1teS5zaGFyZXBvaW50LmNvbUA4NjU5NmJmZi02MDcwLTQ4NjUtYmYzNy01MGI4N2E2MWJjNzMiLCJjYWNoZWtleSI6IjBoLmZ8bWVtYmVyc2hpcHwxMDAzMjAwMDk5NjM2ZDJhQGxpdmUuY29tIiwiY2lkIjoiUnk4ekFXY1VLRUsrZVdCNkVMdlV6Zz09IiwiZW5kcG9pbnR1cmwiOiJuWURsenpKcWNkR21MVUt0QzVWbTZTUnJmQktpTkx2QUNWVmcwSkN2ZkVZPSIsImVuZHBvaW50dXJsTGVuZ3RoIjoiMTY2IiwiZXhwIjoiMTcxMjY2NDAzNSIsImZhbWlseV9uYW1lIjoi5YiYIiwiZ2l2ZW5fbmFtZSI6IuaBiyIsImlwYWRkciI6IjIwLjE5MC4xNDQuMTcwIiwiaXNsb29wYmFjayI6IlRydWUiLCJpc3MiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAiLCJuYmYiOiIxNzEyNjYwNDM1IiwicHVpZCI6IjEwMDMyMDAwOTk2MzZEMkEiLCJzY3AiOiJhbGxmaWxlcy53cml0ZSIsInNpZ25pbl9zdGF0ZSI6IltcImttc2lcIl0iLCJzaXRlaWQiOiJOR0kzWWpKa09XVXRPVFl4T1MwME1qWTNMV0ptWkdJdE9XRTRPREEyWkRKak0ySTEiLCJ0aWQiOiI4NjU5NmJmZi02MDcwLTQ4NjUtYmYzNy01MGI4N2E2MWJjNzMiLCJ0dCI6IjIiLCJ1cG4iOiJsaXVsaWFuQHhpYW94aW5lci5vbm1pY3Jvc29mdC5jb20iLCJ2ZXIiOiJoYXNoZWRwcm9vZnRva2VuIn0.XVDE93up5BO_RLa4U2WajeK0tdEnfTUGBAFXalIssiM&amp;ApiVersion=2.0&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/launchctl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/launchctl/</guid><description>&lt;ul>
&lt;li>
&lt;h2 id="launchctl">
 launchctl
 &lt;a class="anchor" href="#launchctl">#&lt;/a>
&lt;/h2>
&lt;p class="tip"> 简单解释，launchd是一套统一的开源服务管理框架，它用于启动、停止以及管理后台程序、应用程序、进程和脚本。launchd是macOS第一个启动的进程，该进程的PID为1，整个系统的其他进程都是它创建的。
&lt;br>&lt;br>&lt;code>1).&lt;/code> 当launchd启动后，它会扫描&lt;code>/System/Library/LaunchDaemons&lt;/code>和&lt;code>/Library/LaunchDaemons&lt;/code>中的plist文件并加载他们；
&lt;br>&lt;code>2).&lt;/code> 当输入密码登录系统后，launchd会扫描&lt;code>/System/Library/LaunchdAgents&lt;/code>、&lt;code>/Library/LaunchAgents&lt;/code>、&lt;code>~/Library/LaunchAgents&lt;/code>这三个目录中的plist文件并加载它们。每个plist文件都是一个任务，加载不代表立即运行，只有设置了&lt;strong>RunAtLoad为true或keepAlive为true&lt;/strong>时，才会加载并同时启动这些任务。&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>name&lt;/th>
&lt;th>ope&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>帮助&lt;/td>
&lt;td>&lt;code>launchctl help&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>列出所有由launchd管理的进程&lt;/td>
&lt;td>&lt;code>launchctl list&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>加载&lt;/td>
&lt;td>&lt;code>launchctl load ~/Library/LaunchAgents/docs.wtfu.site.plist&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>卸载&lt;/td>
&lt;td>&lt;code>launchctl unload ~/Library/LaunchAgents/docs.wtfu.site.plist&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>启动 (luanchctl start &lt;code>&amp;lt;Label&amp;gt;&lt;/code>)&lt;/td>
&lt;td>&lt;code>launchctl start dos.wtfu.site&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>关闭&lt;/td>
&lt;td>&lt;code>launchctl stop dos.wtfu.site&lt;/code>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;ul>
&lt;li>
&lt;h3 id="restart">
 restart
 &lt;a class="anchor" href="#restart">#&lt;/a>
&lt;/h3>
&lt;p class="warn">摘自 


 &lt;a href="https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line" rel="noopener" target="_blank">How to start/stop/restart launchd services from the command line?&lt;/a>
&lt;br>Just in case if you are looking for launchctl reload, you can define shell function in your ~/.bashrc/.zshrc as I did:
&lt;br>Command execution looks like -&amp;gt; &lt;code>lctl reload &amp;lt;your-plist-name&amp;gt;.plist&lt;/code>&lt;/p></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/middle-click/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/middle-click/</guid><description>&lt;ul>
&lt;li>
&lt;h2 id="intromiddle">
 Intro(Middle)
 &lt;a class="anchor" href="#intromiddle">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>
&lt;h3 id="下载">
 下载
 &lt;a class="anchor" href="#%e4%b8%8b%e8%bd%bd">#&lt;/a>
&lt;/h3>
&lt;p class="warn">因为 IDEA 中的 debug 相关功能的设置，比如 


 &lt;a href="https://www.jetbrains.com/help/idea/using-breakpoints.html#enabled" rel="noopener" target="_blank">breakponits-enabled&lt;/a>。里面提及到如果修改点击断点的默认行为，则会使用到 &lt;strong>拖动到断点到编辑区域或者点击鼠标中间的按钮&lt;/strong>。使用触摸板的话就只能模拟了。
&lt;br>经查，有个叫


 &lt;a href="https://middleclick.app/" rel="noopener" target="_blank">&lt;code>middle&lt;/code>&lt;/a>的软件，可以实现类似功能。但是收费，所以找破解版。如下下载：
&lt;br>&lt;br> 下载来源：


 &lt;a href="https://www.digit77.com/apps/middle.html" rel="noopener" target="_blank">Middle 1.8.8 破解版 – 触控板辅助和增强应用&lt;/a>
&lt;br>下载地址：


 &lt;a href="https://s91.nitroflare.com/d/f67655d5f5fccf50e4b3e7bb461d0103/Middle%201.8.8%20Crked%20-%20Digit77.com.dmg" rel="noopener" target="_blank">Middle 1.8.8 Crked - Digit77.com.dmg&lt;/a>。（后期不知道会不会失效）。&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="激活">
 激活
 &lt;a class="anchor" href="#%e6%bf%80%e6%b4%bb">#&lt;/a>
&lt;/h3>
&lt;div class="alert callout attention">&lt;p class="title">&lt;span class="icon icon-attention">&lt;/span> Attention &lt;/p>&lt;p> 如果出现 文件无法打开或者损坏的情况，本机是 &lt;strong>Sequoia 15&lt;/strong>，到隐私安全中设置允许任何来源就行。安装完之后在设置回去就行。
&lt;br>&lt;br>备注指令：&lt;code>sudo spctl --master-disable&lt;/code>&lt;/p>
&lt;/p>&lt;/div>
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/middle-click-01.png" alt="" width="100%">&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;h2 id="reference">
 Reference
 &lt;a class="anchor" href="#reference">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>


 &lt;a href="https://www.digit77.com/apps/middle.html" rel="noopener" target="_blank">https://www.digit77.com/apps/middle.html&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://www.digit77.com/solutions/mac-apps-cant-be-opened.html" rel="noopener" target="_blank">https://www.digit77.com/solutions/mac-apps-cant-be-opened.html&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/parallels-desktop/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/parallels-desktop/</guid><description>&lt;ul>
&lt;li>
&lt;h2 id="parallels-desktoppd">
 Parallels Desktop(PD)
 &lt;a class="anchor" href="#parallels-desktoppd">#&lt;/a>
&lt;/h2> &lt;div class="docsify-example-panels"> &lt;div class="docsify-example-panel left-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/parallels-desktop-01.png" alt="" width="100%">&lt;/p>&lt;/div>
 &lt;div class="docsify-example-panel right-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/parallels-desktop-02.png" alt="" width="95%">&lt;/p>&lt;/div>&lt;/div>

&lt;ul>
&lt;li>
&lt;h3 id="下载">
 下载
 &lt;a class="anchor" href="#%e4%b8%8b%e8%bd%bd">#&lt;/a>
&lt;/h3>
&lt;p class="warn">


 &lt;a href="https://download.parallels.com/desktop/v19/19.1.0-54729/ParallelsDesktop-19.1.0-54729.dmg" rel="noopener" target="_blank">ParallelsDesktop-19.1.0-54729.dmg&lt;/a>
&lt;br>


 &lt;a href="https://pan.luoxx.top/api/v3/file/download/j9XKsZ1niPhPlzxW?sign=Ao9lg-CY10B9ij93XWJGRLok7hAkj1QD9bufTk9IRmE%3D%3A1713414743" rel="noopener" target="_blank">Parallels Desktop Activation Tool 4.0.0 [MacKed].dmg&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="激活">
 激活
 &lt;a class="anchor" href="#%e6%bf%80%e6%b4%bb">#&lt;/a>
&lt;/h3>
&lt;div class="alert callout warning">&lt;p class="title">&lt;span class="icon icon-warning">&lt;/span> Warning &lt;/p>&lt;p>
&lt;br>1). 打开激活工具，如图，直接双击就能启动激活工具，无需把工具移动到应用程序目录。当然，移动到应用程序目录后再打开也是没问题的。
&lt;br>2). 运行激活工具后，点击弹出窗口的安装补丁按钮，输入密码即可。
&lt;br>3). 激活之后再次打开pd，会报“请移动到废纸篓”，只需要打开访达，点击侧边栏的应用程序,找到pd，右键打开即可。（只有激活后第一次打开需要如此操作）&lt;/p>
&lt;/p>&lt;/div>
&lt;p style="text-align: center;">&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/parallels-desktop-03.png" alt="" width="50%">&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="windows镜像">
 windows镜像
 &lt;a class="anchor" href="#windows%e9%95%9c%e5%83%8f">#&lt;/a>
&lt;/h3>
&lt;div class="alert callout warning">&lt;p class="title">&lt;span class="icon icon-warning">&lt;/span> Warning &lt;/p>&lt;p>
&lt;br> 官方下载页面：https://www.microsoft.com/zh-cn/software-download/windows10ISO
&lt;br>&lt;del>


 &lt;a href="https://software.download.prss.microsoft.com/dbazure/Win10_22H2_Chinese_Simplified_x64v1.iso?t=d25e3a24-f8ab-4eda-ae50-39cdf26d988a&amp;P1=1713504029&amp;P2=601&amp;P3=2&amp;P4=Kd%2f1QWtTwdpkA%2fUTziLrvRuZlYGzeOf7ka39vcJuvstL6MTpf%2fy%2fR5EWjMdslPmTv%2b1itPLmJYLm%2b2MKp%2b0wGsbp5rV9YAHDw9V3Z3YYWjCoPFEZaZ6cl5J2B3rGqSDERKrlFTcA%2fUYjcykedNV%2fD6QPe%2fOjQQFhJgUgKsNNy7KDiN82OGOHAFW2xdXgS5XwBiQ56q3I9UqNBqz2yL1w6j0Y6y6FvSnpOM4ioU54f30E%2brZbsDcBxx0H6tQ0amlCLZnKq25j8Yx9mExZY5Y8FslKjLsqYbinBmy8y0A%2fo85lIzkRDXtseJK2ceWfZw7sK6YQKuaiJ9y6V4erewbSwA%3d%3d" rel="noopener" target="_blank">Win10_22H2_Chinese_Simplified_x64v1.iso&lt;/a>&lt;/del>
&lt;br>&lt;br>


 &lt;a href="https://msdn.itellyou.cn" rel="noopener" target="_blank">MSDN&lt;/a>
&lt;br> 


 &lt;a href="ed2k://|file|cn_windows_10_business_editions_version_1909_updated_jan_2020_x64_dvd_b3e1f3a6.iso|5311711232|3527D2A9845FF4105F485CC364655B66|/" rel="noopener" target="_blank">Windows 10 (business editions), version 1909 (updated Jan 2020) (x64) - DVD (Chinese-Simplified)&lt;/a>
&lt;br> 


 &lt;a href="ed2k://|file|cn_windows_10_multiple_editions_x64_dvd_6848463.iso|4303300608|94FD861E82458005A9CA8E617379856A|/" rel="noopener" target="_blank">Windows 10 (Multiple Editions) (x64) - DVD (Chinese-Simplified)&lt;/a>
&lt;br> 


 &lt;a href="ed2k://|file|cn_windows_7_ultimate_x64_dvd_x15-66043.iso|3341268992|7DD7FA757CE6D2DB78B6901F81A6907A|/" rel="noopener" target="_blank">Windows 7 Ultimate (x64) - DVD (Chinese-Simplified) &lt;/a>
&lt;br> 


 &lt;a href="ed2k://|file|cn_windows_7_professional_x64_dvd_x15-65791.iso|3341268992|3474800521D169FBF3F5E527CD835156|/" rel="noopener" target="_blank">Windows 7 Professional (x64) - DVD (Chinese-Simplified)&lt;/a>
&lt;br> 


 &lt;a href="ed2k://|file|cn_windows_7_enterprise_x64_dvd_x15-70741.iso|3203516416|876DCF115C2EE28D74B178BE1A84AB3B|/" rel="noopener" target="_blank">Windows 7 Enterprise (x64) - DVD (Chinese-Simplified)&lt;/a>
&lt;br> Windows 11 (business editions), version 23H2 (updated April 2024) (x64) - DVD (Chinese-Simplified)
&lt;br>       


 &lt;a href="ed2k://|file|zh-cn_windows_11_business_editions_version_23h2_updated_april_2024_x64_dvd_3db5a62b.iso|6911524864|11AD95A6DA81712DA2D18AFA721F4476|/" rel="noopener" target="_blank">ed2k&lt;/a>
&lt;br>       


 &lt;a href="magnet:\\?xt=urn__colon__btih__colon__7be1594b680a778a9c9f73a3929ed92a730a986d&amp;dn=zh-cn_windows_11_business_editions_version_23h2_updated_april_2024_x64_dvd_3db5a62b.iso&amp;xl=6911524864" rel="noopener" target="_blank">bt&lt;/a>&lt;/p></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/viscosity/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/viscosity/</guid><description>&lt;h2 id="viscosity">
 viscosity
 &lt;a class="anchor" href="#viscosity">#&lt;/a>
&lt;/h2>
&lt;p class="warn">多vpn链接软件，和 TunnelBlick属于同一类软件&lt;/p>
&lt;ul>
&lt;li>
&lt;h3 id="下载">
 下载
 &lt;a class="anchor" href="#%e4%b8%8b%e8%bd%bd">#&lt;/a>
&lt;/h3>
&lt;p class="warn">


 &lt;a href="https://www.digit77.com/macapps/viscosity/#download-explan" rel="noopener" target="_blank">https://www.digit77.com/macapps/viscosity/#download-explan&lt;/a>
&lt;br>


 &lt;a href="https://pan.baidu.com/disk/main#/index?category=all&amp;path=%2FMAC" rel="noopener" target="_blank">https://pan.baidu.com/disk/main#/index?category=all&amp;amp;path=%2FMAC&lt;/a>&lt;/p>
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/softwares/viscosity-download-01.png" alt="" width="42%">
&lt;img src="https://archive-w.netlify.app/.images/devops/os/softwares/viscosity-download-02.png" alt="" width="56%">&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="激活">
 激活
 &lt;a class="anchor" href="#%e6%bf%80%e6%b4%bb">#&lt;/a>
&lt;/h3>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell"># 激活步骤：
	之前激活过的一般情况下只要激活没失效就无需再次激活！

	1.	Viscosity 运行后，提示安装帮助工具（Viscosity Helper Tool Installation），点击「Install」，输入电脑密码安装。（没有此步骤请跳过）
	2.	弹出登录界面，点击『Continue without account』蓝色文字（没有此步的话请跳过）
	3.	点击任务栏的(桌面右上角)「一个圆圈和一把锁的图标」，再点击「设置」，再点击「关于」，然后点击「注册」，输入以下激活码，点击提交即可。
	4.	激活成功，尽情享用吧。
	因某些代理软件会接管系统的 Hosts 导致 Hosts 屏蔽官方验证失效，从而导致使用过程中激活失效，遇到这种情况的请安装防火墙软件，禁止此应用的传入即可！

	激活码：(1.9,1.10 通用)
	Black Flag
	random@user.com
	VM1U-QY3G41-XN5IYG-WIOCN2-RX7ZDS-UCHA4Y

	Viscosity for mac注册码：
	The Shark
	deep@sea.com
	VM1U-JKJRW4-2NSXY4-G25K7Q-AU6LCU-I56CL4
&lt;/code>&lt;/pre>&lt;/div>
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/softwares/viscosity-activate-01.png" alt="">&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="导入tunnelblick配置">
 导入TunnelBlick配置
 &lt;a class="anchor" href="#%e5%af%bc%e5%85%a5tunnelblick%e9%85%8d%e7%bd%ae">#&lt;/a>
&lt;/h3>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell"># 从Tunnelblick 导入配置
~/Library/Application Support/Tunnelblick
&lt;/code>&lt;/pre>&lt;/div>
&lt;/li>
&lt;/ul>
&lt;h2 id="reference">
 Reference
 &lt;a class="anchor" href="#reference">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>


 &lt;a href="https://www.sparklabs.com/viscosity/" rel="noopener" target="_blank">https://www.sparklabs.com/viscosity/&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://www.digit77.com/macapps/viscosity/#download-explan" rel="noopener" target="_blank">https://www.digit77.com/macapps/viscosity/#download-explan&lt;/a> (多版本 1.9,1.10居多。[mac 13.3.1 (22E261)], 用1.10好使。)&lt;/li>
&lt;li>


 &lt;a href="https://pan.baidu.com/disk/main#/index?category=all&amp;path=%2FMAC" rel="noopener" target="_blank">https://pan.baidu.com/disk/main#/index?category=all&amp;path=%2FMAC&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title/><link>https://archive-w.netlify.app/devops/os/mac/vmware-fusion-pro/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://archive-w.netlify.app/devops/os/mac/vmware-fusion-pro/</guid><description>&lt;ul>
&lt;li>
&lt;h2 id="vmware-fusion-pro">
 VMware fusion pro
 &lt;a class="anchor" href="#vmware-fusion-pro">#&lt;/a>
&lt;/h2> &lt;div class="docsify-example-panels"> &lt;div class="docsify-example-panel left-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/vmware-fusion-pro-01.png" alt="" width="100%">&lt;/p>&lt;/div>
 &lt;div class="docsify-example-panel right-panel"style="max-width: 50%; width: 50%;">
&lt;p>&lt;img src="https://archive-w.netlify.app/.images/devops/os/mac/vmware-fusion-pro-02.png" alt="" width="95%">&lt;/p>&lt;/div>&lt;/div>

&lt;ul>
&lt;li>
&lt;h3 id="下载">
 下载
 &lt;a class="anchor" href="#%e4%b8%8b%e8%bd%bd">#&lt;/a>
&lt;/h3>
&lt;p class="warn">


 &lt;a href="https://download3.vmware.com/software/FUS-1351/VMware-Fusion-13.5.1-23298085_universal.dmg" rel="noopener" target="_blank">VMware-Fusion-13.5.1-23298085_universal.dmg&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;h3 id="激活">
 激活
 &lt;a class="anchor" href="#%e6%bf%80%e6%b4%bb">#&lt;/a>
&lt;/h3>
&lt;div class="outer yosemite">&lt;div class="dot red">&lt;/div>&lt;div class="dot amber">&lt;/div>&lt;div class="dot green">&lt;/div>&lt;/div>
&lt;div class="code-toolbar">&lt;pre data-lang="shell" data-line="" class="language-shell line-numbers" style="max-height: none">&lt;code class="language-shell">#任选其一激活即可
4A4RR-813DK-M81A9-4U35H-06KND
NZ4RR-FTK5H-H81C1-Q30QH-1V2LA ✅
4C21U-2KK9Q-M8130-4V2QH-CF810
MC60H-DWHD5-H80U9-6V85M-8280D
HF200-0W05K-089X8-4R1EK-032J0
JU090-6039P-08409-8J0QH-2YR7F
4Y09U-AJK97-089Z0-A3054-83KLA
ZF3R0-FHED2-M80TY-8QYGC-NPKYF
YF390-0HF8P-M81RQ-2DXQE-M2UT6
ZF71R-DMX85-08DQY-8YMNC-PPHV8
&lt;/code>&lt;/pre>&lt;/div>
&lt;/li>
&lt;li>
&lt;h3 id="密码">
 密码
 &lt;a class="anchor" href="#%e5%af%86%e7%a0%81">#&lt;/a>
&lt;/h3>
&lt;div class="alert callout note">&lt;p class="title">&lt;span class="icon icon-note">&lt;/span> Note &lt;/p>&lt;p>
&lt;br>TPM 模块相关密码：&lt;code>qSscu5b3D2+YMOA9&lt;/code>&lt;/p>
&lt;/p>&lt;/div>
&lt;/li>
&lt;li>
&lt;h3 id="windows11镜像">
 windows11镜像
 &lt;a class="anchor" href="#windows11%e9%95%9c%e5%83%8f">#&lt;/a>
&lt;/h3>
&lt;div class="alert callout warning">&lt;p class="title">&lt;span class="icon icon-warning">&lt;/span> Warning &lt;/p>&lt;p>
&lt;br> 下载页面：https://www.microsoft.com/software-download/windows11
&lt;br>&lt;del>


 &lt;a href="https://software.download.prss.microsoft.com/dbazure/Win11_23H2_English_x64v2.iso?t=fc463c11-9d20-4937-9cd1-c73b4a9ceeea&amp;P1=1713409758&amp;P2=601&amp;P3=2&amp;P4=fDxHlJ0FdtjKb%2bWuNauUJTkUOFctr1cTRd7z9kHDMy9p0sPqn78ZIrLVfZNfW5THKNj6sZqe3mkVMRf5ooOvooYfiRnYiNB682Lm8D5Ox1aF5GA5UXY408%2bscSeo7x5Cc%2fiR1GOnh3SCUZKh5NEVczbj%2bSx%2fyFBrYfbYD7d%2bCAPagJUQG%2fQQUOJZT5RrxJHdYR5NFaSORmWybyI%2b85KwdZkknxQ9kUezScWieJz1tXvE8hoYLPTcluir05GCoVGD28CvulVRmO4NtosHi7%2fRxTHJ7Sn3JI8LpdTkK92P5YyYisUxJiXTmwO3eMojpKc%2b5SseNzVGon1mBevNUgfY0w%3d%3d" rel="noopener" target="_blank">Win11_23H2_English_x64v2.iso&lt;/a>&lt;/del>&lt;/p>
&lt;/p>&lt;/div>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="reference">
 Reference
 &lt;a class="anchor" href="#reference">#&lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>


 &lt;a href="https://www.weixiaolive.com/post/2e788301.html" rel="noopener" target="_blank">https://www.weixiaolive.com/post/2e788301.html&lt;/a>&lt;/li>
&lt;li>


 &lt;a href="https://blog.csdn.net/Alisebeast/article/details/122512795" rel="noopener" target="_blank">https://blog.csdn.net/Alisebeast/article/details/122512795&lt;/a>&lt;/li>
&lt;/ul></description></item></channel></rss>