update some content

This commit is contained in:
2021-10-28 14:13:06 +08:00
parent 97eb780aa4
commit 4f99455d8f
242 changed files with 1826 additions and 2616 deletions

View File

@@ -13,7 +13,7 @@
"articleSection" : "post",
"name" : "Install Asus 10G NIC XG-C100C in Proxmox",
"headline" : "Install Asus 10G NIC XG-C100C in Proxmox",
"description" : "\x3cp\x3e前幾天接的一個case\x3c\/p\x3e\n\x3cp\x3e因為費用的關係所以沒有考慮用傳統定義上的伺服器(DELL R640)\x3c\/p\x3e\n\x3cp\x3e改採用比較高階一點的洋垃圾規格大概是 Intel E5-2680V2 x2 \x2b 64G RAM \x2b 128G SSD x2 (OS) \x2b 960G SSD x4 (raid 10 , zfs)\x3c\/p\x3e\n\x3cp\x3estorage 選擇QNAP NAS TS-932X \x2b 960G SSD x 4 (raid 10 , NFS) \x2b QNAP 10G Switch QSW-1280C-8C\x3c\/p\x3e\n\x3cp\x3e既然storage這邊選用了10G的機種伺服器上當然也要增加10G網卡\x3c\/p\x3e\n\x3cp\x3e一樣成本考量就不用INTEL 了,買了這張 ASUS 10G 網卡\x3c\/p\x3e",
"description" : "\u003cp\u003e前幾天接的一個case\u003c\/p\u003e\n\u003cp\u003e因為費用的關係所以沒有考慮用傳統定義上的伺服器(DELL R640)\u003c\/p\u003e\n\u003cp\u003e改採用比較高階一點的洋垃圾規格大概是 Intel E5-2680V2 x2 \u002b 64G RAM \u002b 128G SSD x2 (OS) \u002b 960G SSD x4 (raid 10 , zfs)\u003c\/p\u003e\n\u003cp\u003estorage 選擇QNAP NAS TS-932X \u002b 960G SSD x 4 (raid 10 , NFS) \u002b QNAP 10G Switch QSW-1280C-8C\u003c\/p\u003e\n\u003cp\u003e既然storage這邊選用了10G的機種伺服器上當然也要增加10G網卡\u003c\/p\u003e\n\u003cp\u003e一樣成本考量就不用INTEL 了,買了這張 ASUS 10G 網卡\u003c\/p\u003e",
"inLanguage" : "en",
"author" : "Eric Chang",
"creator" : "Eric Chang",
@@ -21,8 +21,8 @@
"accountablePerson" : "Eric Chang",
"copyrightHolder" : "Eric Chang",
"copyrightYear" : "2019",
"datePublished": "2019-06-17 13:20:57 \x2b0800 CST",
"dateModified" : "2019-06-17 13:20:57 \x2b0800 CST",
"datePublished": "2019-06-17 13:20:57 \u002b0800 CST",
"dateModified" : "2019-06-17 13:20:57 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/post\/install-asus-10g-nic-in-proxmox\/",
"wordCount" : "225",
"image" : "https://h.cowbay.orghttps://h.cowbay.org/images/post-default-13.jpg"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901488" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901488" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -316,9 +316,9 @@ if (!doNotTrack) {
<p>底下就大概說一下怎麼解決</p>
<p>###安裝相關套件###</p>
<p>登入proxmox 主機後,執行以下指令安裝套件</p>
<pre><code>apt install linux-headers build-essential git make gcc
<pre tabindex="0"><code>apt install linux-headers build-essential git make gcc
</code></pre><p>然後馬上就卡關了 XD</p>
<pre><code>root@pve:~# apt install linux-headers
<pre tabindex="0"><code>root@pve:~# apt install linux-headers
Reading package lists... Done
Building dependency tree
Reading state information... Done
@@ -374,15 +374,15 @@ You should explicitly select one to install.
E: Package 'linux-headers' has no installation candidate
root@pve:~#
</code></pre><h3 id="改用以下套件名稱安裝">改用以下套件名稱安裝###</h3>
<pre><code>apt install pve-headers-4.15.18-15-pve build-essential git make gcc
<pre tabindex="0"><code>apt install pve-headers-4.15.18-15-pve build-essential git make gcc
</code></pre><p>第一個套件會隨著pve版本不同有所變化所以要看當下執行時系統提供的訊息來決定</p>
<p>我是用清單內最新的版本</p>
<p>接著把驅動程式 clone 回來</p>
<pre><code>git clone https://github.com/Aquantia/AQtion.git
<pre tabindex="0"><code>git clone https://github.com/Aquantia/AQtion.git
</code></pre><p>參考 README</p>
<p><a href="https://github.com/Aquantia/AQtion/blob/master/README.txt">https://github.com/Aquantia/AQtion/blob/master/README.txt</a></p>
<p>進入目錄後開始編譯</p>
<pre><code>make
<pre tabindex="0"><code>make
</code></pre><p>編譯完,應該就能看到網卡了,不過我是還有重開機</p>
<p>順便貼一下10G網路的速度感覺還真的&hellip;..不怎麼樣 &hellip;.</p>
<p><img src="https://i.imgur.com/yM8HsSi.png" alt=""></p>
@@ -675,7 +675,7 @@ title="pinterest icon"></i>
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>
</html>