Posts tagged "linux"
-
Home Lab - a lie I tell myself
Home lab series introduction covering Debian, KVM, Docker, TrueNAS, automation, edge computing, game servers, cloud integration, and budget control.
-
Securing SSH in Azure
Azure SSH hardening guide for Linux VMs, covering removal of Arcfour, CBC ciphers, weak MAC algorithms, and safer sshd_config options.
-
Using Open CV C++ with Azure IoT Edge
Guide to building an Azure IoT Edge module in C++ with OpenCV, using VS Code, Docker, Azure IoT Edge extensions, and container deployment.
-
South Florida Code Camp - Azure IoT Overview
South Florida Code Camp Azure IoT Overview session abstract, covering Azure IoT services, architecture, and enterprise solution planning.
-
Azure IoT Edge - docker.sock connect: permission denied
Fix for Azure IoT Edge builds failing with docker.sock permission denied in VS Code and Docker by adding the Linux user to the docker group.
-
Creating an ASP.NET Core application for Raspberry Pi
Steps to build an ASP.NET Core app, publish it for linux-arm, install the .NET Core runtime on Raspbian, and serve the site from a Raspberry Pi.