On Tue, Aug 02, 2005 at 02:20:38PM +0100, Alexander Fisher wrote:
> well be.  For example, the 'beep' you get when bash autocomplete fails
> lasts for several seconds.  A shutdown takes tens of minutes.  I've no

To stop those annoying beeps.

cd
touch .inputrc
echo 'set bell-style none' >> .inputrc

logout then in and voila; silent but deadly ;-)


To stop 'less' beeping at the end:

su root
echo 'LESS=-Q' >> /etc/profile
echo 'export LESS' >> /etc/profile

-- 
Chris.
======
Reproduction if desired may be handled locally. -- rfc3


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to