Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Before I install linux I am trying to get used to the bash shell in cygwin. How do I turn off the bell (without disconnecting the speaker on my motherboard)?
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
you can leave the speaker plugged in, if you cut the wires.
there's a bash configuration command for turning it off
too.
16 Dec 98 - Turning off bash's console beeping is accomplished by putting the line set bell-style none in your ~/.inputrc
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
i bet cygwin has vi, which is really hard to use. i can't remember
if cygwin uses unix type text files(line feed only) or dos ones
(carriage return and line feed).
i would use some dos editor like edit or q or notepad, and edit
a pre existing line, so the editor doesn't have to add a line feed,
and it will not matter.
Depends on how you installed as to what editors you have - which you do need to edit files. You *can* use NT apps (or whatever) to edit Cygwin files (which do use Linux eol's but are pretty flexible) but it's a better idea to use Cygwin apps. Can't remember if vi/m was a default choice or not. Run setup.exe and you can pull down mc with mcedit or nano or any of several simple editors if they're not already on there. 'Locate' will answer if you've got those. If you just want to *look* at files, you have 'less', etc., of course.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.