ITWorld2008. 9. 25. 21:39

You can use the Lite version for Windows 2003 using a simple work around. Just stop Windows 2003 from forcing you to use CTRL+ALT+DEL on the machine. You can do this through local policy of the server.

To access group policy enter ‘GpEdit.Msc ‘ from command prompt. In the Group Policy Object Editor navigate to the following:

>Computer Configuration
>>Windows Settings
>>>Security Settings
>>>>Local Policies
>>>>>Security options

Double click on the policy for “Interactive Logon: Do not require CTRL+ALT+DEL” and enable.

You might need a server restart.

Posted by 영혼도둑
ITWorld2008. 9. 17. 14:12
http://bloter.net/archives/5853

제로보드 개발자와 TNF 리더의 만남..



Posted by 영혼도둑
ITWorld2008. 9. 11. 16:21

맘스다이어리 매일 글쓰기


와이프가 메일 맘스다이어리들어가서 일기를 쓰는걸 보았다..

100일을 연이어 쓰면 오프라인 일기장을 만들어 준다는...

한번은 일기를 못 써서 속상해 하길래...

내가 할줄 아는 방법으로 고민해 봤다.. ^^



#!/usr/local/bin/php
require("/usr/local/apache/wwwhome/mutant/include/dbconn.inc");
set_time_limit(0);

$timestamp=time();
$date=date("Y-m-d",$timestamp);
$year=date("Y",$timestamp);
$month=date("m",$timestamp);
$day=date("d",$timestamp);


$target="http://www.ucool.in/community/sayingBBS/daily_saying_list.asp";
$cmd="lynx -source $target | grep 'textarea' | sed -e 's///g' -e 's/|/ /g'| sed -e 's/^M/ \\n/g' -e 's/ //
$text=system($cmd);

$t="";
$fd = fopen ("/usr/local/apache/wwwhome/mutant/moms/a.txt", "r");
while (!feof ($fd)) {
$buffer = fgets($fd, 4096);
$t=$t.$buffer;
}
fclose ($fd);
$t="\n 오늘의 명언".$t."\n\n From 민정이 서방탱, 지우아빠 ^^\n\n";

$t=urlencode($t);

$wget="/usr/bin/curl -c /usr/local/apache/wwwhome/mutant/moms/cookies http://www.momsdiary.co.kr/member/login.php?id=UserID\&password=Password";
system($wget);

$wget2="/usr/bin/curl -b /usr/local/apache/wwwhome/mutant/moms/cookies http://data1.momsdiary.co.kr/mydiary/diary/diary_act.php?mlog_id=UserID\&reg_date=$date\&vtype=0\&mode=write\&diary_year=$year\&diary_month=$month\&diary_day=$day\&weather=01\&emoticon=01\&letter=default\&diary_kind=0\&category=01\&title=$date\&comment=$t";
system($wget2);



%>

와이프가 무지 좋아한다는... ^^

벌써 200일이 지나서 2권 완성..ㅋㅋ

Posted by 영혼도둑
ITWorld2008. 9. 11. 16:20

네이버의 파이어폭스 AddOn


네이버가 파이어폭스 3.0버전의 네이버 최적화 버전을 만든 다는 얘기는

파이어폭스 3.0이 배포되면서부터 나왔다.. ( 우리는 이런거 언제 해보남.. )

네이버 뿐만 아니라 다음에서도 만든다고 하던데....

그런데 어제
배포된 기사KLDP 올라온 글들을 보니..

약간의 오해(?)가 있었던듯 하다..

결국 배포된 것은 FF용 익스텐션이었다..

그것도 테마와 바로가기(?) 기능 정도..

모질라재단과의 협의 과정에 문제가 있어서 배포도 늦어진듯하고....

이번 경우는 언론에서 먼저 오바 했을수도 있지만...

암튼 네이버는 고생하고 욕좀 먹는 분위기...

나도 설치해보고.. 눈이 아파서 삭제..ㅡㅡ;

설치해보고 싶은신 분들은...

http://t.lab.naver.com/firefox/

요기에서 받아보셔용
Posted by 영혼도둑
ITWorld2008. 2. 11. 11:22
한국인터넷진흥원(NIDA) 회원ISP별 보유 IP주소 현황

http://online.nic.or.kr/link/ISPAllocation.jsp



가끔씩 이 IP는 어디 ISP꺼지? 라구 의문이 생길때가 있다...

물론 whois를 통해서 검색해도 되지만...

깔꿈하게 정리되어 있는 싸이트가 있다....


외국의 경우

http://www.maxmind.com 에서 배포하고 있는 GeoIP가 있당...

Posted by 영혼도둑
ITWorld2007. 3. 21. 13:57
Posted by 영혼도둑