<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>VeloxaHost Blog</title>
<link>https://blog.veloxahost.com/</link>
<description>Cloud infrastructure insights, tutorials, and company news from the VeloxaHost team.</description>
<language>en-us</language>
<lastBuildDate>Tue, 15 Apr 2025 00:00:00 GMT</lastBuildDate>
<atom:link href="https://blog.veloxahost.com/rss.xml" rel="self" type="application/rss+xml" />
<item>
<title>How We Built a Multi-Tenant Cloud Platform on Incus</title>
<link>https://blog.veloxahost.com/posts/incus-multi-tenant-deep-dive.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/incus-multi-tenant-deep-dive.html</guid>
<pubDate>Tue, 15 Apr 2025 00:00:00 GMT</pubDate>
<description>A technical deep dive into how VeloxaHost uses Incus projects, OVN networking, ZFS storage pools, and resource quotas to deliver isolated multi-tenant cloud instances.</description>
</item>
<item>
<title>VeloxaHost vs DigitalOcean: A Developer's Honest Comparison (2025)</title>
<link>https://blog.veloxahost.com/posts/veloxahost-vs-digitalocean.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/veloxahost-vs-digitalocean.html</guid>
<pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate>
<description>Honest side-by-side comparison of VeloxaHost and DigitalOcean: pricing, performance, networking, developer experience, and when each is the right choice.</description>
</item>
<item>
<title>GitHub Actions to Any VPS: Zero-Downtime Deployment Template (2025)</title>
<link>https://blog.veloxahost.com/posts/github-actions-deploy-vps.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/github-actions-deploy-vps.html</guid>
<pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate>
<description>A complete, copy-paste GitHub Actions workflow that deploys to any VPS with zero downtime — SSH deploy keys, Docker Compose, health checks, and rollback.</description>
</item>
<item>
<title>Docker Compose in Production: 12 Things You're Probably Missing</title>
<link>https://blog.veloxahost.com/posts/docker-compose-production.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/docker-compose-production.html</guid>
<pubDate>Sat, 22 Mar 2025 00:00:00 GMT</pubDate>
<description>Resource limits, healthchecks, rolling updates, secrets, restart policies, log rotation — the production Docker Compose patterns tutorials skip.</description>
</item>
<item>
<title>Incus vs Proxmox vs Docker: Which Virtualization Platform in 2025?</title>
<link>https://blog.veloxahost.com/posts/incus-vs-proxmox-vs-docker.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/incus-vs-proxmox-vs-docker.html</guid>
<pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
<description>An honest, technical comparison of Incus, Proxmox, and Docker: architecture, use cases, performance, and team fit. Which one should you run in production?</description>
</item>
<item>
<title>The Complete Linux Server Security Hardening Checklist (2025)</title>
<link>https://blog.veloxahost.com/posts/linux-server-hardening-checklist.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/linux-server-hardening-checklist.html</guid>
<pubDate>Tue, 18 Mar 2025 00:00:00 GMT</pubDate>
<description>A production-ready Linux server hardening checklist covering SSH, firewall, fail2ban, auto-updates, audit logging, kernel hardening, and more — with copy-paste commands.</description>
</item>
<item>
<title>fail2ban Setup on Ubuntu 22.04: Block Brute Force Attacks in 10 Minutes</title>
<link>https://blog.veloxahost.com/posts/fail2ban-setup-ubuntu-22.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/fail2ban-setup-ubuntu-22.html</guid>
<pubDate>Sat, 15 Mar 2025 00:00:00 GMT</pubDate>
<description>Step-by-step guide to installing and configuring fail2ban on Ubuntu 22.04 to automatically block SSH brute force attacks and other malicious traffic.</description>
</item>
<item>
<title>LXC vs Docker: When Containers Need a Full OS</title>
<link>https://blog.veloxahost.com/posts/lxc-vs-docker.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/lxc-vs-docker.html</guid>
<pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate>
<description>Docker containers share a single process namespace. LXC system containers run a full OS. Here's the architectural difference and when each is the right choice.</description>
</item>
<item>
<title>LXD is Dead. Long Live Incus: The Complete Migration Guide (2025)</title>
<link>https://blog.veloxahost.com/posts/incus-vs-lxd-migration-guide.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/incus-vs-lxd-migration-guide.html</guid>
<pubDate>Wed, 12 Mar 2025 00:00:00 GMT</pubDate>
<description>LXD transferred to Canonical in 2023, then the community forked it as Incus. Here's the full story, what changed, and how to migrate your workloads.</description>
</item>
<item>
<title>Getting Started with VeloxaHost</title>
<link>https://blog.veloxahost.com/posts/getting-started.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/getting-started.html</guid>
<pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
<description>A hands-on walkthrough from account creation to a live cloud instance in under 5 minutes.</description>
</item>
<item>
<title>Zero-Trust Security for Cloud Instances</title>
<link>https://blog.veloxahost.com/posts/hardening-your-instances.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/hardening-your-instances.html</guid>
<pubDate>Thu, 06 Mar 2025 00:00:00 GMT</pubDate>
<description>Harden every instance you deploy — SSH keys, firewall rules, fail2ban, automatic updates, and audit logging.</description>
</item>
<item>
<title>Running Docker on VeloxaHost</title>
<link>https://blog.veloxahost.com/posts/docker-on-veloxahost.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/docker-on-veloxahost.html</guid>
<pubDate>Sat, 01 Mar 2025 00:00:00 GMT</pubDate>
<description>Deploy and manage Docker workloads on VeloxaHost cloud instances — patterns and best practices.</description>
</item>
<item>
<title>CI/CD from GitHub to VeloxaHost</title>
<link>https://blog.veloxahost.com/posts/cicd-pipelines.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/cicd-pipelines.html</guid>
<pubDate>Tue, 18 Feb 2025 00:00:00 GMT</pubDate>
<description>Connect GitHub to VeloxaHost and automate deployments on every push using GitHub Actions and deploy keys.</description>
</item>
<item>
<title>Why We Built VeloxaHost: Cloud Infrastructure from the Gulf Coast</title>
<link>https://blog.veloxahost.com/posts/why-we-built-veloxahost.html</link>
<guid isPermaLink="true">https://blog.veloxahost.com/posts/why-we-built-veloxahost.html</guid>
<pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate>
<description>The founding story — how a Texas-based team built a cloud platform for developers who want simplicity, performance, and US-based infrastructure without the hyperscaler overhead.</description>
</item>
</channel>
</rss>
