Monthly Archive: 7월 2008

linux hostid 변경하기

linux hostid 변경하기

#include <stdio.h> #include <unistd.h> int main() { long id,res; // get real (default) hostid id = gethostid(); printf(“current hostid is:...