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...
Running AI Models via llama.cpp in Fresh Ubuntu (CUDA 13.1 + RTX 5070 Setup)
Artificial Intelligence is becoming more accessible than ever, and with powerful GPUs like the RTX 5070, you can now run advanced AI models completely locally on your Ubuntu machine without relying on cloud services.
In...
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...
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...
Many of us have faced the issue of Too Many Connections error in MySQL/MariaDB with different errror codes like specified below:
(08004/1040): Too many connections
(HY000/1040): Too many connections
The above errors appear when all MySql/MariaDB connections allowed are currently being us...
Continue Reading...
Popular Tags