본문 바로가기

IT141

여러개 ISO 파일을 하나로 합치기 윈도우의 기본 복사 명령어인 copy 를 사용한다. 명령어: copy /b [원본파일1]+[원본파일2] [대상파일] 2012. 4. 19.
윈도우에서 프로세스와 포트 확인 방법(CurrPorts) (http://www.nirsoft.net/utils/cports.html) CurrPorts is network monitoring software that displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the process, version information of the process (product name, file description, and.. 2012. 3. 21.
Aix 에서 port로 프로그램 확인 방법 Method 1. Using lsof. lsof 가 설치되어 있다면 유용하겠지만 아직 설치된 장비를 못 봤다. It will be easy if you have lsof installed. # lsof -i:32876 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME oracle 135744 oracle7 13u IPv4 0x70bbe200 0t11 UDP loopback:32876 # ps -ef|grep 135744 oracle7 135744 1 0 Apr 21 - 2:45 ora_pmon_ftc_p01 Method 2. Using netstat and rmsock rmsock 는 대부분 설치되어 있었지만, 포트로써 추적하는 것이라 프로세스에서 사용하는 포트를.. 2012. 3. 21.
구글 클라우드 커넥트(Google Cloud Connect) 프로젝트를 진행하면서 보니 모든 개발자들과 관계자들이 스마트 폰을 사용하고 있더군요. 이참에 새로운 커뮤니티 도구를 사용해보고자하는 것들 중에 구글 클라우드 커넥트를 알게 되었습니다. MS 오피스 제품과 구글의 문서도구(https://docs.google.com)를 연계합니다. 사용방법은 MS 제품을 먼저 설치를하고 http://tools.google.com/dlpage/cloudconnect?hl=ko 에서 Google Cloud Connect를 설치만 하면 OK. 하지만 막상 설치를 하고 MS 제품(2010)에 새로 생긴 툴바에서 동기화를 누르니... 구글의 문서도구에는 나오지만 많이 깨져서 도저히 그냥은 사용을 못하겠더군요. 2003 버전 쓰시는 분은 한번 해보세요. 좀더 안정화가 필요하지 않나 싶.. 2012. 2. 26.