Skip to main content
This quickstart walks you through the fastest ways to find what you need in Voidcore Wiki, whether you are hunting for a specific command, learning a new concept, or ready to contribute your own knowledge. Spend two minutes here and you will know exactly how the wiki is organized and how to get the most out of every visit.
1

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, and nmap diagnostics
  • System Administrationsystemd services, cron, log management, and user administration
Each section starts with an overview page that explains what is covered and links to individual articles.
2

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.
Use keyboard shortcuts to navigate search results without lifting your hands off the keyboard. Press ↑ / ↓ to move between results and Enter to open the selected article. Press Esc to close the search bar and return to where you were.
3

Follow the guide step by step

Every article in Voidcore Wiki follows the same structure so you always know where to look:
  1. Prerequisites — software versions, permissions, or prior knowledge required before you begin
  2. Steps — numbered, sequential instructions with exact commands you can copy
  3. Verification — commands or output to confirm success
  4. Troubleshooting — common errors and how to resolve them
Read the prerequisites section before running any commands. Skipping it is the most common source of errors.
4

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.
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.