Build a Local AI Coding Agent via Llama.cpp and VSCode for Agentic Programming

Jun 07

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 Locally via Llama.cpp in fresh Ubuntu

Jun 07

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...

Installing Gitlab under Reverse Proxy of aaPanel

Sep 26

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...

How to Deploy Django with Nginx, Gunicorn and Postgres on Ubuntu

Jan 16

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...

How to Resolve Too Many Connections Error in MySql or MariaDB

Nov 03

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...