<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shannon Dias</title>
    <description>The latest articles on DEV Community by Shannon Dias (@shannon_dias_927e8f0d0d18).</description>
    <link>https://dev.to/shannon_dias_927e8f0d0d18</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3734540%2Fdfdd2134-eeee-425e-b794-d69533b20cca.png</url>
      <title>DEV Community: Shannon Dias</title>
      <link>https://dev.to/shannon_dias_927e8f0d0d18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shannon_dias_927e8f0d0d18"/>
    <language>en</language>
    <item>
      <title>How to Set Up a High-Performance Minecraft Server on Linux</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Fri, 24 Apr 2026 08:45:35 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/how-to-set-up-a-high-performance-minecraft-server-on-linux-10ao</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/how-to-set-up-a-high-performance-minecraft-server-on-linux-10ao</guid>
      <description>&lt;p&gt;If you've ever managed a Minecraft community, you know that block lag, random disconnects, and tick drops can ruin the experience. When you add heavy mods or scale your player base, cheap shared hosting quickly chokes.&lt;/p&gt;

&lt;p&gt;The ultimate fix? Hosting a Minecraft server on Linux using a high-performance bare-metal dedicated server. By taking full control of your infrastructure, you ensure maximum uptime, dedicated resources, and ultimate customizability.&lt;/p&gt;

&lt;p&gt;In our latest comprehensive guide, we walk you through the complete Linux Minecraft server setup. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What you will learn:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Preparing a secure Ubuntu/Debian or CentOS environment.&lt;/li&gt;
&lt;li&gt;Installing the correct Java Runtime Environment (Java 21 for modern versions).&lt;/li&gt;
&lt;li&gt;Creating automated &lt;code&gt;start.sh&lt;/code&gt; scripts for RAM allocation.&lt;/li&gt;
&lt;li&gt;Mastering the &lt;code&gt;screen&lt;/code&gt; command for background processing.&lt;/li&gt;
&lt;li&gt;Configuring UFW/Firewalld specifically for Minecraft (Port 25565).&lt;/li&gt;
&lt;li&gt;Advanced optimization using PaperMC and Aikar's Flags.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stop dealing with server lag and shared resources. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.fitservers.com/tutorials/linux-minecraft-server-setup/" rel="noopener noreferrer"&gt;Read the full, step-by-step tutorial on Fit Servers here!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>tutorial</category>
      <category>devops</category>
      <category>sysadmin</category>
    </item>
    <item>
      <title>The Edge: Deploying Docker on Bare Metal vs. Virtual Machines</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Fri, 24 Apr 2026 08:11:18 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/the-edge-deploying-docker-on-bare-metal-vs-virtual-machines-31i8</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/the-edge-deploying-docker-on-bare-metal-vs-virtual-machines-31i8</guid>
      <description>&lt;p&gt;Imagine spending hours perfecting an application locally, only to have it break the moment you deploy it to your production server. If you are using standard VPS hosting, the agitation doesn't stop there. You are constantly battling the "hypervisor tax"—the invisible layer of virtualization that steals your CPU cycles and chokes your disk I/O.&lt;/p&gt;

&lt;p&gt;By containerizing your applications and running them on a &lt;strong&gt;bare-metal dedicated server&lt;/strong&gt;, you bypass the virtualization layer entirely. Because Docker doesn't need to emulate virtual hardware, you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;100% Resource Allocation:&lt;/strong&gt; Direct access to CPU and RAM.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Maximum Disk I/O:&lt;/strong&gt; Crucial for containerized databases like Postgres or MySQL.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lower Network Latency:&lt;/strong&gt; Direct routing to the physical NIC.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We just published a comprehensive, step-by-step deployment tutorial over at Fit Servers. &lt;/p&gt;

