Archive

Posts Tagged ‘cygwin’

How to Uninstall Cygwin

January 22nd, 2009 No comments

As cygwin doesn’t supply uninstaller, the whole uninstall process should be done manually.

  1. Stop any service if running.
  2. Delete cygwin folder. (\cygwin)
  3. Delete cygwin install file folder.
  4. Delete 2 registry keys.
    HKLM\Software\Cygnus Solutions
    HKU\S-1-5-21-1801674531-2077806209-2146658873-1004\Software\Cygnus Solutions
Categories: Developer's Tool Tags: ,

LFTP commands

January 22nd, 2009 No comments
  • 동기화 문제를 해결하기 위해서 cygwin에 포함된 lftp를 사용한다. lftp는 mirror를 통해서 사이트간의 동기화 문제를 해결해준다.
  • cygwin의 Net 카테고리에 따로 있기 때문에 추가적으로 설치해 줘야한다.
  • 주로 사용하는 명령어는 다음과 같다.
    • 다운로드시
    • 업로드시
  • 간혹가다 Passive 설정때문에 “Delaying before reconnect”라는 문제가 생기기도 하는데 이 때에는 /etc/lftp.conf파일에서 다음 설정을 해준다.