본문 바로가기

분류 전체보기372

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.
Color Piano 요즘 피아노를 좀더 쉽게, 좀더 멋나게 칠수 없을까 하는 중 발견한 어플입니다. Learn how to play Piano without learning Sheet Music! Visualize the color of sound. Scales, Chords, Inversions & more! Color Piano Theory is an educational application that utilizes colors in teaching piano theory, creating a visual interface for learning the keyboard; learn how to play songs on the piano without learning sheet-music! CPT ties togethe.. 2012. 2. 18.
# Database 용어 정리 # Data / Information - Data : 신문의 모든 정보 - Information : 나의 관심사 # Data Modelling / ERD - 나에게 도움이 될만한 것을 찾아내는 것 - Output(산출물) # Database - ... # DBMS - ... # Oracle Server - Oracle Instance + Database select * from dba_users where username like upper('user') || '%' order by username; user : user10 ALTER USER user&2 BY IDENTIFIED ORACLE ACCOUNT UNLOCK; # .SQL - 관계형 database 를 access하는 언어(select, up.. 2011. 9. 18.