Author: jcianci12
-

Midea Air Conditioner Displays CP on the wall control
I recently encountered an issue with the main board of my Midea MHG-48HWFN1-Q indoor unit. The main board showed no signs of activity (no flashing light), although the…
-

Midea SUPER DC Inverter Series Service Manual
Applied Models MHG-24HWFN1-Q / MOU-24HFN1-Q MHG-30HWFN1-Q / MOU-30HFN1-Q MHG-36HWFN1-Q / MOU-36HFN1-Q MHG-48HWFN1-Q / MOU-48HFN1-Q MHG-60HWFN1-Q / MOU-60HFN1-Q Hopefully you find this info helpful 😊 Thanks to the kind…
-
SSRS – lost report data pane
If you have lost the panel which you usually use to see your data sources and data sets, try pressing: Press Ctrl + alt + d to show…
-

String Literal Cheat Sheet (Python, C#, JS)
Python Python uses f-strings for string interpolation. Here’s an example: In this code, the variables name and age are inserted into the string using curly braces {}. C# C# uses string interpolation with…
-

Guacamole Behind Nginx Proxy Manager
Anyone who has used nginx may agree that nginx proxy manager just adds a nice ui and makes things like refreshing configs easier. I wanted to migrate to…
-
![[SOLVED] 335i / n54 / e90 Random stalling issues](https://www.tekonline.com.au/wp-content/uploads/2023/10/image.png)
[SOLVED] 335i / n54 / e90 Random stalling issues
I have been hunting down a stalling/stumble issue for the last few months. Here are the clues: Here are the codes that I get on occassion Here are…
-

Volumes vs Copying in docker containers – a note
I was wondering why a container would not build unless I included a copy command first. I mean – I had a volume set up! That should give…
-

Random Misfire Solved on n54 e90 335i
I was chasing down a random misfire on my car for weeks. It was really starting to get to me. Here were the symptoms: The fix I ordered…
-

Setting Up GPU Docker Support: Understanding NVIDIA-SMI Output
When setting up GPU support for Docker, it’s crucial to ensure that your host system is compatible. One of the tools that can help you with this is…
-

How to Push Your Git Repository to TFS
In this guide, we’ll walk through the steps of pushing your Git repository to Team Foundation Server (TFS). This guide assumes that you’re working with a Git repository.…