Skip to content

工作心得

Recent Posts

  • certbot auto renew
  • Oracle Linux local mirror
  • 使用Arduino Nano燒錄ATtiny13A韌體備忘
  • Raspberry Pi 3B+ 安裝 DS3231 RTC備忘
  • Ubuntu 20.04透過wine安裝LINE完整版

Recent Comments

  • flight on Build(Customize) Windows QEMU Guest Agent

Archives

  • February 2022
  • October 2021
  • September 2021
  • August 2021
  • April 2021
  • February 2021
  • December 2020
  • November 2020
  • August 2020
  • July 2020
  • November 2019
  • June 2018
  • April 2018
  • December 2017
  • November 2017
  • January 2017
  • November 2016
  • June 2016
  • December 2014
  • August 2014
  • July 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013

Categories

  • buildroot
  • Ceph
  • Desktop
  • KVM
  • Linux
  • Raspberry Pi
  • Server相關
  • Test
  • Uncategorized
  • VMware
  • Windows
  • XenServer
  • ZFS學習
  • 單晶片學習
  • 常用工具備忘
  • 網路設備

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Month: March 2014

OmniOS下讓Intel X520 10GbE網卡使用非Intel認證線材或是SFP+

參考資料:
http://omnios.omniti.com/wiki.php/ReleaseNotes
https://www.illumos.org/issues/3667

編輯/kernel/drv/ixgbe.conf加入下面內容

allow_unsupported_sfp = 1;

Posted on 2014-03-032014-03-03Categories ZFS學習Leave a comment on OmniOS下讓Intel X520 10GbE網卡使用非Intel認證線材或是SFP+

socat 使用範例

參考資料:
https://gist.github.com/fsodogandji/8521333

# 外網 10.10.10.1 TCP80 導向至內網 192.168.100.1 TCP80
socat TCP4-LISTEN:80,bind=10.10.10.1,reuseaddr,fork, TCP:192.168.100.1:80

 

Posted on 2014-03-03Categories LinuxLeave a comment on socat 使用範例
Proudly powered by WordPress