linux hostid 변경하기
#include <stdio.h> #include <unistd.h> int main() { long id,res; // get real (default) hostid id = gethostid(); printf(“current hostid is:...
#include <stdio.h> #include <unistd.h> int main() { long id,res; // get real (default) hostid id = gethostid(); printf(“current hostid is:...
To change your MAC address in Linux (and most *nix system) is easy as pie. All it takes is two...
## Gaussian 03 설치 및 사용하기 작성일 : 2008년 7월 2일 작성자 : 서진우 gaussian03 최신 소스 패키지를 구한다. 1....
SgGun Grid Engine 5.3 – 6.x 대 설치 및 이용하기 작성일 : 2006년 3월 3일 작성자 : 시스존/서진우 (alang@syszone.co.kr) 1....
#### New Version MPI 환경 구성 작성일 : 2008년 2월 21일 작성자 : 서진우 1. intel v10 compiler + mkl...
# ./configure –prefix=/engrid/enhpc/mpich2/intel –enable-timing=runtime –enable-f77 –enable-f90 –enable-cxx –enable-romio –enable-threads=multiple –enable-mpe –with-thread-package=pthreads # make # make install # vi .mpd.conf MPD_SECRETWORD=password...
#!/bin/sh # 현재시간을 nano초 단위로 얻는다. time1=`date +%s.%N` sleep 10 # 현재 시간을 nano초 단위로 얻는다. time2=`date +%s.%N` # bc를...