Cache 的 write back 和 write through
同事突然跟我說 write back 和 write through 這兩個詞出來,我知道他是跟 cache 相關但我有點忘記這兩者的不同.上 wiki 查了一下 write back 和 write through http://en.wikipedia.org/wiki/Cache w […]
同事突然跟我說 write back 和 write through 這兩個詞出來,我知道他是跟 cache 相關但我有點忘記這兩者的不同.上 wiki 查了一下 write back 和 write through http://en.wikipedia.org/wiki/Cache w […]
同事問我在 Windows 下面有沒有好用的終端機程式,類似 hyperterminal 的程式,追問下去才知道自從 Windows 2003 開始 hyperterminal 就需要從新增移除程式去新增,到了 Windows 2008 之後就再也不提供這一隻程式了,很可惜在我們工作環境還是需要透過 […]
在看網卡( NIC )的規格書時除了該晶片外還會看到另外一個晶片 PHY ,如 Broadcom BCM57810S NetXtreme II® Converged Controller 這張網卡來看,他除了使用了 10GBASE-T copper NIC BCM57810S 外還 […]
透過 IPV6 的設定有幾種方式. 第一種就是 Link Local (預設值,不須設定) IPv6 中每個網卡都會有屬於自己的 link-local address,這位址跟網卡的 MAC Address 是相關的.轉換方式可以參考 https://benjr.tw/17341 除了 Link L […]
CentOS 6 64bits 透過 ifconfig 先來看看我的 IPv6 位址. IPv6 為 128 bits(位元) 包括網路位址 (Network Prefix) 與主機位址 (Interface Identifier),如果你的網路環境有 DHCPv6 – https:// […]
下面是針對 Linux 下 IP V6 常用的指令做說明 #dhclient DHCP Client IPV6 #ip IPV6 Routing table #route IPV6 Routing table #tcpdump tcp dump IPV6 #ping6 Ping IPV6 如果是 L […]
IPV6 為 128bit : 16bit x 8 來看個轉換範例 IPv4 : 192.168.1.1 十進制轉換成十六進位 IPV6為十六進位,所以十進制轉換成十六進位 192=c0 168=a8 192.168.1.1 轉成 16 進制為 c0.a8.01.01 可以使用 Windows 工程 […]
測試環境為 Red Hat Enterprise Linux Server release 6.0 (Santiago) + dhcp-4.1.1-12.P1.el6.x86_64 什麼是 uEFI!! 什麼是 PXE!! uEFI Extensible Firmware Interface (EF […]
什麼是 PXE!! PXE (Preboot eXecution Environment) 是透過網路來啟動作業系統或是安裝作業系統,在網卡上有一塊 ROM (firmware) 裡面存放了一些基本的網路協定如:Internet Protocol (IP), User Datagram Protoc […]
Red Hat Linux 6 下建立 UEFI PXE Server Step 1 : 前言 Step 2 : 環境需求 Step 3 : tftp server 的設定 Step 4 : 安裝媒體(FTP,NFS,HTTP) Step 5 : DHCP Server Step 6 : The […]