2009/11/15

Suppress Beep on Linux

Configuration file is in the following on CentOS:
/etc/initrc

write or comment out the folowing:
set bell-style none

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...