분류없음2010/06/21 23:16
아....나 스스로 때문에 회사에서 늦게 퇴근한게 너무나 화나고 짜증난다...

iPhone 에서 작성된 글입니다.
크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by dosuser(신대용) dosuser
Life Style2010/06/21 23:15
그냥 또 전쟁 같은 하루를 보내고 집에가는길.

내 전적이 스스로 맘에들지 않는다. 난왜 얼음같이 차가울수 없을까 왜완벽하지 못할까.

난 왜 나 싫다고 하는사람들을 그렇게 붙잡아왔으며 지금도 그러하고 싶은지, 그저 나에게 씁쓸함을 느낄뿐이다.





iPhone 에서 작성된 글입니다.
크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by dosuser(신대용) dosuser
분류없음2010/06/17 15:29



http://hodentekhelp.blogspot.com/2008/08/my-oracle-10g-xe-is-on-port-8080-can-i.html


원문

Tuesday, August 26, 2008

My Oracle 10G XE is on port 8080. Can I change the port?

 If you have port conflict and you want to change Oracle 10G XE's HTTP port (default is 8080) you can change it.

This is what you do in the Windows XP machine.

Make sure OracleServiceXE and OracleXETNSListener have started in the Control Panel.

From Start | Run open a command window.
Assuming your environmental variables are set correctly start with the following: (Reds are what you type-in and blues are what the computer writes to screen)

C:\>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 26 10:40:44 2008

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

SQL> connect
Enter user-name: system
Enter password: <enter password if will not be visible>
Connected.
SQL> Exec DBMS_XDB.SETHTTPPORT(8087); [Assuming you want to have HTTP going to this port]

PL/SQL procedure successfully completed.

SQL>quit
Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

I have a bunch of articles on Oracle 10G XE at the following link:
http://hodentek.blogspot.com/2006/11/links-to-my-oracle-10g-xe-articles.html
저작자 표시 비영리 동일 조건 변경 허락
크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by dosuser(신대용) dosuser
TAG oracle
Life Style2010/06/07 00:43

오늘 같이 내가 죽는다는 걸 인지하고 있는 날에는 그리고 그 밤에는 비가 왔으면 좋겠다.

 

한밤중에 시원하게 내리는 비는 내가 독기에 가득 차있었던 날들도 나에게 편안함을 가져다 주었었기에 오늘 같은 날에도 나는 “비가 왔으면 좋겠다.” 라고 생각한다.

 

비가 오는 날에는 조금 더 슬퍼져도 되는 날이고

 

비가 오늘 날에는 조금 더 소리 내어 울어도 되는 날이니까.

 

더 이상 흐느껴 울 필요가 없는 날이니까.

 

'비가 왔으면 좋겠다.”라고 생각한다.

 

 

나는 과거에 악마였다.

 

다만 인간을 사랑한 악마였기에 벌을 받고 인간이 되어 인간의 추악한 면과 고통들의 면모만을 보는 형벌을 받고 있다.

 

인간으로 누릴 수 있는 행복은 더 높은 곳에서 떨어뜨리기 위한 형벌의 수단이다. 하지만 난 그러한 행복마저도 감사하게 느끼며 스물 네 번의 높은 달이 뜬 날들 동안 행복했던 기억들을 가지고 지금까지 살고 있으며 앞으로도 웃으며 살아갈 것이다.

 

앞으로 나는 더 행복해 지고 지금 보다 더 불행을 느낄 것이다.

 

다시 손발이 마비되고 이성을 잃을 것이며, 내가 사랑하는 사람들에게 고통을 주겠지.

 

내가 지금 할 수 있는 것은 나를 사랑하고 그 날이 오는 것을 조금이라도 늦추는 것이다.

 

나를 사랑하자.

 

너보다, 나를 더 사랑하고 나를 아끼자.

 

그래야 나를 지키고 앞으로 나아갈 수 있다. 이 지긋지긋한 형벌을 조금이나마 감형 받을 수 있다.

 

 

 

2010년 6월 5일. 나는 ASO 판정을 받았다.

 

2004년 11월 16일 수능일 새벽. 쓰러짐

 

2004년 여름. 전신 마비

 

2004년 8월 9일. “문제가 없다”는 소견을 받았다.

 

2003년 여름. 교통사고

 

 

그냥 이러한 일들이다.

 

아무것도 아니다.

 

우리나라에서 의학적으로는 아무것도 아닌데, 나는 다시 점점 죽어가고 있다.

 

이제 다시 지옥의 시작이다.

 

힘내자

크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by dosuser(신대용) dosuser

Hello everyone.

I'm sorry for late.

Complie our source code, you need to setup eclipse with CDT and SVN plugin.

In this project, development os must be linux and kernel version is 2.6.x upper.

 

1

 

first of all, get “thread_server_cpu_epoll” project from svn

 

if you don’t know svn account, ask me.

 

change your perspective to “C/C++” , if you don’t, complie menu is not appear.

 

expand project and click “Makefile”, then you can see enabled “hammer” build button

6

 

click that button and build project.

 

Project build is fail by missing of library. error message may be “-lcrypto is not found” or “-lpcap" is not found”.

 

Let’s see the Makefile

 

directory “lib” is for arm and “x86_lib” for x86.

 

./openssl and ./pcap is header file directory

 

complie openssl and pcap for x86 and arm and then cp *.a to lib and x86_lib

 

rebuild!

 

you can see “server2_x86”

 

if you want to complie arm version, modify Makefile to “all : server_x86 server_arm”

크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by dosuser(신대용) dosuser