Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


disable_terminal_bells
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


disable_terminal_bells [2008/01/30 21:46] (current) – created juckins
Line 1: Line 1:
 +======Disable bells and beeps in terminal windows======
 +For example, when you get annoying beeps when using vi on Red Hat linux \\
 +<code>
 +xset -b
 +</code>
  
 +now edit /etc/inputrc and add this line:
 +<code>
 +set bell-style none
 +</code>
 +
 +If you are using GNOME, you can do the following:\\
 +Choose Preferences--> Keyboard-->no beep
disable_terminal_bells.txt · Last modified: 2008/01/30 21:46 by juckins