Navigate the Wiki
Browse by topic
The sidebar groups all content into four main sections. Start with the section that matches your current task:
- Linux Essentials — shell basics, file permissions, processes, and package management fundamentals
- Ubuntu — installation,
apt, PPAs, system settings, and LTS upgrade paths - Networking — interfaces, DNS, SSH hardening,
ufw, andnmapdiagnostics - System Administration —
systemdservices, cron, log management, and user administration
Search for a specific command or concept
Press Ctrl + K (Windows / Linux) or ⌘ K (macOS) to open the global search bar at any time. Type the command, flag, or concept you are looking for — for example,
chmod, ssh-keygen, or journalctl. The search indexes all article text, headings, and code blocks.Follow the guide step by step
Every article in Voidcore Wiki follows the same structure so you always know where to look:
- Prerequisites — software versions, permissions, or prior knowledge required before you begin
- Steps — numbered, sequential instructions with exact commands you can copy
- Verification — commands or output to confirm success
- Troubleshooting — common errors and how to resolve them
Suggest improvements or contribute new content
Found an outdated flag? Know a better approach? Every article has an Edit this page link at the bottom. Click it to open a contribution form where you can suggest changes or report errors directly. For larger contributions — new articles or major rewrites — see the full Contributing Guide.
Popular Starting Points
Jump straight into the most-visited articles across the wiki.Linux Command Reference
A searchable reference of essential shell commands with flags, examples, and common use cases.
Ubuntu Server Setup
A complete walkthrough for provisioning a fresh Ubuntu server — from first login to a hardened baseline.
SSH Configuration
Set up key-based authentication, harden
sshd_config, and manage multiple SSH identities.systemd Service Management
Create, enable, start, and troubleshoot
systemd units and timers on any modern Linux distribution.