Re: sshd and cat

2003-10-19 Thread Thorsten Kampe
* Asif Iqbal (2003-10-19 01:45 +0200)
 Today is the first time I am using cygwin in my XP.

You've just discovered the real thing. Improve your experience by
reading the FAQ and the User's Guide.

 I am trying to run cat and it says command not found

Well, these dumb computers. This could mean that either the package
containing 'cat' is not installed or the executable is not in $PATH.

A search for the package at
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cat.exe

leads to the conclusion that you have to have textutils installed.

 Also when I try to start sshd it fails not finding /etc/sshd_config
 file

Please follow the installation guidelines at
/usr/share/doc/Cygwin/openssh-3.7.1p2-1.README

 The third thing I just noticed I can't copy using my mouse.

Yes, you can. If you are using the windows console you can enable this
in the properties dialog and if you are using rxvt you just have to
select the text.

Thorsten
-- 
 Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory)
 Content-Transfer-Warning: message contains innuendos not suited for
 children under the age of 18


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



mouse: (was Re: sshd and cat)

2003-10-19 Thread Suresh Venkatasubramanian

On Sun, 19 Oct 2003, Thorsten Kampe wrote:

 * Asif Iqbal (2003-10-19 01:45 +0200)
  The third thing I just noticed I can't copy using my mouse.

 Yes, you can. If you are using the windows console you can enable this
 in the properties dialog and if you are using rxvt you just have to
 select the text.


Moreover, using xwinclip can allow you to copy from cygwin windows to
Windows. However, I am still trying to get the reverse to work: namely,
transferring something from the Windows clipboard to a cygwin window.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: mouse: (was Re: sshd and cat)

2003-10-19 Thread Hannu E K Nevalainen
 From: Suresh Venkatasubramanian
 Sent: Sunday, October 19, 2003 3:40 PM

 On Sun, 19 Oct 2003, Thorsten Kampe wrote:

  * Asif Iqbal (2003-10-19 01:45 +0200)
   The third thing I just noticed I can't copy using my mouse.
 
  Yes, you can. If you are using the windows console you can enable this
  in the properties dialog and if you are using rxvt you just have to
  select the text.
 

 Moreover, using xwinclip can allow you to copy from cygwin windows to
 Windows. However, I am still trying to get the reverse to work: namely,
 transferring something from the Windows clipboard to a cygwin window.

Just FYI... ;-)

Assumption:
You're running bash in rxvt (I personally do reccommend doing so, unless you
have a very specific reason not to, e.g. running a number of DOS/Windows
console programs).

 1 - Use your middle mouse button. (inserts all of it)
 (note: Disable Mouse support, if you use nano)
 2 - Hit the insert key (inserts first line, prerequisite below)

$ grep paste .inputrc
\M-[2~: paste-from-clipboard # Insert first line of (Win) clip

$ man readline  # tells more about possibilities.
$ man bash  # as does this
/readline

$ man rxvt  # also tells more...
/insertion


/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- printf(Timezone: %s\n, (DST)?UTC+02:UTC+01); --
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



sshd and cat

2003-10-18 Thread Asif Iqbal
Hi All

Today is the first time I am using cygwin in my XP.

I am trying to run cat and it says command not found
Also when I try to start sshd it fails not finding /etc/sshd_config
file
The third thing I just noticed I can't copy using my mouse.

Would you please help me finding the missing components for all the
above three two work ?

Thanks



-- 
Asif Iqbal
http://pgpkeys.mit.edu:11371/pks/lookup?op=getsearch=0x8B686E08
There's no place like 127.0.0.1


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/