Tag Archives: Programming

Using Rancher Desktop as Docker Desktop replacement on macOS

Last year I wrote a blog post about running Podman on macOS with Multipass as a Docker Desktop replacement. -> https://www.danielstechblog.io/running-podman-on-macos-with-multipass/ Back at that time I had looked also into Podman Machine and Rancher Desktop. Podman Machine was out very quickly without support for host volume mounts. Rancher Desktop instead was promising but the host volume Read more [...]

Running Podman on macOS with Multipass

Several months ago, I worked on a little side project during my spare time but instead of writing a blog post I set it aside till today. Since the announcement that Docker made yesterday on what has changed in the Docker Subscription Service Agreement my side project got my attention again. -> https://www.docker.com/blog/updating-product-subscriptions/ For most of us nothing will change Read more [...]

Free tools for your daily work with Microsoft Azure / Azure Stack

When you are working with Azure or Azure Stack you have to use additional tools to keep your work easy. I would like to present some free tools, I am using at my daily work with Azure and Azure Stack Let us start with the area storage explorer, something you want to use instead of the portal itself. In the beginning we had the Azure Storage Explorer, a CodePlex project, that is not developed Read more [...]

AI-Projekt

Letzte Woche Mittwoch war es endlich soweit: Abgabe unseres AI-Projekts. Nach 5 Monaten harter Arbeit war das Projektergebnis erreicht. Aber um was genau ging es bei dem AI-Projekt? Christian und ich sollten in das vorhandene eLearning Datenbank System “edb” unserer FH Statistikfunktionen implementieren. Grundsätzliche Voraussetzung war die anonyme Datenerfassung. Es sollte nicht zurück verfolgbar Read more [...]

Neue Windows Phone 7 Coding Camps – Termine und Anmeldung

Es gibt drei neue Windows Phone 7 Coding Camps für Studenten. Nach dem Erfolg der bisherigen Coding Camps haben wir die Anmeldung zu drei weiteren Locations freigeschaltet: 03. – 04.06. Bielefeld Jetzt anmelden 11. – 12.06. Magdeburg Jetzt anmelden 24. – 25.06. Bonn Jetzt anmelden Es erwarten dich zwei spannende Tage zur Entwicklung auf der Windows Phone Plattform. Coden lernen und selbst Read more [...]

Beherrsche die Maschine und gewinn eine Reise nach Las Vegas

An alle Windows 7 Maschinisten und solche die es werden wollen. Gewinn eine unvergessliche Reise nach Las Vegas. Dein Auftrag Du bist der Maschinist und nur du kennst die Maschine wirklich. Welche Funktion suchst du in deinem System vergeblich? Die Mäusejagd, das Schneetreiben oder etwas ganz Anderes? Stell dich der Herausforderung und baue deine eigene verrückte Wunsch-Anwendung. Dabei sollte Read more [...]

Drittes BS1 Praktikum

Leider etwas verspätet, aber besser spät als nie. Hier die Lösungen zum dritten BS1 Praktikum: In Aufgabe 2 sollte der folgende Programmcode mit den dazu vorgegebenen Befehlen ausgeführt werden: #include <stdio.h> #include <unistd.h> int main () { printf("Textausgabe vor dem Forkn"); fork(); printf("Textausgabe nach dem Forkn"); return 0; } Befehle: ./a.out ./a.out | cat Es galt Read more [...]