ZTZero Trust Threadsinzerotrustthreads.hashnode.dev·19h ago · 5 min readYour First Ubuntu Server: A Beginner Home Lab ProjectIn the previous article, we prepared your physical computer (the Host) by installing a hypervisor—either VirtualBox for Windows/Linux hosts or UTM for macOS. Now, it's time to build your first virtual00
JTJakson Tateinservermo.hashnode.dev·22h ago · 4 min readHow to Deploy Multi-Agent AI: Setup CrewAI on Ubuntu 24.04 Bare Metal GPUMulti-agent AI frameworks have shifted from experimental prototypes to production-grade automation engines. But running CrewAI or AutoGen agents via cloud APIs introduces crippling costs: a single age00
JTJakson Tateinservermo.hashnode.dev·1d ago · 4 min readSemantic Caching for LLMs on Ubuntu 24.04: Reduce API Costs by 80%When you deploy a Generative AI application to production, you quickly discover a painful financial truth: inference costs scale violently. You are charged for every single token. But if you analyze p00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 3 min readInstalling TensorFlow with ROCm Acceleration on Ubuntu 24.04TensorFlow is an open-source framework widely used for building and training machine learning models, including deep learning. ROCm is AMD's platform for GPU computing, designed to deliver high-perfor00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 5 min readInstalling Ruby on Ubuntu 24.04Ruby is a dynamic, object-oriented programming language perfect for creating basic scripts to complex web applications. It offers a modern syntax for productivity, runs with an interpreter instead of 00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 3 min readInstalling PyTorch with ROCm Acceleration on Ubuntu 24.04PyTorch is an open-source framework for building and training machine learning models, especially deep learning networks. ROCm is AMD's platform for GPU computing, enabling high-performance computing 00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 3 min readInstalling JAX with ROCm Acceleration on Ubuntu 24.04JAX is an open-source library for high-performance numerical computing and machine learning research, offering tools for automatic differentiation, GPU/TPU acceleration, and just-in-time compilation. 00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 8 min readInstalling Gradle on Ubuntu 24.04Gradle is an open-source build automation tool that streamlines multi-language development workflows, especially for large-scale Java applications. It automates tasks such as compiling, testing, packa00
ASAsep Sayyadinasepsayyad007.hashnode.dev·1d ago · 24 min readLinux Has Thousands of Processes. How Does It Keep Track of Them?From task_struct and PID radix trees to scheduler runqueues and the /proc filesystem, here is how the kernel manages thousands of tasks without slowing to a crawl. Run this on any busy Linux server: p00
Ssugunainchandaka.hashnode.dev·6d ago · 7 min readAutomating Package Installation on Multiple Servers Using AnsibleIf you are managing multiple Linux servers, installing packages manually on every server can become repetitive and time-consuming. With Ansible, we can automate package installation across multiple se00