[Ilugc] Beep Sound

  • From: mallet@xxxxxxx (Suresh Ramasubramanian)
  • Date: Thu, 26 Dec 2002 15:53:28 +0530

On Thursday, December 26, 2002 2:28 PM [GMT+0530=IST],
bharathi@xxxxxxxxxxxxxxxxxxxx (Bharathi S) wrote:

 Some our machines makes loud beep sound.
 How to reduce the sound from Console Mode ?

Try this -

#!/bin/sh
if [ "$1" = "off" ]; then
        echo -e "\33[11;0]"
        echo "Bell turned off."
fi

if [ "$1" = "on" ]; then
        echo -e "\33[10;750]\33[11;250]"
        echo "Bell turned on."
fi

if [ "$1" = "" ]; then
        echo "Usage: $0 <on|off>"
fi


    srs

From Thiagarajan" <thiaguwin@xxxxxxx  Thu Dec 26 06:44:45 2002
From: Thiagarajan" <thiaguwin@xxxxxxx (Thiagarajan)
Date: Thu, 26 Dec 2002 12:14:45 +0530
Subject: [Ilugc] [OT] Freeware for Pluse 2 CS
Message-ID: <000101c2accf$593d6a00$25ab09ca@godcaresme>

Good Morning !
Greetings !
[ kindly not to reply in the list, reply only to thiaguwin@xxxxxxx ]
well, i have developed a Freeware for school students. Not based on Linux
!!!
useful for Plus 2 Computer Science Students and Teachers, size is 390KB
it is an objective type testing software
send a mail to me to get a copy or obtain from www.geocities.com/tncomped

have a wonderful day
thiagu


THIAGARAJAN N
45 A, SUBRAMANIAM STREET,
NEAR OLD BUS STAND,
SALEM 636 001, Ph: 2268145
TAMIL NADU, SOUTH INDIA
www.geocities.com/thiaguwin



Other related posts: