Instructional Video3:02
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Installing Python on Windows

Higher Ed
This video explains the installation of Python on Windows. This clip is from the chapter "Getting Set Up on a PC or MAC" of the series "Python Bootcamp in a Day - Python Programming for Beginners".null
Instructional Video0:54
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Starting Python on Windows 10

Higher Ed
This video explains how to start Python on Windows 10. This clip is from the chapter "Getting Set Up on a PC or MAC" of the series "Python Bootcamp in a Day - Python Programming for Beginners".null
Instructional Video1:45
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - What Is Python?

Higher Ed
This video explains what Python is and the need for Python. This clip is from the chapter "Introduction" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section introduces you to the course and its...
Instructional Video6:05
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Sharing Printers

Higher Ed
It rarely makes sense for every computer in an office or lab to have its own dedicated printer. This episode looks at printer sharing and security options in Windows, so techs can set up, maintain, and remove shared printers. Mike also...
Instructional Video7:42
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing

Higher Ed
In this episode, Mike looks at the benefits of cloud computing (or moving virtual machines out onto the Internet). The cloud VMs enable benefits such as rapid elasticity and on-demand scaling, so you can quickly support any Internet...
Instructional Video11:36
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Advanced Virtualization Setup

Higher Ed
Mike describes the process of changing one or more VMs, such as modifying the number and size of mass storage available. You can use a VM to explore the many options available in Disk Management with multiple drives. The episode also...
Instructional Video9:58
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Understanding Virtualization

Higher Ed
In the first virtualization episode, Mike explores the concepts behind virtual machines. He discusses virtualization vs. emulation, how modern VMs work, and the differences between Type 1 and Type 2 hypervisors (the different hosts for...
Instructional Video6:07
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Proxy Servers

Higher Ed
In this episode, Mike describes how proxy servers work to block certain web sites and filter outgoing or incoming content. The episode shows how to set up a browser to connect to a proxy server. This clip is from the chapter "Book...
Instructional Video5:10
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Network Troubleshooting

Higher Ed
Networks sometimes fail. A good network tech knows how read symptoms and diagnose a network quickly to enable users to get back to work. This clip is from the chapter "Book Chapter 19 - Local Area Networking" of the series "CompTIA A+...
Instructional Video11:47
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Basic Router Configuration

Higher Ed
All routers share some basic configuration steps every tech must know. From router passwords to LAN IDs, this is the place to learn about these settings. This clip is from the chapter "Book Chapter 19 - Local Area Networking" of the...
Instructional Video10:53
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Understanding DNS

Higher Ed
Individual hosts use IP addresses, but humans are terrible at memorizing long strings of numbers. To make our lives easier, most TCP/IP networks (and certainly the Internet) use the Domain Name System (DNS) to apply more human-friendly...
Instructional Video11:37
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Port Numbers

Higher Ed
An IP address directs a packet to the right computer, but it's the port number that makes a connection between two applications on separate systems. It's critical to understand how port numbers do their job and to memorize many special...
Instructional Video6:49
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - IPv6

Higher Ed
The traditional IP addressing scheme (called IPv4) is quickly being replaced with the much more advanced IPv6 scheme. IPv6 adds several benefits over IPv4, and good techs know how to use it in our systems. This clip is from the chapter...
Instructional Video9:10
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Network Card Troubleshooting

Higher Ed
Without a network card, you won't be able to surf the Web. Hence, this video talks about how to troubleshoot a network card. This clip is from the chapter "Book Chapter 18 - Essentials of Networking" of the series "CompTIA A+...
Instructional Video6:56
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Hexadecimal

Higher Ed
Hexadecimal numbering uses a base-16 system that's very convenient for IT techs. It's important to look at a hex value and understand the equivalent binary value. This clip is from the chapter "Book Chapter 18 - Essentials of Networking"...
Instructional Video4:26
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Hubs Versus Switches

Higher Ed
The central box that connects devices on our LANs has gone through many advancements over the years. Whether hubs or switches, a good tech understands the function and features of these boxes in our LANs. This clip is from the chapter...
Instructional Video7:56
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Introduction to Networking

Higher Ed
You will never understand the power of the Internet without first starting at the most basic form of networking: the Local Area Network (LAN). LANs use a central piece of hardware to interconnect individual devices, transferring data...
Instructional Video3:58
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Using External USB Devices in a VM Copy

Higher Ed
In this video, you will learn how to use external USB devices in a VM copy. This clip is from the chapter "Bonus: Additional VirtualBox settings" of the series "Linux Operating System: A Complete Linux Guide for Beginners".null
Instructional Video6:57
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Shell Scripting

Higher Ed
In this video, you will learn about shell scripting. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C program,...
Instructional Video5:08
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Installing Apache Server

Higher Ed
In this video, you will learn how to install Apache server. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C...
Instructional Video4:23
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Writing and Running Code Using Terminal (C Language)

Higher Ed
In this video, you will learn how to write and running a C program using the Linux terminal. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section,...
Instructional Video5:22
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Killing a Process

Higher Ed
In this video, you will learn how to kill a process. This clip is from the chapter "Process and Memory" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover process and memory.
Instructional Video2:36
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Process (ps and top)

Higher Ed
In this video, we will discuss about process (ps and top). This clip is from the chapter "Process and Memory" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover process and memory.
Instructional Video8:29
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Firewall

Higher Ed
In this video, we will discuss about firewall. This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover networking, learn how to check our IP...