Intel XTU error 0x80070643 attempted to install on an unsupported platform

Published on Author JF43 Comments
Intel XTU 0x80070643

I wanted to get the Intel® Extreme Tuning Utility installed and play around with some overclocking on my 2017 HP Spectre X360 13″, which I’m currently running with an HP Omen e-gpu and an Nvidia GTX-1060Ti. I downloaded the software from Intel (version 6.5.1.321) and it would not install: error 0x80070643 attempted to install on… Continue reading Intel XTU error 0x80070643 attempted to install on an unsupported platform

How to not build deck stairs

Published on Author JFLeave a comment

One of the best but most frustrating things in the world is being an amateur and knowing your limitations. You really want to build something because you’ve read all about it and have that burning urge to create something, but just know that some things are best left to professionals because they’re, well, professionals. Even… Continue reading How to not build deck stairs

How to search the Microsoft SQL Full Text Search index

Published on Author JFLeave a comment

Use this query in SQL Management Studio to directly search the Full Text Search index. select * from sys.dm_fts_parser(‘”search term”‘, 1033, NULL, 0) Note that there are upcoming changes to FTI, including many deprecated functions, so if you’re using it extensively you probably have some work to do.

How to change the DJI Osmo Pocket Wireless Module WiFi Password

Published on Author JFLeave a comment

After connecting to your Osmo Pocket using the Wireless Module with DJI Mimo, click the three little dots in the lower left side. The icon you want is the one with the four squares with one empty. You can update the SSID and the password, as well as change the connection type, etc. You may… Continue reading How to change the DJI Osmo Pocket Wireless Module WiFi Password

How to connect a Pixel 3 to the DJI Osmo Pocket Wireless Module

Published on Author JF1 Comment

Let’s keep this short. The problem: You go through the setup instructions of your Osmo Pocket and your Wireless Module with DJI Mimo. It can see the camera, but never makes a connection no matter what you try. Here’s how to make it work: Open WiFi connections in your phone and “forget” the “Osmo Pocket”… Continue reading How to connect a Pixel 3 to the DJI Osmo Pocket Wireless Module

Chrome Remote Desktop Lock Screen

Published on Author JFLeave a comment

Don’t want someone looking at your screen that you are remoted into using Chrome Remote Desktop? Here’s the link to Google’s support page for it. Here are the shortcuts to Mac only. Why not Windows 10? Because you have to set RDP to allow connections from any security level. You should only have it set… Continue reading Chrome Remote Desktop Lock Screen

LetsEncrypt SSL on Amazon Lightsail Ubuntu 16.04.5 LTS

Published on Author JFLeave a comment

ProcessIO is now running SSL for free thanks to LetsEncrypt. It took about 5 minutes to get set up, so if you haven’t done it, do it. Ubuntu 16.04.5 LTS I used  Certbot, so I went to the site and selected my web server and OS, then followed the instructions. Important! Amazon Lightsail has a firewall… Continue reading LetsEncrypt SSL on Amazon Lightsail Ubuntu 16.04.5 LTS