To convert your disk from MBR to GPT it’s not required to use a third party software since Windows 10-Version 1703. You can use the mbr2gpt.exe which is located under the following… [Continue Reading]
Author: K. Rohn
Visual Studio Code remote file editing on Raspberry Pi
Development System: 1.) Install “Remote VSCode” Plugin for Visual Studio Code Open the Plugin Manager (STRG+SHIFT+X) and search for Remote VSCode –> Install and restart VS Code. 2.) Configure the… [Continue Reading]
Raspberry Pi Kernel panic-not syncing
Last week I had a strange problem after reading the image from the Raspberry Pi to my PC. The image was read successfully, but after writing the image to the… [Continue Reading]
Best Practice summary for JIRA Upgrade (7.x) process
The blog post is a summary of the well-known best practice process for updating Jira software. I created this little step-by-step instruction because I do not do full-time Jira administration,… [Continue Reading]
Exchange Server – connecting to remote server failed (HTTP 503 Error)
Today I was preparing an exchange server 2013 CU update. So I made backups of all exchange server instances and then I installed the “January 2017 windows update package”. After… [Continue Reading]
Changing evaluation Windows Server key to full license key
This post entry describes, how to change the evaluation license to a full license key. Before you can start, please make sure, that your license key matches for the right… [Continue Reading]
[short] Update Amazon Lambda policy to use with AWS IoT
Today I’ve spent a lot of time, to get my lambda code to work with an IoT device. After checking out the logs with Amazon Cloudwatch, I’ve found out, that… [Continue Reading]
[short] Install Node.js on Raspberry Pi
Node.js is based on javascript and is easy to learn. If you want to find out more about Node.js, just check out this link: External – What is Node.js? . Before you can… [Continue Reading]
[short] Raspberry Pi headless ssh activation
If you want to access your Raspberry Pi, then you need to activate the ssh server. By default ssh is deactivated. There is a short way to activate your raspberry pi… [Continue Reading]
Quick start IoT Tutorial with AWS IoT and Raspberry Pi
In this tutorial, I’m going to introducing you how to build your own “Internet of Things” device with Amazon AWS IoT. You will learn how to connect your Raspberry Pi with the Amazon… [Continue Reading]