Latest Posts

How to block File Sharing for one or more IP Addresses in Windows

How to disable the Task Scheduler Service on Windows Server

Disabling the Task Scheduler Service in Windows Server can be a necessary step in certain scenarios, such as when you need to minimize background processes to maximize system resources or …

Coding

View All
ASP.NET Core 8 and Angular - Sixth Edition

ASP.NET Core 8 and Angular - Sixth Edition

I'm pleased to announce that ASP.NET Core 8 and Angular, the sixth edition of my ASP.NET Core and Angular book, is now available for purchase in E-Book and Paperback format …

Operating Systems

View All
How to block File Sharing for one or more IP Addresses in Windows

How to disable the Task Scheduler Service on Windows Server

Disabling the Task Scheduler Service in Windows Server can be a necessary step in certain scenarios, such as when you need to minimize background processes to maximize system resources or …

Software

View All
Linux - Come inviare E-Mail con sSMTP (con configurazioni-tipo per GMail, Aruba e Yahoo)

Auto-restart ASP.NET Core apps after deployment on Linux using incron

When deploying ASP.NET Core applications on Linux servers, it’s essential to ensure that the application restarts automatically after each deployment, as well as system updates or unexpected crashes: unfortunately, the …