2010년 1월 18일 월요일

IP 번호를 확인하자

클릭
http://www.ip.pe.kr/

댓글 2개:

  1. MS OS = ipconfig , Linux = ifconfig

    공유기나 라우터 사용하는 내부아이피 경우 리눅스 =

    html2text http://checkip.dyndns.org | cut -c21-35 | tail -1

    답글삭제

GDB

변수 값 출력 명령 출력 명령 p [변수명] p [함수명] p /[출력형식] [변수명]  출력 형식 t : binary o: octal d: decimal u: unsigned decimal x: hexadecimal c: ...