From 55a768b8e7000c336a217c8bfe77529a5ce48e04 Mon Sep 17 00:00:00 2001 From: nmelehan Date: Wed, 28 Aug 2019 21:15:39 -0400 Subject: [PATCH 1/3] Update publish dates for new guides --- .../containers/beginners-guide-to-LXD-reverse-proxy/index.md | 3 +-- .../containers/deploy-nodebalancers-with-linode-ccm/index.md | 3 +-- docs/networking/diagnostics/netcat/netcat.md | 2 +- docs/networking/diagnostics/ss/index.md | 2 +- docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md | 3 +-- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md b/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md index 05330003b02..c8c8e4d4736 100644 --- a/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md +++ b/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md @@ -5,8 +5,7 @@ author: description: 'LXD is a container hypervisor that manages Linux Containers. Compared to other uses of Linux Containers, LXD manages system containers which each work just like typical servers. This guide shows how to set up a reverse proxy in LXD 3 so that it is possible to host many websites in LXD system containers.' keywords: ["container", "lxd", "lxc", "apache", "nginx", "reverse proxy", "virtual machine", "virtualization"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -published: 2019-08-13 -modified: 2019-08-13 +published: 2019-08-28 modified_by: name: Linode title: "A Beginner's Guide to LXD: Setting Up a Reverse Proxy to Host Many Websites in Containers" diff --git a/docs/applications/containers/deploy-nodebalancers-with-linode-ccm/index.md b/docs/applications/containers/deploy-nodebalancers-with-linode-ccm/index.md index a05bcc6a496..52c4ac76670 100644 --- a/docs/applications/containers/deploy-nodebalancers-with-linode-ccm/index.md +++ b/docs/applications/containers/deploy-nodebalancers-with-linode-ccm/index.md @@ -5,8 +5,7 @@ author: description: 'Deploy NodeBalancers with the Linode Cloud Controller Manager.' keywords: ['ccm','cloud','controller','manager','kubernetes'] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -published: 2019-04-25 -modified: 2019-04-25 +published: 2019-08-28 modified_by: name: Linode title: "Deploy NodeBalancers with the Linode Cloud Controller Manager" diff --git a/docs/networking/diagnostics/netcat/netcat.md b/docs/networking/diagnostics/netcat/netcat.md index ae3439ef446..de2dca65f7e 100644 --- a/docs/networking/diagnostics/netcat/netcat.md +++ b/docs/networking/diagnostics/netcat/netcat.md @@ -5,7 +5,7 @@ author: description: 'An introduction to netcat.' keywords: ["UNIX", "TCP", "UDP", "netcat", "nc", "network"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -published: 2019-07-11 +published: 2019-08-28 modified_by: name: Linode title: 'Learning to Use netcat to its Full Potential' diff --git a/docs/networking/diagnostics/ss/index.md b/docs/networking/diagnostics/ss/index.md index 8d0f5195a52..f13ebefe57f 100644 --- a/docs/networking/diagnostics/ss/index.md +++ b/docs/networking/diagnostics/ss/index.md @@ -5,7 +5,7 @@ author: description: 'An introduction to the ss utility.' keywords: ["UNIX", "shell", "AWK", "ss", "TCP/IP", "network", "socket"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -published: 2019-07-19 +published: 2019-08-28 modified_by: name: Linode title: 'Learning to Use the ss Tool to its Full Potential' diff --git a/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md b/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md index b4dbd112036..5524b6690c4 100644 --- a/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md +++ b/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md @@ -6,10 +6,9 @@ description: 'A guide for getting started with the popular MediaWiki engine for keywords: ["mediawiki", "wiki", "web-applications"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' aliases: ['web-applications/wikis/mediawiki/','websites/wikis/mediawiki-engine/'] -modified: 2019-08-24 modified_by: name: Linode -published: 2009-09-30 +published: 2019-08-28 title: Install MediaWiki on Ubuntu 18.04 external_resources: - '[MediaWiki Wiki](http://www.mediawiki.org/wiki/MediaWiki)' From a9d91b8840ade323478f3ed63306d0661b97e13d Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Thu, 29 Aug 2019 11:28:30 -0400 Subject: [PATCH 2/3] Retitle new LXD guide and copy edit description --- .../containers/beginners-guide-to-LXD-reverse-proxy/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md b/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md index c8c8e4d4736..13ca12fdae9 100644 --- a/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md +++ b/docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md @@ -2,13 +2,13 @@ author: name: Linode email: docs@linode.com -description: 'LXD is a container hypervisor that manages Linux Containers. Compared to other uses of Linux Containers, LXD manages system containers which each work just like typical servers. This guide shows how to set up a reverse proxy in LXD 3 so that it is possible to host many websites in LXD system containers.' +description: 'This guide explains how to create a reverse proxy in an LXD container in order to host multiple websites, each in their own additional containers. You will utilize NGINX and Apache web servers, while also relying on NGINX as a reverse proxy.' keywords: ["container", "lxd", "lxc", "apache", "nginx", "reverse proxy", "virtual machine", "virtualization"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' published: 2019-08-28 modified_by: name: Linode -title: "A Beginner's Guide to LXD: Setting Up a Reverse Proxy to Host Many Websites in Containers" +title: "Set Up a Reverse Proxy in an LXD Container to Host Multiple Websites" contributor: name: Simos Xenitellis link: https://blog.simos.info/ From 1277e0bc86f599e61333391ae92d4e1fde670435 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Thu, 29 Aug 2019 11:32:09 -0400 Subject: [PATCH 3/3] Fix indentation --- docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md b/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md index 5524b6690c4..3a7f514751b 100644 --- a/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md +++ b/docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md @@ -28,7 +28,7 @@ This guide assumes that you already have a working [LAMP stack](/docs/web-server cd /var/www/html/example.com/ sudo curl -O https://releases.wikimedia.org/mediawiki/1.33/mediawiki-1.33.0.tar.gz -You will want to check for the latest version of this software regularly and upgrade to avoid allowing your site to become vulnerable to known security bugs. You can find the download location for the latest release by visiting the [MediaWiki homepage](http://www.mediawiki.org/wiki/MediaWiki). + You will want to check for the latest version of this software regularly and upgrade to avoid allowing your site to become vulnerable to known security bugs. You can find the download location for the latest release by visiting the [MediaWiki homepage](http://www.mediawiki.org/wiki/MediaWiki). 2. Decompress the package: @@ -38,7 +38,7 @@ You will want to check for the latest version of this software regularly and upg sudo mv mediawiki-1.33.0/ public_html/mediawiki/ -The name of the directory beneath the `public_html/` will determine the path to your wiki. In this case, the wiki would be located at `example.com/mediawiki/`. You can copy the wiki to any publicly accessible location in the `public_html/` hierarchy. + The name of the directory beneath the `public_html/` will determine the path to your wiki. In this case, the wiki would be located at `example.com/mediawiki/`. You can copy the wiki to any publicly accessible location in the `public_html/` hierarchy. ### Configure MySQL