&lt;h3&gt;
  
  
  What the tutorial covers:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Secure Server Prep:&lt;/strong&gt; Configuring UFW and Ubuntu 22.04/24.04 LTS.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Official Docker Installation:&lt;/strong&gt; Proper apt repository setup with GPG keys.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Docker Compose Architecture:&lt;/strong&gt; Building a persistent 3-tier stack using Infrastructure as Code.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Reverse Proxying:&lt;/strong&gt; Routing multiple domains to internal containers without port conflicts.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Resource Limiting:&lt;/strong&gt; Enforcing CPU and memory limits inside your &lt;code&gt;docker-compose.yml&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you want to unlock true bare-metal Docker performance, check out the full guide with all the necessary CLI commands and YAML configurations.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://www.fitservers.com/tutorials/howto/install-docker-on-a-dedicated-server/" rel="noopener noreferrer"&gt;Read the full technical tutorial here&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>devops</category>
      <category>linux</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>RAID Configurations Explained: Which One Fits Your Workload?</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Fri, 24 Apr 2026 07:09:41 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/raid-configurations-explained-which-one-fits-your-workload-2i6e</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/raid-configurations-explained-which-one-fits-your-workload-2i6e</guid>
      <description>&lt;p&gt;When architecting a high-performance environment, processors and RAM usually get the budget. But seasoned system administrators know that storage is almost always the primary bottleneck. If you are running a write-heavy database (like PostgreSQL or MongoDB) and your storage drives cannot feed data to the CPU fast enough, your processing power is wasted.&lt;/p&gt;

&lt;p&gt;We just published a comprehensive guide over at Fit Servers breaking down enterprise storage configurations.&lt;/p&gt;

&lt;p&gt;Key Takeaways from the article&lt;/p&gt;

&lt;p&gt;Hardware vs Software RAID: Why true hardware RAID controllers with Flash-Backed Write Caches (FBWC) are mandatory for preventing database corruption during power loss.&lt;/p&gt;

&lt;p&gt;The RAID 5 Write Penalty: Why RAID 5's XOR parity calculations can cripple write performance on DB servers.&lt;/p&gt;

&lt;p&gt;RAID 10 Dominance: Why RAID 1+0 remains the undisputed king for enterprise virtualization and transactional databases.&lt;/p&gt;

&lt;p&gt;NVMe + RAID: Why ultra-fast flash storage doesn't make redundancy obsolete.&lt;/p&gt;

&lt;p&gt;If you are provisioning a new bare-metal server soon, make sure you choose the right storage foundation.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.fitservers.com/blogs/raid-configuration-guide/" rel="noopener noreferrer"&gt;Read the full technical deep-dive here&lt;/a&gt; &lt;/p&gt;

</description>
      <category>sysadmin</category>
      <category>devops</category>
      <category>database</category>
      <category>architecture</category>
    </item>
    <item>
      <title>10Gbps vs 1Gbps Uplinks: The Math Behind Your Network Bottlenecks</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Fri, 24 Apr 2026 05:23:47 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/10gbps-vs-1gbps-uplinks-the-math-behind-your-network-bottlenecks-4b7a</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/10gbps-vs-1gbps-uplinks-the-math-behind-your-network-bottlenecks-4b7a</guid>
      <description>&lt;p&gt;Hello DEV community! 👋&lt;/p&gt;

&lt;p&gt;How often have you seen infrastructure that looks perfectly healthy on paper—low CPU, plenty of RAM—but users are still experiencing timeouts?&lt;/p&gt;

&lt;p&gt;The culprit is usually a saturated uplink. You can throw all the processing power in the world at a server, but if your 1Gbps port is maxed out at 125 MB/s while your NVMe drives are trying to push 3,000 MB/s, you are artificially bottlenecking your hardware.&lt;/p&gt;

&lt;p&gt;The Tipping Point&lt;br&gt;
A standard 1Gbps line is fine for internal CRM or staging environments. But you need to reconsider your architecture if you are dealing with:&lt;/p&gt;

&lt;p&gt;High-Volume Streaming: 4K video requires ~25 Mbps per user. A 1Gbps line maxes out at roughly 40 concurrent viewers before queuing starts.&lt;/p&gt;

&lt;p&gt;Machine Learning/Big Data: Moving terabytes between database and processing nodes requires wider pipes to keep GPUs fed.&lt;/p&gt;

