How to: Get Matlab to recognize visual studio c++ 2017 compilers

First of all, be sure to install c++ compilers 2017 from visual studio, they aren’t automatically selected during the install

If Visual Studio Compilers C++ 2017 aren’t detected you need to add an entry to the registry.

Edit Registry
Matlab Source
Edit Registry

As an admin, edit registry entry:

HKLM\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\SxS\VS7

Add a new “string value” called “15.0” and add a path to the following folder containing visual studio

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\

Start matlab and check that the compiler is found

mex -setup -v

How To: Fix a voicemail that goes directly to scam/ads/robocaller messages *86

I got a call form an unrecognized number, so I let it go to voicemail. I later tried to delete the message but the voicemail kept calling the scammer/robocall/ads phone number as opposed to accessing my voicemail. I kept getting a answering machine with a prompt to “connect with local singles”. As much as I am interested in connecting with local singles, I am more interested in deleting this message and access my voicemail.

Read more

Random: Useful Tasker Android Application Profiles and Tasks

Tasker is an awesome app for android devices… if you know how to use it… otherwise it’s a nightmare!! Here is a list of Tasker settings and profiles I find most useful.

Enable Auto-Rotate Display on Certain Apps

  • Create new profile, select application then choose your desired app.
  • Create a New task and tap the “+” icon. Select “Display” then set “Display Autorotate” to ON.

 

How To: Fix kernel panic-not syncing: VFS: unable to mount root fs on unknown block(0,0)

I ran into this issue while booting up my server. Luckily it was easy to fix after doing a bit of research 🙂

Problem: kernel panic-not syncing: VFS: unable to mount root fs on unknown block(0,0)

Solution: remove old linux kernels, your /boot drive is out of space

  • boot to grub and click on “Advanced options”
  • Select a previous kernel (should boot fine)
  • login and enter command
    • $ df
  • See if your /boot directory is 100% used
  • Remove old linux kernels
    • $ sudo apt-get autoremove

Sources:

How to: Replace and/or Upgrade a Flowtron Starter Bulb

Being in Wisconsin, mosquitos a merciless, they will suck all your blood. I bought a Flowtron mosquito repellent lamp off Amazon BK-15D 1/2 acre coverage, unfortunately we used it twice and it stopped working. Bought new bulbs and soon realized that it was the starter. I looked all over the internet and realized that the company was the only one who sold those types of starters anymore. They also weren’t returning my calls to get a new starter bulb or light bulb to see what the problem was.

Doing a bit of research I realized that I could upgrade the starter to use newer fluorescent starters, it would save money and hassle in the future, and hopefully last much longer.

Read more