> ## Documentation Index
> Fetch the complete documentation index at: https://securewire.goproxy.co.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Securewire

> The project of projects with security :D

## Getting Started

Start securing your Linux system with our essential security guides.

<Card title="Start here" icon="rocket" horizontal href="/quickstart">
  Follow our three step quickstart guide to get started.
</Card>

## Essential Security Guides

Protect your Linux systems with these comprehensive security guides.

<Columns cols={2}>
  <Card title="Firewall Configuration" icon="shield" href="/development">
    Learn how to install, configure, and manage UFW firewall to secure your network ports and services.
  </Card>

  <Card title="SSH Security" icon="key" href="/ssh-security">
    Set up SSH keys, disable root login, and harden your SSH configuration for maximum security.
  </Card>

  <Card title="User Management" icon="user-shield" href="/user-management">
    Create personal user accounts with sudo privileges before disabling root login.
  </Card>

  <Card title="Automatic Updates" icon="arrow-rotate-right" href="/automatic-upgrades">
    Configure automatic security updates to keep your system patched and protected.
  </Card>
</Columns>

## Security Best Practices

Follow these guides to implement industry-standard security practices.

<Columns cols={2}>
  <Card title="Firewall Rules" icon="fire" href="/development">
    Configure UFW to allow only necessary ports and block unwanted traffic.
  </Card>

  <Card title="SSH Hardening" icon="lock" href="/ssh-security">
    Secure SSH access with key-based authentication and restricted configurations.
  </Card>

  <Card title="System Updates" icon="download" href="/automatic-upgrades">
    Automate security updates to protect against known vulnerabilities.
  </Card>

  <Card title="User Accounts" icon="user" href="/user-management">
    Create and manage user accounts with proper sudo configuration.
  </Card>
</Columns>

## What is Securewire?

Securewire is a collection of security guides and best practices for Linux system administrators. Our goal is to make security accessible and easy to implement, whether you're securing a single server or managing an entire infrastructure.

<Note>
  **Security First**: All guides follow security best practices and include warnings for potentially dangerous operations. Always test changes in a non-production environment first.
</Note>

## Need Help?

<Card title="Join our Discord!" icon="discord" href="https://discord.gg/rackly">
  Join our community for support and updates about our guides.
</Card>
