NPNitin Poojaryinnitin-poojary-golang.hashnode.dev·13h ago · 21 min readBuilding Docker's Network From Scratch: Namespaces, veth Pairs, Bridges, dnsmasq, and iptablesdocker run -p 8080:80 nginx gives you an isolated network stack, a private IP, internet access, and a port exposed to the host, all in one line. Add a user defined network (which is what docker compos00
SKShubham Kumar Singhinblog.realdev.club·3d ago · 15 min readHow I Deployed a Full-Stack Application on a DigitalOcean VM Using Nginx and PM2Introduction Until now, I had mostly run my full-stack applications locally using localhost. But this time, I wanted to understand what actually happens when we deploy an application to a real server 22S
JTJakson Tateinservermo.hashnode.dev·2d ago · 4 min readHow to Install KeyDB on Ubuntu: The Multi-Threaded Redis AlternativeTraditional in-memory databases process commands sequentially, utilizing a single thread exclusively. While recent updates introduced asynchronous network threading, core execution often remains isola00
AAthiraniinathirani.hashnode.dev·3d ago · 7 min readVirtualBox vs Dual Boot: Why I Chose Dual Boot for Learning DevOpsWhat you'll learn In this article, you'll learn: Why I started with Ubuntu in VirtualBox The limitations I experienced Why I switched to a dual-boot setup The installation tools I used Lessons I 00
ABA. B Satya Jaideepinsatyajai.hashnode.dev·3d ago · 6 min read🚀 How to Create, Attach, Format, and Mount an Amazon EBS Volume on an EC2 Ubuntu InstanceLearn how to create an Amazon EBS volume, attach it to an EC2 instance, format it with the ext4 filesystem, mount it, and configure it for persistent storage. This step-by-step guide is perfect for be00
WTWade Thomasinblog.northernrangedigital.com·5d ago · 5 min readThe Ansible Playbook that will Harden Your VPShttps://www.youtube.com/watch?v=vl8IW8F1mxA Introduction In this post I'm sharing 3 Ansible playbooks I use to manage my VPS servers. I won't go into great detail on tasks here — if you're new to Ans00
WTWade Thomasinblog.northernrangedigital.com·Jul 10 · 5 min readAnsible Installation and Configuration on Ubuntu https://www.youtube.com/watch?v=1U8ID8j_gLg Introduction What is Ansible? Ansible is an automation language that can describe any IT environment, whether homelab or large-scale infrastructure. It is 00
BKBrian Kinginsolodev.app·Jul 9 · 29 min readSystem Tools for Ubuntu Desktop.Abstract. This post describes how I set up my personal Ubuntu Desktop 24.04 LTS systems with essential applications and utilities. I cover software installations for system management, productivity, s10
BKBrian Kinginsolodev.app·Jul 9 · 9 min readInstalling ROCm & Llama.cpp for CPUs & APUs.Abstract. I document my complete workflow for installing AMD ROCm drivers on Ubuntu Desktop 24.04 and building the llama.cpp library with HIP (GPU) backend support for my AMD Strix Halo APU with its R00
SHSanskriti Harmukhinvultr.hashnode.dev·Jul 2 · 2 min readDeploying Navidrome - Self-Hosted Music Streaming Server on Ubuntu 24.04Navidrome is an open-source, Subsonic/Airsonic-compatible music streaming server you host yourself. It indexes your library, serves it over the web, and ties into dozens of Subsonic-compatible mobile 00