From 4bec8949b5add72cb92f4b7209a376fd891a0e68 Mon Sep 17 00:00:00 2001 From: Jaret Anderson Date: Thu, 12 Aug 2021 12:20:37 -0600 Subject: [PATCH] added unixisms to public view --- homepage-pathway.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/homepage-pathway.json b/homepage-pathway.json index bf90d6ff..be404975 100644 --- a/homepage-pathway.json +++ b/homepage-pathway.json @@ -88,9 +88,9 @@ "description": "Deploy the Apache web server using Ansible modules on Red Hat Enterprise Linux" }, { - "external_link": "https://lab.redhat.com/networking-basics", - "title": "Configuring Network Interfaces [Admin 101]", - "description": "Learn how to apply network settings to interfaces and manage connections using Network Manager and the nmcli command." + "external_link": "https://lab.redhat.com/unixisms", + "title": "Unusual Unixisms [Admin 101]", + "description": "Learn how to avoid common pitfalls for new Linux users." }, { "external_link": "https://lab.redhat.com/kpatch-apply", @@ -102,6 +102,11 @@ "title": "Managing system updates using the web console", "description": "Explore how someone with limited Linux experience can apply system updates to Red Hat Enterprise Linux systems through this user friendly web interface." }, + { + "external_link": "https://lab.redhat.com/networking-basics", + "title": "Configuring Network Interfaces [Admin 101]", + "description": "Learn how to apply network settings to interfaces and manage connections using Network Manager and the nmcli command." + }, { "external_link": "https://lab.redhat.com/selinux-containers", "title": "Securing containers with SELinux [Udica]",