Instructional Video11:12
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Your First Virtual Machine

Higher Ed
In this episode, Mike walks the viewer through the process of setting up a new virtual machine. The host OS is Windows 10; Oracle VM VirtualBox is the type 2 hypervisor. The VM Mike installs runs Ubuntu Linux. During the setup, Mike...
Instructional Video3:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven

Higher Ed
In this video, we will code and generate AVRO classes using Maven.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video14:15
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Order Schema Using AVRO

Higher Ed
In this video, we will create the AVRO Schema for the coffee order service.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Instructional Video3:20
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files - Maven

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema.
<
br/>
This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video2:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App - Maven

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool.
<
br/>
This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts...
Instructional Video7:14
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema.
<
br/>
This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video4:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Simple AVRO Schema

Higher Ed
In this video, you will learn to build a simple AVRO schema.
<
br/>
This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video4:11
Curated Video

Social Media Automation using Python - Liking and Deleting the Post

Higher Ed
Let's use Python coding to like and delete posts on Facebook, using the like_post() function and the delete_post() functions to delete the post.
<
br/>
This clip is from the chapter "Facebook Automation" of the series "Social Media...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Project Part 3

Higher Ed
This video demonstrates the debugging process of any errors created during the code creation and finally executing the code to obtain the relevant information.
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
Instructional Video7:19
Curated Video

Social Media Automation using Python - Scheduling Sending an Email

Higher Ed
Here, you will learn how to automate email scheduling. After learning how to send an email with Python and create a schedule for any tasks, we will explore how to use functions in Python to schedule and send emails.
<
br/>
This clip...
Instructional Video5:53
Curated Video

Social Media Automation using Python - Attaching a File with Email

Higher Ed
This video is a practical demonstration of attaching a file or document to an email. Then you will learn to use functions to set parameters to the mail before actually sending the mail.
<
br/>
This clip is from the chapter "Email...
Instructional Video3:24
Curated Video

Social Media Automation using Python - Introduction to Smtplib

Higher Ed
In this video, you will learn more about the Smtplib, which defines an SMTP client session that can send mail to any internet machine with an SMTP or ESMTP listener daemon.
<
br/>
This clip is from the chapter "Email Automation" of...
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.<br<br/>/>

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.
<
br/>
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.
<
br/>
This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video3:14
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Changing Permissions Using Num Code

Higher Ed
In this video, you will learn how to change permissions using numeric code.
<
br/>
This clip is from the chapter "System and Utility Commands" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this...
Instructional Video2:49
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Changing User Permissions

Higher Ed
In this video, you will learn how to change user permissions by adding or removing the permission.
<
br/>
This clip is from the chapter "System and Utility Commands" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video5:56
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Changing Ownership of File, Folder

Higher Ed
In this video, you will learn how to change the ownership of file, folder using the ls -l command.
<
br/>
This clip is from the chapter "System and Utility Commands" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video2:50
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Checking File Size

Higher Ed
In this video, you will learn how to check file size using df and du commands.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video2:27
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Search for a File (Find, Locate)

Higher Ed
In this video, you will learn how to search for a file using the find and locate commands.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video8:58
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Vi Text Editor)

Higher Ed
In this video, we will have a look at the vi text editor.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we...
Instructional Video5:14
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Nano Editor)

Higher Ed
In this video, we will have a look at the nano editor.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will...
Instructional Video8:11
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Printing Contents of Files

Higher Ed
In this video, you will learn how to print contents of files using cat and echo commands.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video7:48
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File System Hierarchy

Higher Ed
In this video, we will have a look at the Linux file system hierarchy.
<
br/>
This clip is from the chapter "Introduction to File System and Terminal" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...