![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to turn off telnet on AIX | outtacontrol | AIX | 2 | 11-14-2006 11:57 AM |
| Turn off firewall in RH8.0 | kymberm | Linux | 2 | 04-27-2005 08:36 AM |
| How to turn off duplex | hiepng | UNIX for Dummies Questions & Answers | 2 | 07-12-2004 04:53 PM |
| RH8.0 firewall WILL NOT turn off | kymberm | Linux | 3 | 07-12-2004 06:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
turn off sound
how to disable anoying beep sound???
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Which beep is that then?
Code:
if (annoying(lastThingHeard()))
{
setTime(timeBeforeAnnoyingEvent());
disableSound();
sleep(durationOfAnnoyingEvent());
enableSound();
}
|
|
#3
|
||||
|
||||
|
A wild guess would be the terminal bell, but since the terminal type, OS etc are all missing from the original post it would be very difficult to give any sort of an answer.
|
|
#4
|
|||
|
|||
|
#5
|
|||
|
|||
|
terminal bell
|
|||
| Google The UNIX and Linux Forums |