Tutorials

How to install and format a partition with the Btrfs on Ubuntu?

Btrfs on Ubuntu is a modern copy-on-write (CoW) filesystem for Linux with an aim to implement advanced features while being easy to repair, maintain, and easy administration. Like ZFS, the Btrfs file system features advanced features like Snapshots, RAID, self-healing, and more. You can find the whole list of features at btrfs Wiki. Btrfs project […]

How to install and format a partition with the Btrfs on Ubuntu? Read More ยป

How to install Django with NGINX, Gunicorn, and PostgreSQL on Ubuntu?

In this article we’ll learn how to install Django with NGINX, Gunicorn, and PostgreSQL on Ubuntu. Django comes with a lightweight development server that is not suitable for production as it is less secure, low-performance, and not scalable. It’s intended to be only used for development purposes so you can rapidly focus on your application

How to install Django with NGINX, Gunicorn, and PostgreSQL on Ubuntu? Read More ยป