Calling Linux Commands from Delphi

Calling Linux Commands from Delphi One of the great features of Linux is that you can do just about anything from the command line. If we’re able to gain access to command line instructions from our Delphi applications, this will give us a very powerful API for the system. In this video I’m going to … Read more

Creating a Linux Daemon (service) in Delphi.

Creating a Linux Daemon (service) in Delphi. Edit: I originally wrote this post back in April 2017. Three months after I did, Paolo Rossi (MVP) also published a post on writing a Linux Daemon in Delphi entitled “Building a (real) Linux daemon with Delphi” I have to assume, given that Linux support was still new … Read more