01
~/cpp

Serial Port for emulated esp32 using QEMU(?)

Previous posts walk through how to run code on an esp32 emulator using QEMU and how to create virtualized sensors for esp32 emulator . This post explains how you can set this up in a way that external applications such as c++/python/nod…

Serial Port for emulated esp32 using QEMU(?)
02
~/cpp

Virtualized sensors for esp32 emulator

Okay so you've got your esp32 emulator running on qemu. What next? I need to virtualize sensors. That cannot be done really because sensors return environmental parameters, so you can either simulate environmental parameters or generate…

Virtualized sensors for esp32 emulator
03
~/compilersframeworks

esp32 on QEMU

Not having the entire hardware for embedded projects is a pain. It stops the development entirely and is extremely inefficient. In traditional software dev - development, testing and deployment are 3 entirely different phases which are…

featured
04
~/installation-configuration

Setting Up HTTPS on IIS in 2024

Hosting websites on a windows server using the IIS - Internet Information Services is painful in 2024 for a new developer. The technology is so old that people who know how to use this are very proficient in it and the documentation is…

featured
05
~/installation-configuration

Serving Node Applications on Microsoft IIS

Over the weekend I was bored and tried hosting node applications on IIS on a server. Since currently I have only tried wordpress I had no idea how to go about this which might be why you are here, so lets dive straight into how to get i…

Node on IIS
06
~/installation-configuration

Git and GitHub - How to Setup and Get Started

Topics discussed What is Git? Git terminology Git Installation and setup What is GitHub? Basic functionalities of GitHub using Git What is Git? Git can be described as a distributed version control system that tracks changes in any set…

b00068535cb6
07
~/devops

A Hands-on Approach to Docker

Table of Contents What is Docker? Installation and Setup Docker Containers and Images Dockerfile Caching Port Mapping in Docker Networking in Docker Volumes in Docker Environment Variables in Docker Docker Compose What is Docker? Docker…

01-primary-blue-docker-logo
11
~/installation-configuration

Configuring Ubuntu 22.04 LTS Virtual Machine on Windows 11 Hyper-V

Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. Ubuntu is officially released in three editions: Desktop, Server, and Core for Internet of things devices and robots. All the editions…

Ubuntu-22-04-LTS-new-features-Stackscale-blog
12
~/installation-configuration

Installing Windows 11 Virtual Machine in Hyper-V

Windows 11 is the latest major release of Microsoft's Windows NToperating system, released in October 2021. It is a free upgrade to its predecessor, Windows 10 (2015), available for any Windows 10 devices that meet the new Windows 11 sy…

Wina11
14
~/compilersframeworks

Installing & Configuring GNU C++ Complier on Windows 11

Quisque dapibus, velit eget ullamcorper suscipit, sapien ligula hendrerit lectus, vitae tristique sapien velit ac lectus. Mauris ullamcorper nisi sit amet est vestibulum interdum. Integer venenatis rutrum ipsum. Pellentesque sollicitudi…

GNU CPP Complier
15
~/cpp

Configuring GNU CGICC CGI Library on Windows 11

Curabitur quis egestas odio, ac tincidunt neque. Cras egestas sapien eu egestas iaculis. Pellentesque et velit adipiscing, imperdiet urna vel, venenatis libero. Fusce semper tortor vel convallis blandit. Nullam vel tempor mi. Maecenas c…

GNU CGICC based C++ Loan Amortization Calculator