Henbin的部落格
歡迎來到Henbin的部落格。
2015年5月25日 星期一
[Linux]The OS Critical Stop sensor event.
http://openipmi.sourceforge.net/IPMI.txt
上述openipmi user guide有提到當panic timeout發生時,Openipmi可以送筆OS critical stop
event log給BMC。
閱讀更多 »
2015年5月13日 星期三
Simple Linux Socket example
I would like to send the UDP packet carries the syslog payload.
#include the below head file
sys/socket.h
linux/sockios.h
fcntl.h
netdb.h
netinet/ether.h
netpacket/packet.h
net/if.h
閱讀更多 »
The note for Linux shell
1. Iterate the member in the array
declare -a array
for i in "${arrar[@]}"
do
echo $i
done
閱讀更多 »
2015年5月12日 星期二
簡易DHCP server架設
In Ubuntu,
1. Configure the server IP as 192.168.1.254
2. Configure the default inteface
vi /etc/sysconfig/dhcpd
INTERFACES="eth3"
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)