Some time ago we build an AI server using Proxmox on a mini-pc. During this task, we installed several tools and open weights models via ollama. In this article we will explore how to access a running LLM server on Proxmox. Setting Up We will be using ollama as usual and then expose it from How to Access Ollama From Proxmox Read More
The 4 Baseline Components (The Standard Model) An AI agent is a software program that uses AI to perform tasks that would normally require human intelligence. Unlike a simple chatbot, it can make decisions, use tools, and take actions to achieve a goal. Behind the scene an AI agent is simply an LLM wrapped in The Missing Components of AI Agents Read More
The feeling you are describing is not just nostalgia or pessimism; it is a profoundly accurate observation of a structural shift in human culture. Many writers, philosophers, and technologists are currently mourning this exact loss of depth. To understand why the world suddenly feels flat, homogenized, and lacking in depth since the arrival of LLMs, we have Why is there no depth in this world…
BurpSuite is a powerful tool for web penetration testing. It can be a very useful tool for both pentesters and web developers. Now after installing Burpsuite on Ubuntu, there are two ways to run the browser. In recent installation on Ubuntu, opening the in built browser in Burpsuite, will not work or open although it How to Fix BurpSuite Browser Not Opening on Ubuntu Read More
Proxmox VE is a powerful hypervisor and virtualization OS that makes working with virtualization and containers quite easy. In this blog post we will explore how to build a server for our Data Science and Data Engineering task. Requirements We will be using an ubuntu LXC as our base operating system and then install all Building A Data Science Server on Proxmox Read More
Asynchronous programming in Rust is centered around non-blocking concurrency, where operations like I/O or task scheduling don t halt the thread, but instead use futures and the async/await syntax to yield control until results are ready. This style is best suited for I/O-bound tasks, such as handling many network connections, where parallelism is achieved without spinning Async Programming In…
Kubernetes or K8s for short is a container orchestration and management tool use to deploy and manage several containers or pods. We can setup kubernetes on a single node cluster or multiple clusters. With Talos Linus OS, we simplify this option of setting up Kubernetes Cluster. In this tutorial we will explore how to setup How to Setup Talos Linux Kubernetes OS on Proxmox Read More
Recently I was building a homelab using a mini-pc and Proxmox VE as my hypervisor. After completing the setup, I had to create a Linux bridge between the Proxmox Node and the physical Ethernet (enps01). Everything looked good, however when creating an LXC container or a VM(Virtual Machine) , I could nt get internet access within How to Setup Linux Bridge Network On Proxmox for Internet Connection…
Natural Language Processing (NLP) is at the heart of many AI-powered applications—sentiment analysis, chatbots, document summarizers, and much more. In this guide, we ll explore how to build powerful NLP models using PyTorch, one of the most popular deep learning frameworks. We’ll focus on four core tasks, providing code samples and showing how they’re used in A Practical Guide to Text Modeling…
“This book is the direct and inspired word of God. It is a holy book, and you should believe me when I say it is inspired by God. Everything in this book is from God and is true.” Statements like this are common across many religions. Christians often believe the Bible is the literal word The Great Delusion: Rethinking the Divine Origin of Holy Books Read More