pchero on November 9th, 2010

#!/bin/bash## Run-level Startup script for the Oracle Instance and Listener## chkconfig: 345 91 19# description: Startup/Shutdown Oracle listener and instanceORA_HOME=”/u01/app/oracle/product/9.2.0.1.0″ORA_OWNR=”oracle”# if the executables do not exist — display errorif [ ! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME ]then echo “Oracle startup: cannot start” exit 1fi# depending on parameter — startup, shutdown, restart # of the […]

Continue reading about ORACLE – init script

pchero on November 9th, 2010

안녕하세요. 86년생 25살 남자고요 현재 신용등급 9등급인 참.. 웃기게 살고 있는 사람입니다. 새벽에 회사서 이래 저래 인터넷 돌아 다니다 가슴도 답답하고 해서 시원하게 넋두리 한번해 보려 합니다..   아버지가 참 술을 좋아하십니다. 밑도 끝도 없이 드시죠.. 술을 그렇게 좋아하시니 건강이야 당연히 안좋으시겠죠. 일이요? 연탄공장에서 허드렛일을 하시고 한달에 50만원을 받아 오십니다(2000년도 즈음..)실직적으로 집에 생활비라고 가져다 주시는건 […]

Continue reading about 25살 신용등급 9등급의 넋두리..

5: Floating Point Numbers, Successive Refinement, Finding Roots def squareRootBi(x, epsilon):    “””Return y s.t. y*y is within epsilon of x”””    assert epsilon > 0, ‘epsilon must be positive, no ‘ + str(epsilon)    low = 0    high = max(x, 1)    guess = (low + high) / 2.0    ctr = 1  […]

Continue reading about Lec 5 | MIT 6.00 Introduction to Computer Science and Programming, Fall 2008

 SYBASE에서 원격 서버 접속 방법.  Linux(Ubuntu-10.04_Desktop) 버전 기준으로 작성하였다. SYBASE-ase-15.5 버전을 설치하였다고 가정한다. 1. SYBASE 홈디렉토리로 이동한다. $ cd $SYBASE 2. interface 파일을 수정한다. $vi ./interface 3. interface 파일안에는 기본적으로 자신의 호스트에 대한 내용들이 적혀있는데 이곳에 새로이 만들 DB의 alias 와 내용들을 입력하면된다. [master/query] [tcp/udp] [ether] [IP/host] [port] 의 순서로 수정을 하면 된다. JONATHANLAPTOP      […]

Continue reading about SYBASE – alias 설정 및 원격 서버 접속 방법.

pchero on November 3rd, 2010

Continue reading about K’naan & David Bisbal – Wavin’ flag