 
      
    | You are here | venam.net | ||
| | | | | linuxshellaccount.blogspot.com | |
| | | | | Linux and Unix scripts and advice. Shell scripts, Perl scripts and tips for users of all skill levels. From Solaris to Redhat. Financial Intelligence Program | |
| | | | | blog.phusion.nl | |
| | | | | When building Docker containers, you should be aware of the PID 1 zombie reaping problem. That problem can cause unexpected and obscure-looking issues when you least expect it. This article explains the PID 1 problem, explains how you can solve it, and presents a pre-built solution that you can use: | |
| | | | | www.theunixschool.com | |
| | | | | A process is a program in execution in memory or in other words, an instance of a program in memory. Any program executed creates a proce... | |
| | | | | blog.nuculabs.de | |
| | | I haven't done any embedded development in a while and I was thinking to build myself a remote controlled toy car with video streaming. The project is going to take me a while. To build it I'm going to use C#. I'm already too familiar with Python and a little challenge doesn't hurt. To interface with the hardware, I'm going to use the .Net Core IoT Libraries from Microsoft. My idea was to create a set of .Net Core services that communicate internally via gRPC and an ASP.Net Core web application to control the car. (Now that I'm writing this I'm thinking that could possibly drop the web app and use gRPC directly from the client). | ||