Documentation

Explore guides, runbooks, and product tutorials.

Ubuntu 24.04

Fixing the Long Boot Delay in Ubuntu 24.04 Caused by systemd-networkd-wait-online.service

Why your Ubuntu 24.04 system stalls for 2–3 minutes and how to fix it safely What Happens On Ubuntu 24.04 LTS, you might notice boot messages such as: A start job is running for Wait for Network to be Configured… or, in the logs: systemd-networkd-wait-o
Nov 03, 2025
View
Debian 12

Fixing Long Boot Delays Caused by systemd-networkd-wait-online.service on Debian 12

Many Debian 12 systems experience a ~2-3 minute stall during boot, usually with messages such as: A start job is running for Wait for Network to be Configured... or systemd-networkd-wait-online.service: Timeout occurred while waiting for network connec
Nov 03, 2025
View
Debian 13

Why you may see a ~3-minute stall on Debian 13 Boots

If your system is sticking around for 2-3 minutes during boot, labelled something like “Waiting for network to be configured…” (or equivalent), the likely culprit is this service waiting for interfaces to reach the expected state — and then timing out whe
Nov 03, 2025
View
Ubuntu 24.04

Automating Ubuntu 24.04 Upgrades with a Systemd Service and Timer

Systemd provides a powerful way to schedule recurring maintenance tasks without relying on cron. By creating a simple service and timer, you can automatically update your system every night — fully noninteractively — with logs stored in journalctl. This
Nov 02, 2025
View
Alpine Linux

Enabling SSH Password Authentication on Alpine Linux Cloud Images (via NoVNC Console)

By default, Alpine Linux cloud images use key-based SSH authentication only, with password login disabled for security reasons. This prevents brute-force and credential-guessing attacks on freshly deployed systems. However, in certain cases (e.g., initia
Oct 28, 2025
View
Proxmox 9.0.11

When IPv6 Routes Fail: Understanding the “IPv6 is Disabled on Nexthop Device” Error in Proxmox

If you’ve ever reloaded your network configuration on a Linux VPS and seen something like this: error: eth0: cmd '/bin/ip route replace default via 2a0b:4e07:8::1 proto kernel dev eth0 onlink' failed: returned 2 (Error: IPv6 is disabled on nexthop device
Oct 17, 2025
View
Proxmox 9.0.11

How to Expand Your Proxmox Disk to Full Size on a Virtnet.bond VPS

How to Expand Your Proxmox Disk to Full Size on a Virtnet.bond VPS When you resize your VPS storage at Virtnet.bond, the new space becomes available to your virtual disk—but Proxmox doesn’t automatically expand the partition and filesystem to use it. Thi
Oct 17, 2025
View
Debian 12

Enabling SSH Password Authentication on Debian 12 Cloud Images (via NoVNC Console)

By default, Debian 12 cloud images are configured for key-based SSH authentication only — password login is disabled for security reasons.
Oct 15, 2025
View
Debian 13

Why Debian 13 cloud images disallow SSH password auth by default — and how to enable it (via NoVNC as root)

Cloud images of Debian (and many other Linux distributions) are typically configured to use SSH key authentication only and disable password-based SSH authentication by default.
Oct 15, 2025
View
General Knowledge

Getting Started with Your VPS: Connecting from Windows Using PuTTY and WinSCP

A VPS (Virtual Private Server) gives you full control and flexibility, but for beginners, connecting to it for the first time can feel intimidating. This guide walks you through the exact steps to connect from a Windows computer using two popular (and f
Oct 15, 2025
View
Ubuntu 24.04

Ubuntu 24.04 Portainer CE Install (Latest)

This code snipped is a one line script to install the latest version of Portainer CE for the Docker daemon. Always review any code prior to running as there may be accidental errors present.
Sep 22, 2025
View
Ubuntu 24.04

Ubuntu 24.04 Docker CE Install (Latest)

This code snipped is a one line script to install the latest version of Docker CE. Always review any code prior to running as there may be accidental errors present.
Sep 22, 2025
View
Ubuntu 24.04

Seamless Ubuntu 24.04 Auto-Upgrades with a Single Noninteractive Script

Keeping your Ubuntu 24.04 systems up to date is essential for maintaining security, performance, and stability. However, manually applying updates can be time-consuming — especially when managing multiple servers or automation pipelines. To simplify this
Sep 22, 2025
View
↑↓ navigate select
⌘K to toggle