Instructional Video2:46
IDG TECHtalk

How to use the screen command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the screen command. It's a command that allows you to detach an SSH session and then reconnect to it. If you have a suggestion for a future episode of 2-Minute Linux Tips, leave it in the comments below.
Instructional Video8:07
Packt

MongoDB and NoSQL Databases

Higher Ed
MongoDB and Promises (Task App): MongoDB and NoSQL Databases This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about MongoDb
Instructional Video3:49
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Azure Site Recovery

Higher Ed
In this video, we will cover Azure site recovery. This clip is from the chapter "Data Protection" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains data protection and its agenda along with local and...
Instructional Video12:31
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Auto Scaling Configuration Lab

Higher Ed
This video explains how to configure and manage auto scaling so that you can design it. This clip is from the chapter "Solutions Architect Chapter 9 - Auto Scaling Solutions" of the series "AWS Solutions Architect Associate (SAA-C02)...
Instructional Video8:21
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Installing Git on Linux

Higher Ed
This video demonstrates how to install Git on Linux. This clip is from the chapter "Installation of Git and Configuration of the Shell" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section demonstrates...
Instructional Video5:55
Curated Video

The Complete Practical Docker Guide - Container Processes and Resources

Higher Ed
This video demonstrates the container processes and resources. This clip is from the chapter "What is Docker and Docker Components" of the series "The Complete Practical Docker Guide".This section focuses on Docker and its components.
Instructional Video2:50
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Installing Java – Linux

Higher Ed
In this lesson, we will learn how to install Java for Linux systems. This clip is from the chapter "Installing Java" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will install Java and set a path...
Instructional Video0:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 - Installing Java - Overview

Higher Ed
This video provides an overview of the entire section. This clip is from the chapter "Installing Java" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will install Java and set a path for environment...
Instructional Video2:05
Curated Video

C++ Developer - Section Overview - Getting Started

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the learning objectives of this course.
Instructional Video1:41
IDG TECHtalk

How to use the ps command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the ps command. It displays information on running processes. If you want to see only certain processes, you can pass the output of a ps command to grep and specify what you want to see – for example,...
Instructional Video1:51
IDG TECHtalk

How to use the nmap command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the nmap command. It's generally used for security auditing, but provides interesting and useful information on systems connecting to your local network.
Instructional Video3:00
Packt

Starting Kafka with the Confluent Command Line Interface (CLI)

Higher Ed
This video demonstrates how to start Kafka using the Confluent CLI. This clip is from the chapter "Annex - Starting Kafka Differently" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn...
Instructional Video9:02
Curated Video

Ansible for the Absolute Beginner - Lab Setup - Installing VirtualBox

Higher Ed
This video demonstrates how to install VirtualBox. This clip is from the chapter "Lab – Setting up Virtual Machines (VMs) and Installing Ansible" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section explains...
Instructional Video4:57
Curated Video

The Complete Practical Docker Guide - Running Hello-World Container

Higher Ed
This video helps you with running the hello-world container. This clip is from the chapter "Basic Docker Container (Ubuntu, Busybox, Alpine)" of the series "The Complete Practical Docker Guide".This section focuses on the basic Docker...
Instructional Video5:32
Curated Video

The Complete Practical Docker Guide - Running Both Frontend and API Containers in Background

Higher Ed
This video helps you with running both frontend and API containers in the background. This clip is from the chapter "Building Custom Images Using Dockerfiles" of the series "The Complete Practical Docker Guide".This section focuses on...
Instructional Video3:16
Curated Video

The Complete Practical Docker Guide - Running Docker Container for the Frontend Service

Higher Ed
This video helps you with running Docker container for the frontend service. This clip is from the chapter "Building Custom Images Using Dockerfiles" of the series "The Complete Practical Docker Guide".This section focuses on building...
Instructional Video5:09
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Linux Distributions

Higher Ed
This video gives you an overview of Linux distribution systems. This clip is from the chapter "Installing and Connecting to a Linux System" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video1:46
IDG TECHtalk

How to use exiftool: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use exiftool. It's an app that you can install on your Linux system to pull metadata from jpg and png files. That metadata provides information such as the date the image was created or last modified, the...
Instructional Video1:40
IDG TECHtalk

How to use the ip neigh command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the ip neigh command. It works a lot like the arp command, but is considerably newer and still in active development. It provides network details – IP and MAC addresses -- along with an indication of...
Instructional Video1:03
IDG TECHtalk

How to use the script command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the script command. It can be used to capture a series of commands that you run along with any output that they generate. This be helpful when you are documenting a process or testing a series of...
Instructional Video2:07
IDG TECHtalk

How to use the nmcli command: Linux Tip

Higher Ed
Nmcli is a command-line tool for controlling NetworkManager and getting the status of network interfaces. Learn about using the command on this episode of 2-Minute Linux Tips.
Instructional Video3:29
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - FTP Packet Capture

Higher Ed
FTP continues to be used for file transfers over the Internet, but it is inherently insecure. This episode also discusses how to harden the use of FTP by instead using secure variations such as SSH File Transfer Protocol (SFTP) and File...
Instructional Video6:32
Curated Video

The Complete Practical Docker Guide - Default Bridge Network and Communication Between Containers

Higher Ed
This video demonstrates the default bridge network and communication between containers. This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical...
Instructional Video5:44
Curated Video

The Complete Practical Docker Guide - Environment Variables

Higher Ed
This video explains about environment variables. This clip is from the chapter "Environment Variables in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the environment variables in Linux.