<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Base (Posts about beep)</title><link>https://bgstack15.ddns.net/blog/</link><description></description><atom:link href="https://bgstack15.ddns.net/blog/categories/beep.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2022 &lt;a href="mailto:bgstack15@gmail.com"&gt;bgstack15&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-SA"
style="border-width:0; margin-bottom:12px;"
src="https://bgstack15.ddns.net/.images/l_by-sa_4.0_88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Mon, 14 Mar 2022 18:59:19 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Enable and disable system beep on Linux</title><link>https://bgstack15.ddns.net/blog/posts/2017/11/11/enable-and-disable-system-beep-on-linux/</link><dc:creator>bgstack15</dc:creator><description>&lt;p&gt;Enable system beep&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo modprobe -v pcspkr
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Disable system beep&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo modprobe -rv pcspkr
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Cause terminal emulator to beep&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;printf '\a'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You can place in your ~/.bashrc:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;xset b off
&lt;/code&gt;&lt;/pre&gt;

&lt;h2&gt;References&lt;/h2&gt;
&lt;h3&gt;Weblinks&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://linuxconfig.org/turn-off-beep-bell-on-linux-terminal"&gt;https://linuxconfig.org/turn-off-beep-bell-on-linux-terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://unix.stackexchange.com/questions/39518/turn-off-beep-of-xorg"&gt;x11 - Turn off beep of Xorg - Unix &amp;amp; Linux Stack Exchange&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><category>beep</category><category>oneliner</category><guid>https://bgstack15.ddns.net/blog/posts/2017/11/11/enable-and-disable-system-beep-on-linux/</guid><pubDate>Sat, 11 Nov 2017 14:28:11 GMT</pubDate></item></channel></rss>