authorization failed: Could not authenticate to server: ignored NTLM challenge, rejected Basic challenge

이런 에러가 날경우 딱히 해결책이 없다 -_-
리눅스에서 svn co로 하면 문제가 없는데
윈도우의 tortoiseSVN에서만 하면 인증이 계속 실패 


---
2011.11.16 추가

For Basic and Digest schemes you provide a login name and a password. Like this:
  ISVNAuthenticationManager authManager = new BasicAuthenticationManager( "login" , "password" );

In the NTLM auth scheme you also provide a domain name:
  ISVNAuthenticationManager authManager = new BasicAuthenticationManager( "DOMAIN\\login" , "password" );

[링크 : http://wiki.svnkit.com/Authentication]

If you are behind a corporate firewall that requires NTLM authentication, you can try a tool called NTLMAPS to check out from Subversion.

If you are using Windows, we recommend TortoiseSVN as a Subversion client.


[링크 : http://www.jtrac.info/doc/html/dev-guide.html

그냥 로그인시에 "domain\"을 추가해주면 되려나?

'프로그램 사용 > Version Control' 카테고리의 다른 글

git-svn  (0) 2011.12.23
svn 과거버전 끌어오기?  (0) 2011.12.01
svn 명령어  (0) 2011.10.16
rabbitVCS - 리눅스용 svn client  (0) 2011.10.15
git-svn 을 이용해서 svn 을 복제가능하다고?  (0) 2011.08.14
Posted by 구차니


55요금제에서 54요금제로 1000원 씩이나 할인을 해주시는 덕분에~!
전체 핸드폰 요금이 500원이 할인되었어요!!!!


계산을 해보니
63,000원에서 10% 세금떼면 56,700원 
62,000원에서 10% 세금떼면 55,800원 
원금1000원 할인에 세금떼면 차이가 900원

그런데.. 천원이 할인되었는데.. 남은 400원은 어디다 팔아먹었니? 


----

다시 보니 9월 까지 55요금
10월에는 54요금인데 기본료가 54,500원(장난해?)
11월에도 54요금인데 기본료가 54,000원 이다.

1100원이 낮아져서 좋긴한데..
저번달 들어 급격히 전화도 잘 안되고, 인터넷이 안되는 구간도 많아지고
사용자가 늘어서일까.. 내 핸드폰이 1년되서 수명이 50% 줄어서 그런걸까? 
Posted by 구차니
하드웨어/Network 장비2011. 11. 14. 14:23
Anygate에 전화할라고 했더니 이거 폭발당했는지 전화도 안되고 -_-
[링크 : http://www.it.co.kr/news/mediaitNewsView.php?nBoardSeq=64&nSeq=2050113&nModeC=1&auth=1]



아무튼 RTSP 포트를 포워딩 해서 외부에서 접속을 하는데
Anygate는 포워딩 해 놓았을 경우, nmap에서 스캔은 되지만 원인불명으로 접속이 되지 않는다 -_-
Iptime 은 문제없음
(D-Link 것도 집에가서 해볼까?)
Posted by 구차니
Microsoft/Windows2011. 11. 13. 19:14
Guest 계정이라던가
여러가지 문제가 있지만 이래저래 설정을 해봐도 해결이 안되는 이 넘의 써글 MCE 같으니라고 -_-
마음 같아서는 XP Pro로 깔고 싶긴하지만 후음...

보안설정에서 Guest 계정 상태에 대한 로컬 보안 설정을 사용함으로 바꿀수가 없으니 이거 영~ 방법이 안보인다 


아래 링크의 것들을 다 확인해도 이래저래..
MCE 에서의 네크워크 환경은 영 답이 안나온다

[링크: http://befreepark.tistory.com/602]

'Microsoft > Windows' 카테고리의 다른 글

WinXP에서 SNMP 설치하기  (0) 2011.11.21
windows route 명령어  (0) 2011.11.18
Windows Media Center Edition  (0) 2011.10.29
vista ultimate 버전의 다국어 지원기능  (0) 2011.08.13
windows7 ultimate 버전의 다국어 지원기능  (0) 2011.08.10
Posted by 구차니
귀차니즘으로 인해 설정파일 백업
Winmerge 2.12.4.0 버전용 설정파일


ESC로 창닫기는 반드시 꺼주는게 센스!


캐리지 리턴 차이 무시는 필수!


확실히 araxis 에 비해서는 라인 차이점 비교성능은 떨어지지만,
아쉬운대로 라인 차이점은 "문자 단위"로 비교


폴더 비교 선택도 필수!


Posted by 구차니
Programming/openGL2011. 11. 12. 21:27
GLSL 샘플 코드라는데..
ARB와 openGL 2.0 버전과 차이점은 먼지 공부할게 많은듯 -_-

[링크 : http://www.lighthouse3d.com/tutorials/glsl-tutorial/setup-for-glsl-example/]

----
2011.1120 추가
Intel 945에서는 ARB 버전으로 해봐도 안된다 -_-
[링크 : http://lighthouse3d.com/wptest/wp-content/uploads/2011/03/glutglsl.zip]
-----
GLEW
[링크 : http://glew.sourceforge.net/]

공식 glsl 사이트
[링크 : http://www.opengl.org/documentation/glsl/]

쉐이더 개발 프로그램
[링크 : http://www.opengl.org/sdk/tools/ShaderDesigner/] Shader Designer
[링크 : http://developer.amd.com/archive/gpu/rendermonkey/pages/default.aspx] render monkey

디버거 - glslDevil 

[링크 : http://cumbia.informatik.uni-stuttgart.de/glsldevil/]
    [링크 : http://cloudlucifer.tistory.com/entry/GLSL-디버거-발견]


튜토리얼
[링크 : http://zach.in.tu-clausthal.de/teaching/cg_literatur/glsl_tutorial/index.html]
[링크 : http://www.lighthouse3d.com/opengl/glsl/]
[링크 : http://www.clockworkcoders.com/oglsl/tutorials.html]

용어정리
ARB - OpenGL Architecture Review Board 
[링크 : http://en.wikipedia.org/wiki/OpenGL_ARB ]

'Programming > openGL' 카테고리의 다른 글

GLSL 함수목록 정리  (0) 2011.11.20
GLSL 은.. intel 내장형으로는 무리?  (0) 2011.11.19
gluUnProject / glRenderMode(GL_SELECT)  (0) 2011.10.19
glNormal()  (0) 2011.10.18
glut Menu 관련 함수들  (0) 2011.10.10
Posted by 구차니
embeded/AVR (ATmega,ATtiny)2011. 11. 12. 19:57
오랫만에 다운로드 하러 갔더니 으억? 5 버전이 새로나왔다.
그런데 어째.. Visual Studio 2008/2010에 통합된듯한 기운이 폴폴 풍기는데.
.net 알레르기는 여전한데 깔아야 하나 -_-




용량의 압박.txt
AVR Studio 5 installer (includes VSS and .NET)
(602 MB, revision 5.0, updated 5/11)
This installer contains AVR Studio 5, Visual Studio Shell (Isolated mode) 2010 and .NET 4.0. 

Select this installer if you need all three or are unsure of what installer to use.

NOTE:
AVR Studio 5.0 cannot be upgraded from its beta versions. Please uninstall any beta versions of AVR Studio 5.0 from Add/Remove programs and reinstall.
 

[링크 : http://www.atmel.com/microsite/avr_studio_5/]
    [링크 : http://www.atmel.com/dyn/resources/prod_documents/as5installer-5.0.1163-full.exe]

---------------------------
설치화면 캡쳐
Visual Studio Isolated Shell은 머지 -ㅁ-?


음.. VS2010 이긴한데 먼지 모르겠네 -ㅁ-?


헐~ 무당벌레가 살아있어!!
예전에 아이콘은 그림이었다면 이제는 실사같은 느낌? ㅋ


실행했더니 VS2010의 느낌이 물씬~


About을 눌러도 별 티가 안나네 -ㅁ-


프로젝트 생성하면 VS2010용처럼 뜬다.


"C Executable Project"를 선택후 OK 하면 CPU 선택화면이 나온다.



써보니 조금 무거운 느낌도 들지만
Visual Assistant X까지 포함되서 썩 나쁘진 않은듯 

'embeded > AVR (ATmega,ATtiny)' 카테고리의 다른 글

AVR LIBC 사용자 설명서 (user manual)  (0) 2011.11.18
AVR Studio 5 + STK-500 + ATmega128 = fail  (6) 2011.11.15
nop  (2) 2011.10.31
ATmega64 timer 설정  (0) 2011.10.28
AVR Studio 에서 ELF 생성시 에러발생  (0) 2011.07.27
Posted by 구차니
개소리 왈왈/블로그2011. 11. 12. 19:52
10, 11일 2일간 공지도 없이 잠수탄 구차니군 -_-
몸이 안좋다기 보다는 정신줄을 놓았다가 이제야 복귀합니다~





쓰고보니 먼소리래 -_- 
Posted by 구차니
문자보낸지 1분도 안되서 답장오고
2정거장 만에 취객처리 -_-!

오메 겁니빨라~



아무튼 지하철 꽐라들 시러 ㅠㅠ


사족 : 몇번 이라고만 말해주니 역무원들이 해매는 현상발생!
다음부터는 1-2 이런식으로 자세히 알려줘야할듯!!

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

심심해서 계산해 본 프린트 단가?  (0) 2011.11.17
먼가 속는 느낌?  (0) 2011.11.15
2011 KELP 공개세미나  (0) 2011.11.05
시월의 끝자락  (0) 2011.10.31
25번 포트를 국가적으로 막는다고?  (0) 2011.10.31
Posted by 구차니
파일방2011. 11. 9. 15:45
XML 파일은 soap을 분석하여 파싱을 하고
처리용으로 구분하여 c/c++ 파일을 생성해주는 프로그램이다.

$ wsdl
Web Services Description Language Utility
Mono Framework v2.0.50727.1433
wsdl [options] {path | URL} {path | URL} ...

   -d, -domain:domain           Domain of username for server authentication.
   -l, -language:language       Language of generated code. Allowed CS (default)
                                and VB. You can also specify the fully qualified
                                name of a class that implements the
                                System.CodeDom.Compiler.CodeDomProvider Class.
   -n, -namespace:ns            The namespace of the generated code, default
                                namespace if none.
   -nologo                      Surpress the startup logo.
   -o, -out:filename            The target file for generated code.
   -p, -password:pwd            Password used to contact the server.
   -protocol:protocol           Protocol to implement. Allowed: Soap (default),
                                HttpGet or HttpPost.
   -fields                      Generate fields instead of properties in data
                                classes.
   -server                      Generate server instead of client proxy code.
   -u, -username:username       Username used to contact the server.
   -proxy:url                   Address of the proxy.
   -pu, -proxyusername:username Username used to contact the proxy.
   -pp, -proxypassword:pwd      Password used to contact the proxy.
   -pd, -proxydomain:domain     Domain of username for proxy authentication.
   -urlkey, -appsettingurlkey:key Configuration key that contains the default
                                url for the generated WS proxy.
   -baseurl, -appsettingbaseurl:url Base url to use when constructing the
                                service url.
   -sample:[binding/]operation  Display a sample SOAP request and response.
   -?                           Display this message

Options can be of the forms  -option, --option or /option 

$ wsdl2h

**  The gSOAP WSDL parser for C and C++ 1.2.9l
**  Copyright (C) 2000-2007 Robert van Engelen, Genivia Inc.
**  All Rights Reserved. This product is provided "as is", without any warranty.
**  The gSOAP WSDL parser is released under one of the following two licenses:
**  GPL or the commercial license by Genivia Inc. Use option -l for more info.

Cannot open file 'typemap.dat'
Problem reading type map file typemap.dat.
Using internal type definitions for C++ instead. 


우분투에서는 굳이 소스로 설치할 필요 없이 gsoap 패키지를 설치하면 되며 실행명은 wsdl 이다.

[링크 : http://www.cs.fsu.edu/~engelen/soap.html]
    [링크 : http://www.cs.fsu.edu/~engelen/soapmain.html#howto]
[링크 : http://packages.ubuntu.com/lucid/gsoap]

'파일방' 카테고리의 다른 글

VPN 관련 오픈소스  (0) 2011.12.07
EDID Manager  (4) 2011.12.05
Intel VTune Amplifier XE / AMD CodeAnalyst Performance Analyzer / Nvidia Parallel Nsight  (0) 2011.11.09
MeshLab  (0) 2011.10.18
input director  (0) 2011.10.05
Posted by 구차니