&lt;p&gt;Low-Latency SaaS: WebSocket connections and API calls suffer from packet queuing during traffic bursts on a 1Gbps line.&lt;/p&gt;

&lt;p&gt;I just published a deep dive into the infrastructure math and the business ROI of upgrading to a 10Gbps dedicated environment.&lt;/p&gt;

&lt;p&gt;Read the full technical guide here: [&lt;a href="https://www.fitservers.com/blogs/10gbps-vs-1gbps-dedicated-servers-upgrade-guide/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/10gbps-vs-1gbps-dedicated-servers-upgrade-guide/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>architecture</category>
      <category>sysadmin</category>
    </item>
    <item>
      <title>How to calculate dedicated server bandwidth requirements</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Fri, 10 Apr 2026 04:12:51 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/how-to-calculate-dedicated-server-bandwidth-requirements-16hp</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/how-to-calculate-dedicated-server-bandwidth-requirements-16hp</guid>
      <description>&lt;p&gt;If you're provisioning infrastructure, estimating bandwidth can often feel like throwing darts at a board. But over-provisioning wastes budget, and under-provisioning causes packet loss and throttling during peak loads.&lt;/p&gt;

&lt;p&gt;The Fit Servers engineering team just published a deep dive into bandwidth calculation, and we wanted to share the core formula here.&lt;/p&gt;

&lt;p&gt;The Base Formula for Monthly Data Transfer:&lt;br&gt;
(Average Page Size in MB × Monthly Visitors × Average Pages per Visit) ÷ 1,024 = Estimated Monthly Bandwidth in GB&lt;/p&gt;

&lt;p&gt;Example: A media-rich B2B app averaging 2.5 MB per page with 80,000 visitors viewing ~3.2 pages:&lt;br&gt;
2.5 MB × 80,000 × 3.2 = 640,000 MB ÷ 1,024 ≈ 625 GB/month&lt;/p&gt;

&lt;p&gt;Don't Forget the Peak Multiplier!&lt;br&gt;
Raw averages will fail you during seasonal spikes. You need to multiply your base estimate by a peak multiplier:&lt;/p&gt;

&lt;p&gt;Steady SaaS: 1.5×&lt;/p&gt;

&lt;p&gt;E-commerce (Seasonal): 2.5–3×&lt;/p&gt;

&lt;p&gt;Live Streaming: 3–5×&lt;/p&gt;

&lt;p&gt;In our full guide, we also break down the critical architectural differences between Metered vs. Unmetered bandwidth, the reality of 95th percentile billing, and how to spot network saturation before your users do.&lt;/p&gt;

&lt;p&gt;Read the full technical breakdown here: [&lt;a href="https://www.fitservers.com/blogs/dedicated-server-bandwidth-guide/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/dedicated-server-bandwidth-guide/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>sysadmin</category>
      <category>hosting</category>
      <category>architecture</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How to Install cPanel &amp; WHM on AlmaLinux 9 or Ubuntu 24.04 LTS (2026 Guide)</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Thu, 02 Apr 2026 09:57:46 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/how-to-install-cpanel-whm-on-almalinux-9-or-ubuntu-2404-lts-2026-guide-33d4</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/how-to-install-cpanel-whm-on-almalinux-9-or-ubuntu-2404-lts-2026-guide-33d4</guid>
      <description>&lt;p&gt;Hey DEV community! 👋&lt;/p&gt;

&lt;p&gt;If you are provisioning a bare-metal dedicated server for web hosting in 2026, you already know that CentOS is officially out of the picture. Getting &lt;strong&gt;cPanel &amp;amp; WHM&lt;/strong&gt; running smoothly on modern OS options like AlmaLinux 9 or Ubuntu 24.04 LTS requires an updated set of pre-flight checks. &lt;/p&gt;

&lt;p&gt;Relying on outdated tutorials will often result in conflicting package managers, broken dependencies, and failed installations. Since cPanel cannot be cleanly uninstalled without a complete OS wipe, you have to get it right on the first try.&lt;/p&gt;

&lt;p&gt;We just published an in-depth, verified tutorial over at &lt;strong&gt;FitServers&lt;/strong&gt; that cuts through the noise. No fluff—just the exact terminal commands and WHM GUI steps you need to get production-ready.&lt;/p&gt;

&lt;h3&gt;
  
  
  🛠️ What You Will Learn
&lt;/h3&gt;

&lt;p&gt;Our comprehensive guide covers the entire deployment lifecycle:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OS Selection &amp;amp; Requirements:&lt;/strong&gt; Why AlmaLinux 9 is the primary recommendation, and how to handle Ubuntu's specific AppArmor and NetworkManager quirks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pre-Installation Prep:&lt;/strong&gt; Step-by-step commands to properly set your FQDN (&lt;code&gt;hostnamectl&lt;/code&gt;), update core packages, and disable OS-level firewalls (&lt;code&gt;firewalld&lt;/code&gt; or &lt;code&gt;ufw&lt;/code&gt;) so cPanel can bind its own services.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Installation Execution:&lt;/strong&gt; How to safely pull and run the official installation script using a &lt;code&gt;screen&lt;/code&gt; session:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;  &lt;span class="c"&gt;# Example: Starting a persistent session and running the installer&lt;/span&gt;
  screen &lt;span class="nt"&gt;-S&lt;/span&gt; cpanel-install
  &lt;span class="nb"&gt;cd&lt;/span&gt; /home &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; curl &lt;span class="nt"&gt;-o&lt;/span&gt; latest &lt;span class="nt"&gt;-L&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;https://securedownloads.cpanel.net/latest]&lt;span class="o"&gt;(&lt;/span&gt;https://securedownloads.cpanel.net/latest&lt;span class="o"&gt;)&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; sh latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Initial WHM Configuration: A walkthrough of the Setup Wizard, including setting up custom nameservers and provisioning Let's Encrypt certificates via AutoSSL.&lt;/p&gt;

&lt;p&gt;Security Hardening: Essential post-install lock-downs. We detail the exact network ports you need to open on your cloud firewall and how to activate cPHulk to immediately block brute-force login attacks.&lt;/p&gt;

&lt;p&gt;Creating Your First Account: Provisioning your first hosting package and web space.&lt;/p&gt;

&lt;p&gt;🚀 Ready to Deploy?&lt;br&gt;
Whether you are setting up your own infrastructure, migrating high-traffic client sites, or building a hosting reseller business, this guide is your definitive blueprint.&lt;/p&gt;

&lt;p&gt;For read more, visit the tutorial link: [&lt;a href="https://www.fitservers.com/tutorials/howto/install-cpanel-whm-on-dedicated-server/" rel="noopener noreferrer"&gt;https://www.fitservers.com/tutorials/howto/install-cpanel-whm-on-dedicated-server/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>linux</category>
      <category>sysadmin</category>
      <category>tutorial</category>
      <category>devops</category>
    </item>
    <item>
      <title>Reaching 3,140 Tok/s: Benchmarking the 96GB RTX Pro 6000 Blackwell</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Thu, 02 Apr 2026 08:18:41 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/reaching-3140-toks-benchmarking-the-96gb-rtx-pro-6000-blackwell-3bm6</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/reaching-3140-toks-benchmarking-the-96gb-rtx-pro-6000-blackwell-3bm6</guid>
      <description>&lt;p&gt;Fellow devs and sysadmins, the days of sharding massive models across multiple consumer GPUs just to get enough memory are coming to an end.&lt;/p&gt;

&lt;p&gt;At Fit Servers, we've been analyzing the NVIDIA RTX Pro 6000 Blackwell, and the specs are heavily targeted at local AI developers and server engineers.&lt;/p&gt;

&lt;p&gt;The Hardware&lt;br&gt;
GPU Die: GB202 (Blackwell)&lt;/p&gt;

&lt;p&gt;CUDA Cores: 24,064&lt;/p&gt;

&lt;p&gt;VRAM: 96 GB GDDR7 ECC (1.8 TB/s bandwidth)&lt;/p&gt;

&lt;p&gt;TDP: 600W Max (Server Edition is passive)&lt;/p&gt;

&lt;p&gt;Why Developers Should Care: Native FP4&lt;br&gt;
The biggest architectural shift is the 5th-Gen Tensor Cores with native FP4 support. A full 70B parameter model in FP4 quantization requires ~35–40 GB of VRAM. With 96GB, you have massive headroom for long context windows.&lt;/p&gt;

&lt;p&gt;In single-GPU inference, this card hits 3,140 tokens/sec, actually edging out the H100 SXM (2,987 tok/s) because the H100 lacks native FP4 hardware paths.&lt;/p&gt;

&lt;p&gt;The Catch&lt;br&gt;
It draws 600W. You need a dedicated, full-size tower or a proper rack setup with heavy-duty power supplies to run this safely.&lt;/p&gt;

&lt;p&gt;We’ve published the full technical spec sheet, thermal requirements, and detailed throughput benchmarks over at Fit Servers.&lt;/p&gt;

&lt;p&gt;🔗 For read more visit the blog link and find your next server configuration: &lt;a href="https://www.fitservers.com/blogs/nvidia-rtx-pro-6000-blackwell/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/nvidia-rtx-pro-6000-blackwell/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>hardware</category>
      <category>servers</category>
    </item>
    <item>
      <title>Why We Are Recommending Bare Metal Over Cloud Instances in 2026</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Mon, 30 Mar 2026 10:23:31 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/why-we-are-recommending-bare-metal-over-cloud-instances-in-2026-47if</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/why-we-are-recommending-bare-metal-over-cloud-instances-in-2026-47if</guid>
      <description>&lt;p&gt;Let’s talk infrastructure. We all love the elasticity of cloud providers, but when it comes to predictable, high-resource workloads, abstracting the hardware is starting to cost us—both in performance and on the monthly invoice.&lt;/p&gt;

&lt;p&gt;If you are spinning up heavy database architectures, running containerized microservices, or deploying game servers, USA Dedicated Servers are offering unmatched advantages right now:&lt;/p&gt;

&lt;p&gt;No Hypervisor Tax: You get direct access to the metal. Intel Xeon/AMD EPYC processors without the virtualization overhead.&lt;/p&gt;

&lt;p&gt;I/O Performance: Swapping cloud block storage for dedicated NVMe arrays drastically reduces database query bottlenecks.&lt;/p&gt;

&lt;p&gt;Full Root Control: Bring your own OS. Set your own kernel parameters. Configure your private VLANs and hardware firewalls without fighting a cloud provider's proprietary dashboard.&lt;/p&gt;

&lt;p&gt;Cost Predictability: A flat monthly fee instead of getting crushed by bandwidth egress charges.&lt;/p&gt;

&lt;p&gt;We just published a complete guide on how to architect and choose dedicated servers across 60+ US data centers, including strategies for peering and DDoS mitigation.&lt;/p&gt;

&lt;p&gt;To read more and see the hardware breakdowns, visit the blog link: [&lt;a href="https://www.fitservers.com/blogs/best-usa-dedicated-servers-for-business-and-gaming/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/best-usa-dedicated-servers-for-business-and-gaming/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sysadmin</category>
      <category>devops</category>
      <category>architecture</category>
    </item>
    <item>
      <title>How to Provision and Automate a Dedicated Rust Server on Ubuntu 🐧🎮</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Thu, 19 Mar 2026 11:48:45 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/how-to-provision-and-automate-a-dedicated-rust-server-on-ubuntu-1mn5</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/how-to-provision-and-automate-a-dedicated-rust-server-on-ubuntu-1mn5</guid>
      <description>&lt;p&gt;If you've ever tried running a Rust server on an underpowered VPS, you know the pain of entity desync and out-of-memory crashes. Rust is a beast—it simulates physics, AI, and building decay simultaneously. A fresh 3km map eats ~2GB of RAM, and after a few days of active raiding, you're easily pushing 12GB.&lt;/p&gt;

&lt;p&gt;Here is a technical overview of how we provision bare-metal boxes at Fit Servers to run Rust perfectly.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The Bare-Metal Hardware
Rust's main thread is heavily single-threaded. You need high clock speeds. We recommend:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;CPU: Ryzen 5800X3D or i9-11900K&lt;/p&gt;

&lt;p&gt;RAM: 24–32 GB (essential for 100+ players)&lt;/p&gt;

&lt;p&gt;Storage: NVMe SSDs (critical for fast world saving without stuttering)&lt;/p&gt;

&lt;p&gt;OS: Ubuntu 22.04 LTS or 24.04 LTS&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Oxide Plugins &amp;amp; uMod&lt;br&gt;
Vanilla Rust is great, but community servers thrive on plugins. By pulling the latest Linux build of Oxide (Oxide-Rust_Linux.zip), you can drop .cs files directly into oxide/plugins/ to hot-load modifications like BetterChat or GatherManager without restarting the daemon.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automating Wipes with Cron&lt;br&gt;
Facepunch forces a wipe on the first Thursday of every month. We automate this by triggering a shell script via cron that warns players via RCON, gracefuly stops the server, randomizes the server.seed, deletes .sav files, updates via SteamCMD, and spins the tmux session back up.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To read more, visit the tutorial link: [&lt;a href="https://www.fitservers.com/tutorials/howto/setup-a-rust-dedicated-server/" rel="noopener noreferrer"&gt;https://www.fitservers.com/tutorials/howto/setup-a-rust-dedicated-server/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>linux</category>
      <category>gaming</category>
      <category>tutorial</category>
      <category>sysadmin</category>
    </item>
    <item>
      <title>nderstanding Australia’s Internet Backbone: Peering, Transit, and Data Center Connectivity 🇦🇺</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Thu, 19 Mar 2026 10:39:13 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/nderstanding-australias-internet-backbone-peering-transit-and-data-center-connectivity-3pi6</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/nderstanding-australias-internet-backbone-peering-transit-and-data-center-connectivity-3pi6</guid>
      <description>&lt;p&gt;When deploying applications to the APAC region, Australia is a prime choice. However, the geographic isolation of the continent means developers need to be highly conscious of their host's network topology.&lt;/p&gt;

&lt;p&gt;If your host relies on poorly peered transit providers, your traffic might trombone across the Pacific before reaching a user in Southeast Asia.&lt;/p&gt;

&lt;p&gt;In our latest engineering and infrastructure deep dive, we break down the major carriers operating in Australia:&lt;/p&gt;

&lt;p&gt;Global Tier 1s in AU: NTT, Lumen, Cogent, Arelion.&lt;/p&gt;

&lt;p&gt;Domestic Tier 2s: Telstra, Vocus Group, Optus, Superloop.&lt;/p&gt;

&lt;p&gt;The Carrier-Neutral Architecture: Why we utilize cross-connects to bypass public internet congestion and drop latency.&lt;/p&gt;

&lt;p&gt;If you are running real-time applications, gaming backends, or latency-sensitive enterprise workloads in the region, understanding these routing paths is crucial. At Fit Servers, we operate across 25 IX peering points to ensure traffic stays localized and fast.&lt;/p&gt;

&lt;p&gt;Dive into the full technical guide on our blog: [&lt;a href="https://www.fitservers.com/blogs/australias-major-bandwidth-carriers-&amp;amp;-data-center-connectivity/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/australias-major-bandwidth-carriers-&amp;amp;-data-center-connectivity/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>networking</category>
      <category>infrastructure</category>
      <category>australia</category>
      <category>webdev</category>
    </item>
    <item>
      <title>BGP Routing and Backbone Carriers: Architecting Low Latency in Asia 🌏💻</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Thu, 19 Mar 2026 09:21:17 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/bgp-routing-and-backbone-carriers-architecting-low-latency-in-asia-3od5</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/bgp-routing-and-backbone-carriers-architecting-low-latency-in-asia-3od5</guid>
      <description>&lt;p&gt;When deploying applications in Asia, developers often focus on the server hardware. But what about the physical network?&lt;/p&gt;

&lt;p&gt;At Fit Servers, we spend a lot of time optimizing BGP routing tables to ensure packets take the least-congested paths. To do this, we have to leverage a complex mix of Tier 1 and Tier 2 backbone carriers.&lt;/p&gt;

&lt;p&gt;The Carrier Landscape in APAC&lt;br&gt;
If you are pushing workloads to users in Asia, here is who is handling your packets:&lt;/p&gt;

&lt;p&gt;NTT Communications (AS2914): The benchmark for ultra-low latency in Japan.&lt;/p&gt;

&lt;p&gt;Singtel: The undisputed cornerstone of the ASEAN internet.&lt;/p&gt;

&lt;p&gt;Tata &amp;amp; Bharti Airtel: Crucial for penetrating the complex Indian domestic market.&lt;/p&gt;

&lt;p&gt;China Telecom (CN2 GIA): The absolute gold standard for minimizing packet loss at the Chinese border.&lt;/p&gt;

&lt;p&gt;How Fit Servers Achieves &amp;lt;5ms Latency&lt;br&gt;
We don't rely on a single upstream provider. By operating in carrier-neutral facilities, our NOC maintains connectivity from multiple carriers. If one path drops or clogs, our routers automatically failover to an alternative transit provider. Add in active IXP peering, and we maintain a 99.99% uptime SLA.&lt;/p&gt;

&lt;p&gt;Want to deep-dive into the technical topology of Asia's internet infrastructure?&lt;/p&gt;

&lt;p&gt;👉 Read more by visiting the blog link: [&lt;a href="https://www.fitservers.com/blogs/bandwidth-carriers-powering-data-centers-across-the-asia/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/bandwidth-carriers-powering-data-centers-across-the-asia/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>networking</category>
      <category>devops</category>
      <category>architecture</category>
      <category>webhosting</category>
    </item>
    <item>
      <title>The Architecture of Speed: Designing Low-Latency Infrastructure in Europe</title>
      <dc:creator>Shannon Dias</dc:creator>
      <pubDate>Wed, 18 Mar 2026 09:46:58 +0000</pubDate>
      <link>https://dev.to/shannon_dias_927e8f0d0d18/the-architecture-of-speed-designing-low-latency-infrastructure-in-europe-75f</link>
      <guid>https://dev.to/shannon_dias_927e8f0d0d18/the-architecture-of-speed-designing-low-latency-infrastructure-in-europe-75f</guid>
      <description>&lt;p&gt;If you're deploying demanding workloads—think real-time gaming, high-frequency trading, or intensive microservices—you already know that compute power is only half the equation. Network latency is the silent killer of user experience.&lt;/p&gt;

&lt;p&gt;At Fit Servers, we spend a lot of time optimizing BGP routes and peering agreements. We've just published a deep dive into the physical reality of European data center connectivity.&lt;/p&gt;

&lt;p&gt;What's inside the article:&lt;br&gt;
The Big Players: A look at ASN routing giants like Arelion (AS1299), Deutsche Telekom, and Colt Technology Services.&lt;/p&gt;

&lt;p&gt;The FLAP Ecosystem: Why Frankfurt, London, Amsterdam, and Paris hold the densest Internet Exchange Points (IXPs) like DE-CIX and AMS-IX.&lt;/p&gt;

&lt;p&gt;Carrier Neutrality: The architectural advantage of cross-connects and avoiding vendor lock-in at the facility level to build true redundancy.&lt;/p&gt;

&lt;p&gt;If you are architecting a bare metal or cloud deployment in the EU and want to understand how to shave off those crucial milliseconds, check out our full breakdown.&lt;/p&gt;

&lt;p&gt;👉 Read more on the Fit Servers Blog: [&lt;a href="https://www.fitservers.com/blogs/navigating-europes-premier-bandwidth-carriers/" rel="noopener noreferrer"&gt;https://www.fitservers.com/blogs/navigating-europes-premier-bandwidth-carriers/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>devops</category>
      <category>architecture</category>
      <category>networking</category>
      <category>webhosting</category>
    </item>
  </channel>
</rss>
