Develop Linux Kernel Modules with CLion IDE
I’m currently working on a Linux kernel module. CLion is my favorite IDE but out of the box it doesn’t work for Linux kernel development. It doesn’t find Linux include files for example....
Blog mit Beiträgen zu Web und Technik, Social Media, Android, Chrome, Fotografie, Persönlichem und vielen weiteren interessanten Dingen.
Beiträge zur Programmierung oder über bestimmte Skripte, sowie eigene Projekte und Tipps & Tricks.
I’m currently working on a Linux kernel module. CLion is my favorite IDE but out of the box it doesn’t work for Linux kernel development. It doesn’t find Linux include files for example....
Netlink is one of the nicer interfaces to communicate between userland and linux kernel, but it’s still quite hard, tho. For an uni project I had to figure it out how to communicate...
I created a Java library for Docx4J that helps you to do search and replace of text inside docx-documents. Feel free to check it out: https://github.com/phip1611/docx4j-search-and-replace-util
In this post I want to explain briefly how I solved the problem to run NGINX with docker but keep the let’s encrypt certificates outside of the Docker image. Some approaches include the...
I have successfully managed to run NextCloudPi on my Raspberry Pi 4 (4GB) with Docker Compose behind a NGINX as reverse proxy. It was quite some work to figure out how to configure...
Update: Ich habe den Code nochmal überarbeitet und optimiert. Bei meinem aktuellen Hobbyprojekt stand ich vor dem Problem einen Spring Boot REST-Service richtig abzusichern und mich mit meiner Single Page Application, einem Angular...