Home Lab – a lie I tell myself
Jared Rhodes, Microsoft MVP and Principal consultant for EPAM Systems, discusses home labs and a personal home lab project
Jared Rhodes
Jared Rhodes, Microsoft MVP and Principal consultant for EPAM Systems, discusses home labs and a personal home lab project
Jared Rhodes, Microsoft Azure MVP and Pluralsight author, explains how to check for an insecure SSH port in Azure but also how to secure it.
Jared Rhodes, Microsoft MVP and Pluralsight Author, Will be presenting Virtual Reality and IoT at the 2019 South Florida Code Camp.
The Azure IoT Edge getting started guide currently utilizes VS Code and Docker to create modules. If you receive “docker.sock connect: permission denied” after trying to build, run the following two commands in the terminal: sudo usermod -aG docker $USER newgrp docker If you still have the error, restart your machine and try again.
As a part of the Wren Hyperion solution, an ASP.NET Core application will run on an ARM based Linux OS (we are building a POC for the Raspberry Pi and Raspian). Here are the steps on how you can get started with ASP.NET Core on Raspian: Setup a Raspberry Pi with Raspian Install .NET Core […]