Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/networking/vpn/set-up-wireguard-vpn-on-ubuntu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ og_description: 'This guide will show you how to install WireGuard, a fast and s
keywords: ['wireguard','vpn']
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
published: 2017-11-14
modified: 2018-07-09
modified: 2018-10-16
modified_by:
name: Linode
title: "Set Up WireGuard VPN on Ubuntu"
Expand Down Expand Up @@ -82,7 +82,7 @@ Wireguard requires using Ubuntu's kernel rather than the Linode kernel. Follow t
Setting up wireguard-tools (0.0.20171111-wg1~xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
{{< note >}}
If the installation completes but this output does not appear, your kernel is most likely not configured correctly (to double check, the output of `lsmod | grep wireguard` should not be blank). Refer to the previous section to troubleshoot.
If the installation completes but this output does not appear, your kernel is most likely not configured correctly (to double check, the output of `modprobe lsmod && lsmod | grep wireguard` should not be blank). Refer to the previous section to troubleshoot.
{{< /note >}}

## Configure WireGuard Server
Expand Down
4 changes: 2 additions & 2 deletions docs/platform/linode-managed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: How to configure service monitoring with Linode Managed.
keywords: ["linode managed", "service monitoring"]
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
aliases: ['linode-managed/', 'uptime/linode-managed/']
modified: 2014-05-10
modified: 2018-10-16
modified_by:
name: Zack Buhman
published: 2013-02-12
Expand Down Expand Up @@ -105,7 +105,7 @@ Here's how to install Linode's SSH key as a non-root user:
5. In the *User privilege specification* section of the file, add the following line, replacing `example_user` with your user name:

{{< file "/etc/sudoers" >}}
User privilege specification example_user ALL=(ALL) NOPASSWD: ALL
example_user ALL=(ALL) NOPASSWD: ALL
{{< /file >}}

6. Press **Esc** to exit insert mode.
Expand Down