Skip to content

Commit

Permalink
Site updated: 2023-10-07 08:00:12
Browse files Browse the repository at this point in the history
  • Loading branch information
2-3-5-7 committed Oct 7, 2023
1 parent dd7e1be commit 2acc44d
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 62 deletions.
16 changes: 12 additions & 4 deletions category/2. 处理平台/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1747,21 +1747,29 @@
<ul>
<li>对于 ssh 客户端,把 key 放到 <code>C:\Users\用户名\.ssh</code> 下,即可连接</li>
</ul>
<h1 id="6-其它"><a href="#6-其它" class="headerlink" title="6 其它"></a>6 其它</h1><h2 id="6-1-mbr-转-gpt"><a href="#6-1-mbr-转-gpt" class="headerlink" title="6.1 mbr 转 gpt"></a>6.1 mbr 转 gpt</h2><ol>
<h1 id="6-系统问题"><a href="#6-系统问题" class="headerlink" title="6 系统问题"></a>6 系统问题</h1><h2 id="6-1-端口占用"><a href="#6-1-端口占用" class="headerlink" title="6.1 端口占用"></a>6.1 端口占用</h2><ul>
<li>cmd 管理员运行,<code>netstat -ano |findstr "PORT"</code></li>
<li>查看排除端口范围,<code>netsh int ip show excludedportrange protocol=tcp</code><ul>
<li>是否占用范围 <code>net stop winnat && net start winnat</code></li>
<li><a href="https://superuser.com/questions/1784776/my-ports-are-always-occupied-and-no-software-shows-why-netstat-tcpview">参考</a></li>
</ul>
</li>
</ul>
<h1 id="7-其它"><a href="#7-其它" class="headerlink" title="7 其它"></a>7 其它</h1><h2 id="7-1-mbr-转-gpt"><a href="#7-1-mbr-转-gpt" class="headerlink" title="7.1 mbr 转 gpt"></a>7.1 mbr 转 gpt</h2><ol>
<li>用 diskgenius 转换分区表</li>
<li>在系统盘前面分出 500MB 空余空间,用 diskgenius 建立 ESP 和 MBR 分区</li>
<li>使用 PE 工具修复引导</li>
</ol>
<h2 id="6-2-Google"><a href="#6-2-Google" class="headerlink" title="6.2 Google"></a>6.2 Google</h2><ul>
<h2 id="7-2-Google"><a href="#7-2-Google" class="headerlink" title="7.2 Google"></a>7.2 Google</h2><ul>
<li>Google 搜索可在设置中指定地区,避免结果随 IP 而变化;也可通过 <a href="https://10wontips.blogspot.com/2018/07/always-search-google-in-english-by.html">在 URL 指定的方式</a><ul>
<li>如 US,<code>https://www.google.com/search?q=%s&pws=0&gl=us&gws_rd=cr</code></li>
</ul>
</li>
</ul>
<h1 id="7-备份与还原"><a href="#7-备份与还原" class="headerlink" title="7 备份与还原"></a>7 备份与还原</h1><ul>
<h1 id="8-备份与还原"><a href="#8-备份与还原" class="headerlink" title="8 备份与还原"></a>8 备份与还原</h1><ul>
<li>见备份策略文档</li>
</ul>
<h1 id="8-U-盘系统"><a href="#8-U-盘系统" class="headerlink" title="8 U 盘系统"></a>8 U 盘系统</h1><ul>
<h1 id="9-U-盘系统"><a href="#9-U-盘系统" class="headerlink" title="9 U 盘系统"></a>9 U 盘系统</h1><ul>
<li>使用移动硬盘盒 + 固态硬盘的方案,而非固态 U 盘,因为<ul>
<li>固态硬盘以后可以给 PC 用</li>
<li>移动硬盘盒 USB type A 和 type C 只要换线就可支持不同接口,作为 U 盘或随身系统</li>
Expand Down
2 changes: 1 addition & 1 deletion category/2. 处理平台/feed.json

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions category/2. 处理平台/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1751,21 +1751,29 @@
<ul>
<li>对于 ssh 客户端,把 key 放到 <code>C:\Users\用户名\.ssh</code> 下,即可连接</li>
</ul>
<h1 id="6-其它"><a href="#6-其它" class="headerlink" title="6 其它"></a>6 其它</h1><h2 id="6-1-mbr-转-gpt"><a href="#6-1-mbr-转-gpt" class="headerlink" title="6.1 mbr 转 gpt"></a>6.1 mbr 转 gpt</h2><ol>
<h1 id="6-系统问题"><a href="#6-系统问题" class="headerlink" title="6 系统问题"></a>6 系统问题</h1><h2 id="6-1-端口占用"><a href="#6-1-端口占用" class="headerlink" title="6.1 端口占用"></a>6.1 端口占用</h2><ul>
<li>cmd 管理员运行,<code>netstat -ano |findstr "PORT"</code></li>
<li>查看排除端口范围,<code>netsh int ip show excludedportrange protocol=tcp</code><ul>
<li>是否占用范围 <code>net stop winnat && net start winnat</code></li>
<li><a href="https://superuser.com/questions/1784776/my-ports-are-always-occupied-and-no-software-shows-why-netstat-tcpview">参考</a></li>
</ul>
</li>
</ul>
<h1 id="7-其它"><a href="#7-其它" class="headerlink" title="7 其它"></a>7 其它</h1><h2 id="7-1-mbr-转-gpt"><a href="#7-1-mbr-转-gpt" class="headerlink" title="7.1 mbr 转 gpt"></a>7.1 mbr 转 gpt</h2><ol>
<li>用 diskgenius 转换分区表</li>
<li>在系统盘前面分出 500MB 空余空间,用 diskgenius 建立 ESP 和 MBR 分区</li>
<li>使用 PE 工具修复引导</li>
</ol>
<h2 id="6-2-Google"><a href="#6-2-Google" class="headerlink" title="6.2 Google"></a>6.2 Google</h2><ul>
<h2 id="7-2-Google"><a href="#7-2-Google" class="headerlink" title="7.2 Google"></a>7.2 Google</h2><ul>
<li>Google 搜索可在设置中指定地区,避免结果随 IP 而变化;也可通过 <a href="https://10wontips.blogspot.com/2018/07/always-search-google-in-english-by.html">在 URL 指定的方式</a><ul>
<li>如 US,<code>https://www.google.com/search?q=%s&pws=0&gl=us&gws_rd=cr</code></li>
</ul>
</li>
</ul>
<h1 id="7-备份与还原"><a href="#7-备份与还原" class="headerlink" title="7 备份与还原"></a>7 备份与还原</h1><ul>
<h1 id="8-备份与还原"><a href="#8-备份与还原" class="headerlink" title="8 备份与还原"></a>8 备份与还原</h1><ul>
<li>见备份策略文档</li>
</ul>
<h1 id="8-U-盘系统"><a href="#8-U-盘系统" class="headerlink" title="8 U 盘系统"></a>8 U 盘系统</h1><ul>
<h1 id="9-U-盘系统"><a href="#9-U-盘系统" class="headerlink" title="9 U 盘系统"></a>9 U 盘系统</h1><ul>
<li>使用移动硬盘盒 + 固态硬盘的方案,而非固态 U 盘,因为<ul>
<li>固态硬盘以后可以给 PC 用</li>
<li>移动硬盘盒 USB type A 和 type C 只要换线就可支持不同接口,作为 U 盘或随身系统</li>
Expand Down
16 changes: 12 additions & 4 deletions category/虚拟环境/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1969,21 +1969,29 @@
<ul>
<li>对于 ssh 客户端,把 key 放到 <code>C:\Users\用户名\.ssh</code> 下,即可连接</li>
</ul>
<h1 id="6-其它"><a href="#6-其它" class="headerlink" title="6 其它"></a>6 其它</h1><h2 id="6-1-mbr-转-gpt"><a href="#6-1-mbr-转-gpt" class="headerlink" title="6.1 mbr 转 gpt"></a>6.1 mbr 转 gpt</h2><ol>
<h1 id="6-系统问题"><a href="#6-系统问题" class="headerlink" title="6 系统问题"></a>6 系统问题</h1><h2 id="6-1-端口占用"><a href="#6-1-端口占用" class="headerlink" title="6.1 端口占用"></a>6.1 端口占用</h2><ul>
<li>cmd 管理员运行,<code>netstat -ano |findstr "PORT"</code></li>
<li>查看排除端口范围,<code>netsh int ip show excludedportrange protocol=tcp</code><ul>
<li>是否占用范围 <code>net stop winnat && net start winnat</code></li>
<li><a href="https://superuser.com/questions/1784776/my-ports-are-always-occupied-and-no-software-shows-why-netstat-tcpview">参考</a></li>
</ul>
</li>
</ul>
<h1 id="7-其它"><a href="#7-其它" class="headerlink" title="7 其它"></a>7 其它</h1><h2 id="7-1-mbr-转-gpt"><a href="#7-1-mbr-转-gpt" class="headerlink" title="7.1 mbr 转 gpt"></a>7.1 mbr 转 gpt</h2><ol>
<li>用 diskgenius 转换分区表</li>
<li>在系统盘前面分出 500MB 空余空间,用 diskgenius 建立 ESP 和 MBR 分区</li>
<li>使用 PE 工具修复引导</li>
</ol>
<h2 id="6-2-Google"><a href="#6-2-Google" class="headerlink" title="6.2 Google"></a>6.2 Google</h2><ul>
<h2 id="7-2-Google"><a href="#7-2-Google" class="headerlink" title="7.2 Google"></a>7.2 Google</h2><ul>
<li>Google 搜索可在设置中指定地区,避免结果随 IP 而变化;也可通过 <a href="https://10wontips.blogspot.com/2018/07/always-search-google-in-english-by.html">在 URL 指定的方式</a><ul>
<li>如 US,<code>https://www.google.com/search?q=%s&pws=0&gl=us&gws_rd=cr</code></li>
</ul>
</li>
</ul>
<h1 id="7-备份与还原"><a href="#7-备份与还原" class="headerlink" title="7 备份与还原"></a>7 备份与还原</h1><ul>
<h1 id="8-备份与还原"><a href="#8-备份与还原" class="headerlink" title="8 备份与还原"></a>8 备份与还原</h1><ul>
<li>见备份策略文档</li>
</ul>
<h1 id="8-U-盘系统"><a href="#8-U-盘系统" class="headerlink" title="8 U 盘系统"></a>8 U 盘系统</h1><ul>
<h1 id="9-U-盘系统"><a href="#9-U-盘系统" class="headerlink" title="9 U 盘系统"></a>9 U 盘系统</h1><ul>
<li>使用移动硬盘盒 + 固态硬盘的方案,而非固态 U 盘,因为<ul>
<li>固态硬盘以后可以给 PC 用</li>
<li>移动硬盘盒 USB type A 和 type C 只要换线就可支持不同接口,作为 U 盘或随身系统</li>
Expand Down
2 changes: 1 addition & 1 deletion category/虚拟环境/feed.json

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions category/虚拟环境/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1973,21 +1973,29 @@
<ul>
<li>对于 ssh 客户端,把 key 放到 <code>C:\Users\用户名\.ssh</code> 下,即可连接</li>
</ul>
<h1 id="6-其它"><a href="#6-其它" class="headerlink" title="6 其它"></a>6 其它</h1><h2 id="6-1-mbr-转-gpt"><a href="#6-1-mbr-转-gpt" class="headerlink" title="6.1 mbr 转 gpt"></a>6.1 mbr 转 gpt</h2><ol>
<h1 id="6-系统问题"><a href="#6-系统问题" class="headerlink" title="6 系统问题"></a>6 系统问题</h1><h2 id="6-1-端口占用"><a href="#6-1-端口占用" class="headerlink" title="6.1 端口占用"></a>6.1 端口占用</h2><ul>
<li>cmd 管理员运行,<code>netstat -ano |findstr "PORT"</code></li>
<li>查看排除端口范围,<code>netsh int ip show excludedportrange protocol=tcp</code><ul>
<li>是否占用范围 <code>net stop winnat && net start winnat</code></li>
<li><a href="https://superuser.com/questions/1784776/my-ports-are-always-occupied-and-no-software-shows-why-netstat-tcpview">参考</a></li>
</ul>
</li>
</ul>
<h1 id="7-其它"><a href="#7-其它" class="headerlink" title="7 其它"></a>7 其它</h1><h2 id="7-1-mbr-转-gpt"><a href="#7-1-mbr-转-gpt" class="headerlink" title="7.1 mbr 转 gpt"></a>7.1 mbr 转 gpt</h2><ol>
<li>用 diskgenius 转换分区表</li>
<li>在系统盘前面分出 500MB 空余空间,用 diskgenius 建立 ESP 和 MBR 分区</li>
<li>使用 PE 工具修复引导</li>
</ol>
<h2 id="6-2-Google"><a href="#6-2-Google" class="headerlink" title="6.2 Google"></a>6.2 Google</h2><ul>
<h2 id="7-2-Google"><a href="#7-2-Google" class="headerlink" title="7.2 Google"></a>7.2 Google</h2><ul>
<li>Google 搜索可在设置中指定地区,避免结果随 IP 而变化;也可通过 <a href="https://10wontips.blogspot.com/2018/07/always-search-google-in-english-by.html">在 URL 指定的方式</a><ul>
<li>如 US,<code>https://www.google.com/search?q=%s&pws=0&gl=us&gws_rd=cr</code></li>
</ul>
</li>
</ul>
<h1 id="7-备份与还原"><a href="#7-备份与还原" class="headerlink" title="7 备份与还原"></a>7 备份与还原</h1><ul>
<h1 id="8-备份与还原"><a href="#8-备份与还原" class="headerlink" title="8 备份与还原"></a>8 备份与还原</h1><ul>
<li>见备份策略文档</li>
</ul>
<h1 id="8-U-盘系统"><a href="#8-U-盘系统" class="headerlink" title="8 U 盘系统"></a>8 U 盘系统</h1><ul>
<h1 id="9-U-盘系统"><a href="#9-U-盘系统" class="headerlink" title="9 U 盘系统"></a>9 U 盘系统</h1><ul>
<li>使用移动硬盘盒 + 固态硬盘的方案,而非固态 U 盘,因为<ul>
<li>固态硬盘以后可以给 PC 用</li>
<li>移动硬盘盒 USB type A 和 type C 只要换线就可支持不同接口,作为 U 盘或随身系统</li>
Expand Down
2 changes: 1 addition & 1 deletion content.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2acc44d

Please sign in to comment.