Django application is great but hosting it with the normal web servers isn't so great an idea. Django works awesome with Gunicorn and Nginx along with Postgres in the database end. We will install this setup in Ubuntu 22.04 LTS which will mostly be applicable to further Ubuntu versions as well.
St
...
Continue Reading...
If you have been figuring out how to write to NTFS drives natively in macOS Catalina and later and have found numerous articles but nothing works, then you are finally at the right destination. I have been facing issues in enabling NTFS write functionality in my Macbook Pro 2017 model after upgradin...
Continue Reading...
DjangoAsyncMail is a Django app to send email asynchronously. This is a light-weight app using only Python threading for sending emails. It is meant for casual emails, like sending account activation mail from your website when account activation is optional. Using Celery and similar apps for such t...
Continue Reading...
Build a Local AI Coding Agent with Qwen2.5-Coder 14B / Gemma4, llama.cpp & VS Code (Ubuntu Tutorial)
Agentic programming is quickly becoming one of the most exciting areas in AI development. Instead of simple autocomplete, modern coding agents can understand projects, edit multiple files, refactor...
Continue Reading...
How to install Gitlab under Reverse Proxy of any existing webserver? We will be installing Gitlab in an Amazon Web Server Elastic Compute server - AWS EC2 - t2.medium version. You can use any VM or container environment with minimum 2 cpu cores and 4 GB of RAM.
We will be using an Ubuntu server os...
Continue Reading...
Popular Tags