public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Newbie request for Info:
@ 2001-02-06  7:55 Michael Kelley
  2001-02-11  4:10 ` (OT) Newbie request for Info Gerrit P. Haase
  0 siblings, 1 reply; 19+ messages in thread
From: Michael Kelley @ 2001-02-06  7:55 UTC (permalink / raw)
  To: cygwin

Hey All!!,
As stated I'm a newbie to ALL of this. I am no dummy but I have no
experience in Linux/Unix beyond compiling Hello Word in C and in Java on
Unix machines.

Can you point me to "Linux/Unix for beginners" info on the net?

I work for a university so thus I am poor and would prefer online
documentation.

Thanks In Advance for your help.

--
Michael Kelley
mkelley@nmsu.edu



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: (OT) Newbie request for Info
@ 2001-02-12 10:52 Randall R Schulz
  0 siblings, 0 replies; 19+ messages in thread
From: Randall R Schulz @ 2001-02-12 10:52 UTC (permalink / raw)
  To: cygwin

Hi,

When I read Chris' message saying he couldn't reach one of these sites, I 
tried them both, had no trouble with either and could see no difference 
between them.

To me it appears www.ora.com and www.oreilly.com are aliases (using 
Windows' 2K Pro's nslookup from BASH):

---====-----====-----====-----====-----====-----====-----====-----====-----====-----====--

1017> nslookup www.ora.com; nslookup www.oreilly.com
Server:  ...
Address:  ...

Non-authoritative answer:
Name:    www.ora.com
Address:  204.148.40.5

Server:  ...
Address:  ...

Non-authoritative answer:
Name:    www.oreilly.com
Address:  204.148.40.5

---====-----====-----====-----====-----====-----====-----====-----====-----====-----====--


Randall Schulz
Teknowledge Corp.
Palo Alto, CA USA


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: (OT) Newbie request for Info
@ 2001-02-13 13:58 Noel L Yap
  0 siblings, 0 replies; 19+ messages in thread
From: Noel L Yap @ 2001-02-13 13:58 UTC (permalink / raw)
  To: Markus.Mauhart; +Cc: Cygwin

Warning, rantings of a tired, bored individual below:




Markus.Mauhart@chello.at on 2001.02.13 15:04:48
>1st I have no working shell (only 25 lines, no cut&past, no easy to
>use line buffer like with NT cmd.exe, the keyboard behaves very unexpected
>(home, end, esc, ctrl-left/right, F7..))

CygWin provides this.  I use rxvt for an xterm and run bash as my shell.  I
haven't configured the home, end, ... keys to Windows-like behaviour mostly 'cos
I know equivalent Ctrl keys that have the same functionality (although I'd
appreciate if someone showed me how to configure these keys).

>2nd I have no working text editor & text browser like borlands or MS's
>programming IDE

I use vim and/or emacs as my editors.  vim is great 'cos it's extremely
light-weight -- you'll have to get used to the commands, though.  Emacs provides
as much functionality as you may ever want out of it since it's fully
configurable through elisp.

>3rd there simply exist no other file manager comparable with the one an only
>NT winfile.exe (dont mix it with the w95/98 version which is crippleware)
>which is lightning fast, fully keyboard controllable and allows to easily
>browse 2 or 3 directories simultaneously or to switch between many other
>directories (given that one knows how to use MDI applications) and is
>tightly integrated with the shell (alt-f r cmd enter .. less than 1 s).

There are file managers out there but I think most Unix people tend to like the
command line better (I'm one of them).  I'll use Windows Explorer now and then
for simple stuff.

>4th I have no fast and lean www browser which I need for the documentation
>from the web (cygwin & all gnu tools, ..) (IE55 easily can be configured to
>the absolutely minimum GUI, you need not be an expert for that, simply
>open its options dialog and do it)

Although I haven't used it on CygWin, I've used Lynx and it's so light-weight,
it uses a text-based GUI.  I've also used Netscape on Sun.  On a PC, I use
Netscape or IE, depending.

>5th I have no consistent and rich keyboard interface for all applications
>like with windows, where typically all commands are available through
>menues and the menue entries have their shortcuts which are displayed in
>the menue. E.g to minimize a console window or any other window the sequence
>'alt-space n' works today, it worked with win31, and it will work in
>5 years on windows 7.0.

Like I said before, Unix people tend to like command lines.  One reason is that
command lines are much more flexible than menu items.  For example, it took
Windows years to provide "find . -name "*" -print | xargs grep "some-text"
through their GUI.  Correct me if I'm wrong, but I think it's still impossible
to do something like:
find . -type f -print | while read f
do
    mv $f $f~
    sed 's/before/after/g' $f~ >$f
    rm $f~
done

to do a global search and replace on a bunch of files.  What about more
complicated command lines?

>6th hence for each real task I have to transfer the files and me to/from
>my (NT) workstation.

>Now there are uncountable advantages of a unix workstation and its toolset too
>as you know. But for someone coming from the windows environment the 1st step
to
>learn about and use some of them IMO now is cygwin, thanks to your and your
>friends efforts during the last years.
>
>Back to what caused me to write this email: I am surprised that you havnt
>realized (or dont mind) the fact that cygwin has a great potential to be
>the trojan horse of unix & gnu inside the windows world.

This is a good point, but read on.

>When cygwin additionally would come with easy to use and powerfull standard
>applications (mail reader, personal mail server & firewall, editor,
filemanager;
>easy means controllable through consistent menu's shortcuts, help menue -> open
doc
>in browser, ..), it would be only a small step to use the same applications
>under unix/linux and to forget the windows workstation.

Again, Unix people tend to like command lines (some Unix people don't even have
a window manager so they're forced to use command lines and text-based GUI's).
Windows people tend to assume that a window manager is just part of an operating
system.

So, if you really want to learn the Unix way of doing things, get used to typing
and using man (man man for more info :).  The Trojan Horse you mention above is
extremely ineffective since if CygWin added these neat and bloaty gadgets, it
would no longer be Unix on Windows and hence would defeat its own purpose.

Noel



This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co. Incorporated, its
subsidiaries and affiliates.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 19+ messages in thread
[parent not found: <852569F2.0073F77C.00@nyc-ntgw-n01.ny.jpmorgan.com>]

end of thread, other threads:[~2001-02-14 19:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-06  7:55 Newbie request for Info: Michael Kelley
2001-02-11  4:10 ` (OT) Newbie request for Info Gerrit P. Haase
2001-02-11 11:50   ` Christopher Faylor
2001-02-11 13:01     ` Michael Kelley
2001-02-11 14:03       ` Christopher Faylor
2001-02-12  5:10         ` Earnie Boyd
2001-02-12  8:11           ` Christopher Faylor
2001-02-12 10:06             ` Earnie Boyd
2001-02-12 10:11               ` Christopher Faylor
2001-02-12  8:39           ` Warren Young
2001-02-13 12:07         ` Markus Mauhart
2001-02-13 12:49           ` Christopher Faylor
2001-02-13 16:29             ` Markus Mauhart
2001-02-13 18:33           ` Charles S. Wilson
2001-02-13 18:59             ` Markus Mauhart
2001-02-14 19:25               ` Michael Kelley
2001-02-12 10:52 Randall R Schulz
2001-02-13 13:58 Noel L Yap
     [not found] <852569F2.0073F77C.00@nyc-ntgw-n01.ny.jpmorgan.com>
2001-02-13 16:05 ` Markus Mauhart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).