Skip to content

Commit c676549

Browse files
committed
deploy: 5a244c6
1 parent b1368b0 commit c676549

19 files changed

Lines changed: 166 additions & 139 deletions

File tree

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

categories/基础运维/index.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>基础运维 on runshell</title><link>https://runshell.github.io/categories/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/</link><description>Recent content in 基础运维 on runshell</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Tue, 06 May 2025 10:58:00 +0800</lastBuildDate><atom:link href="https://runshell.github.io/categories/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/index.xml" rel="self" type="application/rss+xml"/><item><title>RHEL 8.10端口聚合</title><link>https://runshell.github.io/post/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/rhel-8.10%E7%AB%AF%E5%8F%A3%E8%81%9A%E5%90%88/</link><pubDate>Tue, 06 May 2025 10:58:00 +0800</pubDate><guid>https://runshell.github.io/post/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/rhel-8.10%E7%AB%AF%E5%8F%A3%E8%81%9A%E5%90%88/</guid><description>&lt;h1 id="创建聚合组"&gt;创建聚合组
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>基础运维 on runshell</title><link>https://runshell.github.io/categories/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/</link><description>Recent content in 基础运维 on runshell</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Tue, 06 May 2025 10:58:00 +0800</lastBuildDate><atom:link href="https://runshell.github.io/categories/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/index.xml" rel="self" type="application/rss+xml"/><item><title>RHEL 8.10端口聚合</title><link>https://runshell.github.io/post/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/rhel-8.10%E7%AB%AF%E5%8F%A3%E8%81%9A%E5%90%88/</link><pubDate>Tue, 06 May 2025 10:58:00 +0800</pubDate><guid>https://runshell.github.io/post/%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4/rhel-8.10%E7%AB%AF%E5%8F%A3%E8%81%9A%E5%90%88/</guid><description>&lt;h1 id="端口聚合简介"&gt;端口聚合简介
2+
&lt;/h1&gt;&lt;p&gt;端口聚合(Port Aggregation),也称为链路聚合或网口聚合,是一种将多个物理网络端口捆绑在一起形成单一逻辑连接的网络技术。这项技术在现代服务器环境中扮演着重要角色,特别是在需要高带宽、高可用性网络连接的数据中心和企业网络场景中。本文只介绍 RHEL 8.10 系统上逐流负载配置方法。&lt;/p&gt;
3+
&lt;h1 id="创建聚合组"&gt;创建聚合组
24
&lt;/h1&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# lacp 逐流负载&lt;/span&gt;
35
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;nmcli connection add type team con-name team0 ifname team0 config &lt;span style="color:#e6db74"&gt;&amp;#39;{&amp;#34;runner&amp;#34;: {&amp;#34;name&amp;#34;: &amp;#34;lacp&amp;#34;, &amp;#34;tx_hash&amp;#34;: [&amp;#34;eth&amp;#34;, &amp;#34;ipv4&amp;#34;, &amp;#34;tcp&amp;#34;, &amp;#34;udp&amp;#34;]}}&amp;#39;&lt;/span&gt;
46
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id="配置聚合组"&gt;配置聚合组
@@ -26,7 +28,7 @@
2628
&lt;/h2&gt;&lt;p&gt;解压或挂载后,运行&lt;code&gt;setup.exe&lt;/code&gt;&lt;code&gt;Office\Setup64.exe&lt;/code&gt;,等待安装完成。&lt;/p&gt;
2729
&lt;h2 id="激活"&gt;激活
2830
&lt;/h2&gt;&lt;h3 id="转换"&gt;转换
29-
&lt;/h3&gt;&lt;p&gt;将 office 转换成 vol 版本,才可使用 kms 激活。以管理员身份打开命令行(cmd非powershell),执行:&lt;/p&gt;
31+
&lt;/h3&gt;&lt;p&gt;将 office 转换成 vol 版本,才可使用 kms 激活。以管理员身份打开命令行(cmd 非 powershell),执行:&lt;/p&gt;
3032
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bat" data-lang="bat"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;@&lt;span style="color:#75715e"&gt;rem 进入office ospp.vbs文件所在目录&lt;/span&gt;
3133
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;cd&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;C:\Program Files\Microsoft Office\Office16&amp;#34;&lt;/span&gt; || &lt;span style="color:#66d9ef"&gt;cd&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;C:\Program Files (x86)\Microsoft Office\Office16&amp;#34;&lt;/span&gt;
3234
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;@&lt;span style="color:#75715e"&gt;rem ProPlus2024为office版本,修改为你需要激活的版本即可,有哪些版本可查看..\root\Licenses16 目录&lt;/span&gt;

0 commit comments

Comments
 (0)