Showing posts with label Cygwin. Show all posts
Showing posts with label Cygwin. Show all posts

2008-02-14

cygpath: Convert Unix and Windows format paths, or output system path information

Refer to cygpath(1) for details

[kw: cygwin]

2008-02-04

[cygwin] Run crond service

$ cron-config

2008-01-30

[Cygwin] Install xinetd service

  • $ xinetd-config
  • $ cygrunsrv -I xinetd -p /usr/sbin/xinetd -d 'CYGWIN xinetd' -a '-stayalive -pidfile /var/run/xinetd.pid'
  • $ cygrunsrv -S xinetd

How to start SSH service in Cygwin

  1. $ vim C:/cygwin/Cygwin.bat
    • Add one line: set CYGWIN=binmode tty ntsec
  2. Restart Cygwin
  3. $ ssh-host-config
    • windows 中会多一个 service 叫 CYGWIN sshd
  4. $ cygrunsrv -S sshd

[kw: cygwin ssh sshd]

Cygwin something

2007-07-23

Screen available for Cygwin

前天新装 cygwin 时发现 package 列表中有 screen (4.0.3) 了, 喜

screen is now available in Cygwin


From: Andrew Schulman
Subject: screen is now available in Cygwin
Date: Fri, 20 Jul 2007 05:09:46 -0400

screen 4.0.3 is now available in the Cygwin distribution.  Cygwin users can
install it using the setup utility; screen is in the "Utils" category.

Questions or bug reports about screen in Cygwin should be directed to the
Cygwin list, cygwin at cygwin dot com.

Andrew.

2007-05-15

Favorite Cygwin mirrors

以前用 ftp.linux.ee, 速度还可以, 近日连不上, 改用 http://mirrors.kernel.org, 竟比前者还快, 以后就用它了