diff --git a/docs/networking/vpn/set-up-wireguard-vpn-on-ubuntu/index.md b/docs/networking/vpn/set-up-wireguard-vpn-on-ubuntu/index.md index 03e10b0c61e..c1cfe38b0e4 100644 --- a/docs/networking/vpn/set-up-wireguard-vpn-on-ubuntu/index.md +++ b/docs/networking/vpn/set-up-wireguard-vpn-on-ubuntu/index.md @@ -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" @@ -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 diff --git a/docs/platform/linode-managed/index.md b/docs/platform/linode-managed/index.md index 3e2eb9ffd33..59bd984b3fc 100644 --- a/docs/platform/linode-managed/index.md +++ b/docs/platform/linode-managed/index.md @@ -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 @@ -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.