meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux:linux [2026/06/08 22:14] – removed - external edit (Unknown date) 127.0.0.1linux:linux [2026/06/08 22:14] (current) – ↷ Page moved from os:linux:linux to linux:linux kilroy
Line 1: Line 1:
 +====== Linux ======
  
 +===== Commandline "beep" =====
 +
 +<code>
 +rmmod pcspkr
 +echo "blacklist pcspkr" > /etc/modprobe.d/backlist
 +
 +</code>