SSD Nodes Learn Hosting plans →

#ubuntu

Filtering by topic #ubuntu · clear

Guides

WSL vs a VPS for development

WSL and a VPS solve different halves of a dev setup: uptime, a public address, systemd, filesystem speed, backups, and the SSH bridge between them.

Guides

Check your server for known CVEs

List every known CVE affecting the packages on your Debian or Ubuntu VPS with debsecan and debvulns, then alert only on the ones that are worth a reboot.

Guides

Why Debian and Ubuntu split

Ubuntu began as a snapshot of Debian unstable in 2004. What 22 years of shared packaging and quiet divergence mean when you pick a server OS.

Guides

Pin which kernel your VPS boots next

GRUB_DEFAULT does nothing on an Ubuntu cloud image. Read the menu entries your server really has, then pin the next boot without risking a rescue console.

Guides

Docker Compose basics for your VPS

Install Docker Engine and Compose v2 on Ubuntu 24.04, write a real two-service compose.yml, dodge the ufw port-publishing trap, and back up volumes.

Guides

Host a Minecraft server on a VPS

Run a Paper Minecraft server on an Ubuntu 24.04 VPS: RAM sizing, Java 21, a systemd unit, both firewalls on 25565, safe world backups, and the exact errors.