Setup NAS on Raspberry Pi

I got my Raspberry Pi 4 8GB model a few months ago. But I only used it for testing Linux system. This powerful toy should be used for something more useful. So I decided to set up a NAS (Network Attached Storage) on it.

Read more
Deploy Django application to IIS through HttpPlatform

Deploy Django application to IIS through HttpPlatform

IIS (Internet Information Service) is a web server that runs on the Microsoft .NET platform. There are a few ways to deploy a Django application to IIS. This post explains how to deploy a Django application to IIS through HttpPlatform.

Read more