Best Practices for Using LogicalLABS in the Classroom

Slides:



Advertisements
Similar presentations
Microsoft Office Illustrated Fundamentals Unit C: Getting Started with Unit C: Getting Started with Microsoft Office 2010 Microsoft Office 2010.
Advertisements

Explore KDE The easy way, using a live CD By Carl Weisheit.
Presentation: 20 minutes
Homeland Security 11 1) IT Security Courseware and Hands-on Labs, via Virtual Training Environment (VTE) 2) Federal Cybersecurity Training Exercise Program.
Microsoft Word 2010 Lesson 1: Introduction to Word.
Bassam Hammo (Ph.D) Department of Computer Information Systems King Abdullah II School for Information Technology Jordan University Amman Jordan e- mail:
If you are connected to the Internet, click and then click on the web page to experience an introduction to applications. The following lesson is about.
Developing Windows® Applications with Microsoft® Visual Studio® 2010
10969A Active Directory® Services with Windows Server® Course 10699A
Maintaining a Microsoft SQL Server 2008 Database SQLServer-Training.com.
 Prototype for Course on Web Security ETEC 550.  Huge topic covering both system/network architecture and programming techniques.  Identified lack.
Course 6430B Planning for Windows Server® 2008 Servers.
Course 10135A Configuring, Managing, and Troubleshooting Microsoft® Exchange Server 2010.
Course 10233A Designing and Deploying Messaging Solutions with Microsoft® Exchange Server 2010.
CENT 305 Information Systems Security Linux Introduction.
Tony Kombol.  Why text edit?  Many programs and features require configuration ▪ Configuration is kept in files ▪ Usually in the /etc directory  Changes.
I Copyright © 2007, Oracle. All rights reserved. Module i: Siebel 8.0 Essentials Training Siebel 8.0 Essentials.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
Explore GNOME The easy way, using a live CD By Carl Weisheit.
1 Lesson 6 Software and Hardware Interaction Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
THE NEW MOBILE WORKSPACE Enable Business Applications on Mobile Devices hopTo Work “I am amazed to see how easily hopTo transforms the user interface of.
Setting up a Printer. ♦ Overview Linux servers can be used in many different roles on a LAN. File and print servers are the most common roles played by.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Maintaining a Microsoft SQL Server 2008 Database
BY: SALMAN 1.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
The New User Interface MEDITECH Training & Education.
Dive Into® Visual Basic 2010 Express
Word Lesson 1 STUDY GUIDE.
Please put the title here
Microsoft Office 2010 Basics and the Internet
© 2002, Cisco Systems, Inc. All rights reserved.
Microsoft Office 2010 Basics and the Internet
Chapter 1 Introduction to HTML
BY: SALMAN.
Working in the Forms Developer Environment
Operating System Concepts
Getting Started with SAM
Guide To UNIX Using Linux Third Edition
10982B Supporting and Troubleshooting Windows 10 Course 10982B
Adding a File to a Course
Vi Introduction Tony Kombol.
Linux System Administration Editors
IBM Start Now Host Integration Solutions
Project Management Skills.
Microsoft Word 2003 Illustrated Complete
Introduction to Computers
IS4550 Security Policies and Implementation
Lippincott Procedures Training Tour for HealthStream Users
District Test Coordinators Meeting
Microsoft Word - Formatting Pages
Please put the title here
Project Management Skills
Configuring, Managing and Maintaining Windows Server® 2008 Servers Course 6419A.
COURSE INSTRUCTIONS Minimum Requirements Microsoft Windows 2000
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to Computer Software
Chapter 2 Basic vi Editor.
8 6 MySQL Special Topics A Guide to MySQL.
Inside a PMI Online Course
Lesson 1 – PowerPoint Essentials
Intro Project Introduction to HTML.
Microsoft Office Illustrated Fundamentals
PowerPoint Lesson 1 Microsoft Word Basics
Windows Operating System
Microsoft Office Word 2003 Lesson 1
Visual Basic for Applications: Introduction
An Introduction to the Windows Operating System
Presentation transcript:

Best Practices for Using LogicalLABS in the Classroom

