Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Category Uncategorized

How to solve SSL error of RubyGems

When you exeucte gem command, you may see SSL error like bellow. SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed This error is produced because of changes in rubygems.org infrastructure. How to solve it? 1. Downlaod update…

Neil Pasricha: The 3 A’s of awesome

Neil Pasricha’s blog 1000 Awesome Things savors life’s simple pleasures, from free refills to clean sheets. In this heartfelt talk from TEDxToronto, he reveals the 3 secrets (all starting with A) to leading a life that’s truly awesome. 동영상을 플레이하면…

Passing Property values by reference

Passing Property values by reference I was wondering how well properties were integrated into C#.  For example, C# lets you use += with the properties.   It’s easy enough to convert: MyProperty += 4 to MyProperty = MyProperty + 4 However,…

SerialPort 클래스 사용법

마이크로소프트는 .Net Framework 2.0 이후부터 Serial Communication 을 위하여 SerialPort 라는 클래스를 제공하고 있습니다. 마이크로소프트 MDSN Link : System.IO.Ports 네임스페이스에 존재하는 이 SerialPort 클래스를 이용하면 별다른 어려움없이 시리얼통신 기능을 구현 할 수 있습니다. 상세한 사용방법은 MSDN을 통해서 익히도록 하고,…

trac-admin 명령어로 프로젝트 생성하기

이번에는 Trac을 이용하여 이슈관리 프로젝트를 구축해보도록 하겠습니다. 우선은 ‘ trac-admin ‘ 명령어를 이용하여 Trac 프로젝트를 생성해야 합니다. **trac-admin 설치할프로젝트경로 initenv ** 위와같이 명령어를 입력하게되면 아래와 같은 화면이 나타납니다. 프로젝트의 이름을 입력하는 화면입니다. 여기에서는 ‘Sample Project’ 라고 입력하였습니다. 입력 후 엔터키를…

Visual Studio Setup Project에서 코드추가없이 Uninstall 기능 추가하기

정말 오랫동안 이 기능때문에 불편을 겪어왔었는데, 완벽하고 쉬운 해결방법을 발견하게 돼서 공개한다. 😎 이 방법은 Visual Studio 2005와 2008에서 가능하다. 설치 및 배포 프로젝트의 파일 시스템 화면으로 이동하고, 대상 컴퓨터의 파일 시스템에서 마우스 오른쪽 버튼을 클릭해서 시스템 폴더를 특수폴더로 추가한다.…

Windows에서 아파치(Apache) 웹서버 설치하기

1. 아파치 웹사이트() 에서 최신 버전의 Win32 Binary 파일을 다운받습니다. 2. 다운받은 설치파일을 실행하면 아래의 화면이 나타나며 ‘Next’ 버튼을 누릅니다. 3. 라이센스 동의 화면입니다. 윗줄을 선택해 주고 ‘Next’ 버튼을 누릅니다. 4. 아파치 HTTP 서버에 대한 설명입니다. ‘Next’ 버튼을 누릅니다. 5.…

ZemnaCmd v1.3 released!

ZemnaCmd란? ZemnaCmd 프로그램은 윈도우의 파일이나 폴더에서 마우스 오른쪽 버튼을 클릭했을때, 클릭된 위치를 기반으로하는 명령프롬프트를 실행해주는 프로그램입니다. 마우스 오른쪽 버튼 메뉴에 ‘Execute Command Prompt‘ 메뉴가 추가됩니다. License [list style=’arrow’] Freeware [/list] Download [list style=’link’] 32-bits Windows : Download 64-bits Windows : Download…