Skip to content

Commit

Permalink
Site updated: 2023-08-28 20:31:16
Browse files Browse the repository at this point in the history
  • Loading branch information
seekstar committed Aug 28, 2023
1 parent f5638c0 commit e422750
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7672,6 +7672,7 @@ <h2 id="下载操作系统镜像"><a href="#下载操作系统镜像">¶</a> 下
<li>清华TUNA源:<a target="_blank" rel="noopener" href="https://mirrors.tuna.tsinghua.edu.cn/" class="uri">https://mirrors.tuna.tsinghua.edu.cn/</a></li>
</ul>
<p>CentOS的镜像一般在镜像源的<code>BaseOS/x86_64/iso</code>下面。比如<code>CentOS 9-stream</code>的ISO在这里:<a target="_blank" rel="noopener" href="https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/BaseOS/x86_64/iso/" class="uri">https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/BaseOS/x86_64/iso/</a></p>
<p>Debian后缀为DVD1的ISO可以离线安装,但是它们大多都很大。如果网络环境好的话可以考虑用netinst版本。</p>
<p>找到要下载的镜像后,右键该链接,点击复制链接,然后到服务器上用wget下载之即可。wget 403的话也可以尝试用<code>curl 链接 &gt; xxx.iso</code>下载。</p>
<h2 id="安装qemu"><a href="#安装qemu"></a> 安装qemu</h2>
<pre class="shell"><code># debian系(deepin)
Expand Down
22 changes: 11 additions & 11 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>https://seekstar.github.io/2021/01/21/%E5%9C%A8%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E7%94%A8qemu%E5%88%B6%E4%BD%9C%E8%99%9A%E6%8B%9F%E6%9C%BA/</loc>

<lastmod>2023-08-28</lastmod>

</url>

<url>
<loc>https://seekstar.github.io/about/index.html</loc>

Expand Down Expand Up @@ -386,13 +393,6 @@

</url>

<url>
<loc>https://seekstar.github.io/2021/01/21/%E5%9C%A8%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E7%94%A8qemu%E5%88%B6%E4%BD%9C%E8%99%9A%E6%8B%9F%E6%9C%BA/</loc>

<lastmod>2023-04-14</lastmod>

</url>

<url>
<loc>https://seekstar.github.io/2023/04/14/systemctl%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</loc>

Expand Down Expand Up @@ -4435,29 +4435,29 @@

<url>
<loc>https://seekstar.github.io/</loc>
<lastmod>2023-08-27</lastmod>
<lastmod>2023-08-28</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>


<url>
<loc>https://seekstar.github.io/tags/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</loc>
<lastmod>2023-08-27</lastmod>
<lastmod>2023-08-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc>https://seekstar.github.io/tags/%E8%BD%AC%E8%BD%BD/</loc>
<lastmod>2023-08-27</lastmod>
<lastmod>2023-08-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc>https://seekstar.github.io/tags/RocksDB/</loc>
<lastmod>2023-08-27</lastmod>
<lastmod>2023-08-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>
Expand Down

0 comments on commit e422750

Please sign in to comment.