Linux

vscode-binutils: Analyzing Binary Files directly within Visual Studio Code

As you know, I’m a crazy person, and I have done a lot of different computer science research projects like developing my own RISC-based CPU and implementing my own x64-based operating system. But over the last weeks and months, I have spent a lot of time doing some low-level research in the Linux Kernel. This work …

vscode-binutils: Analyzing Binary Files directly within Visual Studio Code + read more

Configuring WSL on Windows Server 2022 for Visual Studio Code Remote Access

Over the last few weeks and months, I have spent a lot of time researching and experimenting with Linux on a very low level – mostly directly on the C and assembly level in combination with the official source code. For that reason, I had initially built a dedicated Ubuntu virtual machine to perform my …

Configuring WSL on Windows Server 2022 for Visual Studio Code Remote Access + read more

Understanding the Kubernetes Deployment of a SQL Server Big Data Cluster

Deploying a SQL Server Big Data Cluster is a very simple process, because everything is fully automated with the azdata tool as I have shown in my previous blog posting. When you have finally a successful deployment, you will get in sum 21 Kubernetes Pods, which are hosting 45 Docker Containers – in a non-HA …

Understanding the Kubernetes Deployment of a SQL Server Big Data Cluster + read more

Installing the SQL Server Big Data Cluster Tools in a Docker Container

As you know from my last blog posting, I’m currently investing a lot of my time into Big Data technologies and especially into SQL Server Big Data Clusters. Running a SQL Server Big Data Cluster is quite easy, because you can deploy it with a simple command into Azure Kubernetes Services. But to be able …

Installing the SQL Server Big Data Cluster Tools in a Docker Container + read more