The following code is how I get my weather information directly from weather.gov and display up to date weather information for my area.
Category: Technical
How to configure Windows 10 to allow sign ons using credentials from Office 365
How to configure Windows 10 to allow sign ons using credentials from Office 365.
Conky in Linux Mint v18
Conky changed between Linux Mint v17.1 and v18. While the transition requires mostly copy/paste the top part of your .conkyrc file and leaving the bottom part as is, certain things no longer work. For example, reporting the status of certain important background tasks, SSH & Apache2, stopped working. Here is how I fixed it.
VirtualBox using image from SSD
How I copied the SSD successfully to a VirtualBox image file that actually worked:
Disable Hibernate in Windows 10
To disable Hibernate in Windows 10, open an elevated command terminal (START > All Apps > Windows System > right click Command Prompt > More Run as administrator) and type “powercfg -h off”