Running Blazor Server Web App on Linux and Apache
In this post we will see how to host and publish a blazor server web app on Ubuntu and apache….
.NET, Blazor Server, C#, General, Linux, Web server
Run your App as Unix Daemon in Ubuntu
In this post we will see how we can run a custom app (executable) as daemon (service) on Ubuntu. To…
Manage Systemd Services with Systemctl on Ubuntu
Systemd is primarily an init system for Linux operating systems. It’s main task is to initialize the components that must…