Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.95 KB

content.md

File metadata and controls

49 lines (38 loc) · 1.95 KB
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
author:
  name: Linode Community
  email: [email protected]
description: 'Two to three sentences describing your guide.'
keywords: ['list','of','keywords','and key phrases']
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
published: {{ now.Format "2006-01-02" }}
modified_by:
  name: Linode
title: "{{ replace .TranslationBaseName "-" " " | title }}"
contributor:
  name: Your Name
  link: Github/Twitter Link
external_resources:
- '[Link Title 1](http://www.example.com)'
- '[Link Title 2](http://www.example.net)'
---

Before You Begin

  1. Familiarize yourself with our Getting Started guide and complete the steps for setting your Linode's hostname and timezone.

  2. This guide will use sudo wherever possible. Complete the sections of our Securing Your Server to create a standard user account, harden SSH access and remove unnecessary network services. Do not follow the Configure a Firewall section yet--this guide includes firewall rules specifically for an OpenVPN server.

  3. Update your system:

    sudo apt-get update && sudo apt-get upgrade
    

{{< note >}} This guide is written for a non-root user. Commands that require elevated privileges are prefixed with sudo. If you’re not familiar with the sudo command, see the Users and Groups guide. {{< /note >}}

{{< note >}} The steps in this guide require root privileges. Be sure to run the steps below as root or with the sudo prefix. For more information on privileges, see our Users and Groups guide. {{< /note >}}

{{< caution >}} Highlight warnings that could adversely affect a user's system with the Caution style. {{< /caution >}}

{{< file "/etc/hosts" aconf >}} 192.0.2.0/24 # Sample IP addresses 198.51.100.0/24 203.0.113.0/24 {{< /file >}}