Damon Garn Co-Author / SME of the Official CompTIA Linux+ Instructor and Student Guides (Exam XK0-004), April 2019 CompTIA A+, Network+, Security+, Linux+ certified Cogspinner Coaction IT Projects company - owner Freelance lab developer for Learn On Demand Systems (LODS) from which the LogicalLABS platform is built Microsoft Certified Trainer (MCT) Twenty years as a technical instructor, both in-classroom and online Network Administrator for US Figure Skating

Audience By show of hands, how many of you represent: Academic Institutions? IT Training Centers? Operations / Classroom Setup? Other?

Audience By show of hands, how many of you currently utilize: Traditional setup (load OS & all programs on a local computer) Locally-hosted virtual machines? Online or cloud-based virtual machines?

Today’s Agenda Benefits of LogicalLABS from an instructor perspective User Interface - a brief introduction to the user interface with tips to show to students Brief demonstration of using LogicalLABS as part of a mock presentation from the Official CompTIA Linux+ Courseware

Benefits of CompTIA LogicalLABS Easy to integrate into all aspects of your classes Demonstration tool - switch quickly between slide deck and hands-on demonstrations Easier setup for the operations department Host OS + web browser + Internet connection = no more imaging! Instructor prep platform - faster and more efficient prep Student review after class - students may repeat labs after class concludes Each LogicalLAB is independent from the others, can be accomplished in any order, and will still function even if a student misses a lab opportunity

User Interface Upper left corner Send Ctrl-Alt-Del Username/password Full screen Center Select available virtual machines Display latency Upper right corner Exit > Save or Cancel

User Interface Instructions tab Checkboxes help students stay on task Previous/Next buttons to move forward and backward through tasks Increase text size to make instructions easier to read BONUS: display the instructions in a separate window for use with multiple monitors!

Let’s see LogicalLABS in action An instructor might take the following steps: Introduce the Topic concepts Deliver lecture Demo with delivery Lab opportunity Review lab steps

1. Example Delivery - Introduction of text editing Linux+ Lesson 5, Topic A Create and Edit Text Files: Most Linux configurations are held in text files Administrators edit text files to change configurations Many Linux servers operate without a Graphical User Interface (GUI) and therefore text editors do not have menu-driven interfaces The default text editor for most Linux distros is Vim (Vi Improved)

2. Example Delivery - How to use the Vim text editor Vim has three modes, each mode maps the keyboard keys differently: Command mode issues commands to Vim Insert mode inserts text into text files Execute mode additional Vim commands Vim starts in Command mode Select i to enter Insert mode Type desired text Select Esc to return to Command mode Select : to enter Execute mode Select wq to “write” changes and “quit” Vim *these steps are the most fundamental use of Vim

3. Using LogicalLABS to Demonstrate Vim Using LogicalLABS to demonstrate what was covered in the lecture The basic functionality of Vim: Open a file with Vim Change modes Insert text Save changes Close Vim View text file contents

4. Student Hands-on Opportunity Assign students the Activities from the Official CompTIA courseware Students are presented with: Scenarios to provide context A summary of the tasks The actual task steps Supplementary notes, warnings, knowledge blocks

5. Lab Review Review and demonstrate the lab steps after students have completed the Activities: Demonstrate tasks students struggled with Demonstrate alternate ways of accomplishing tasks

Integrated Learning Observe how the LogicalLABS are integrated into virtually all parts of the delivery Introduction of the Official courseware content Content delivery Demonstration during lecture Student hands-on labs Lab review

Best Practices Things I like to emphasize: Take the time to explain the UI - reduces student questions and frustrations Multiple windows Zoom text size Remind students they may access the labs after the conclusion of class for continued experience Encourage students to experiment with the virtual machines Challenge them to find three ways of editing text files in Linux besides using Vim

Summary LogicalLABS: Use as a prep tool before class Demonstration platform during lecture Hands-on student lab time Very easy setup (web browser) Students may use after class conclusion Labs are independent and may be done in any order - also easier to customize courses with certain labs from certain classes

Q&A Tell me one thing you learned about LogicalLABS? Tell me one thing you liked or intend to implement for LogicalLABS?

UP NEXT 4:30 PM - CompTIA Partner Summit Networking Thursday August, 8: 9 AM - Arriving at a Narrative: Emerging Tech and the Future Value of the IT Support Professional