Tuesday, May 27, 2025

Windows Terminal - Mute Bell Sound

 


Problem:

Windows Terminal has this super annoying bell sound when certain keys in the terminal window are pressed. It's more so if you tap the directional key down when there's nowhere to go....however it goes "Ding!" and if your volume is jacked, it can be quite annoying.

We're going to mute it for all profiles. There's no need to have it.



Fix:

To disable the bell sound in Windows Terminal and see a visual indicator instead, follow these steps:

1. Open Windows Terminal.

2. Right-click on the title bar and select Settings.

3. In the bottom-left corner of the Settings window, click on Open JSON file.

4. Locate the "profiles" section, then find "defaults". Inside the curly braces {} of "defaults", add the line. Make sure to add a comma after "bellStyle": "none" if it's not the last entry in the "defaults" section.


5. Save the JSON file. You shouldn't see any errors in the Settings panel now.



πŸ‘½

Friday, April 18, 2025

HP ILO - DL160 G6 - Missing Hardware Inventory & Monitoring Sensors

 

Intro:

Missing Hardware Inventory & Monitoring Sensors on the ILO page after an ILO firmware update? If you just upgraded the BMC ILO firmware and didn't boot the machine then the Hardware Inventory & Monitoring Sensors page will be blank.


  • You'll also notice that under the ILO Summary page, the description will read as:

Description:Proliant generic G6

instead of:

Description:DL160 G6



Fix:

  • To get this back simply boot the system.
  • Look for the line..."New Generic BMC Detected, Pre-Install a BMC SDRR/CFG". It will automatically update the BMC and the description on the summary page will change and the Monitoring Sensors page will come back.



Monitoring Sensor Data


πŸ‘½

HP ILO - com.serverengines.rdr.EndOfStream: EndOfStream

 

Intro:

Every so often this bug will arise when trying to connect to the KVM implementation on HP ILO servers. However as of 2017, all major modern browsers have dropped support for Java applets, which relied on the Java NPAPI (Netscape Plugin Application Programming Interface) plugin. Chrome dropped it in 2015 and FireFox in 2017.

*As long as 32-bit Java is installed you can run the standalone applet under Windows 10/11.



Fix:

    1. Point your browser to http://<IP_ADDRESS>/M2.JAR
    • Make sure m2.jar is capitalized or it won't download the file.

    2. Run the M2.JAR file and input your IP, username, and password.





πŸ‘½