| Installation |
"Local Package Directory" c:\CygwinInstall |
Shells: + rxvt and so on ... |
Click "New" button to add a new entry to the system variables:
name=CYGWIN value=ntsec tty server |
Highlight "Path" system variable and add ;c:\cygwin\bin.
[up]
| Cygwin Ports |
Some software packages have their own cygwin repositories. All you have to do is to add their URLs during installation process.
[up]
| User Account |
Right click on the Cygwin icon on your desktop, and select "Edit". Replace the standard Windows shell with:
@echo off C: chdir C:\cygwin\bin set EDITOR=vi set VISUAL=vi set CYGWIN=codepage:oem binmode title server rxvt -sl -tn xterm -cr red -sr -sl 2000 |
Note that you should have installed rxvt terminal simulator found under Shells category (I know, I know - very counterintuitive) in the installation step.
[up]
| ssh Daemon |
To setup ssh daemon:
"privilege separation" : yes "local user" : yes "install sshd as a service" : yes "CYGWIN" : ntsec tty server |
Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:22 0.0.0.0:0 LISTENING |
% cd /etc % cp passwd passwd.0 % passwd [enter your CURRENT Windows password here] |
[up]
| IPC Services |
Cygserver runs in the backgroud as a server and provides:
First, configure the service:
% cygserver-config |
Now, you are ready to run the service daemon:
% cygrunsrv.exe -S cygserver |
Ensure that CYGWIN environment variable has "server" option enabled.
[up]
| Copyright © 2005 Vladislav Grinchenko |