Instructional Video7:40
Curated Video

The Complete Practical Docker Guide - Running Container with Pseudo TTY

Higher Ed
This video shows how to run container with Pseudo TTY.
r/>
This clip is from the chapter "Docker Containers Management (Ubuntu, Nginx)" of the series "The Complete Practical Docker Guide".This section focuses on Docker...
Instructional Video2:15
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn how to use the dmesg command. It's a command that displays the content of the kernel message buffer – messages that were sent by various system services such as device drivers. You can view a lot of information...
Instructional Video8:05
Curated Video

Hands-On WebAssembly for C++ Programmers - Debugging WebAssembly

Higher Ed
How do we debug our C++ in the web browser?

• Setup source maps to translat
e C++
• Use Chrome to step th
rough code
• Use Firefox to intro
sp
ect variables

This clip is from the chapter "Debugging...
Instructional Video4:44
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Skipping All Git Hooks Using the --no-verify Option

Higher Ed
This video demonstrates how to skip all Git hooks using the --no-verify option.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
Instructional Video2:26
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Fetching Changes from Upstream

Higher Ed
This video demonstrates the process of fetching changes from upstream.
r/>
This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master Git and...
Instructional Video10:25
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Cracking WPA2

Higher Ed
One way to crack WPA2 passphrases is to de-authenticate an existing connected client, then capture and analyze the client re-authenticating. This episode will demonstrate how to perform an offline dictionary attack using a WPA2...
Instructional Video4:41
Curated Video

The Complete Practical Docker Guide - Starting MySQL Container with env Variable

Higher Ed
This video helps you start MySQL container with env variable.
r/>
This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker...
Instructional Video2:05
IDG TECHtalk

Linux tip: Learn to use the shred command

Higher Ed
In this Linux tip, we look at the shred command, which removes a file from a disk in a manner that is far more thorough than the rm (remove) command. Leave a comment and let us know which command you want featured in a future Linux Tips...
Instructional Video5:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Cherry-picking Commits

Higher Ed
This video explains the cherry-picking commits in Git.
r/>
This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to clone one of the...
Instructional Video5:03
Curated Video

The Complete Practical Docker Guide - Docker Commands Versus Management Commands

Higher Ed
This video talks about Docker commands versus management commands.
r/>
This clip is from the chapter "Introduction to the Images and Containers" of the series "The Complete Practical Docker Guide".This section provides an...
Instructional Video3:37
Curated Video

The Full Stack Web Development - Installing CouchDB in Linux

Higher Ed
Learning CouchDB: Installing CouchDB in Linux
r/>
This clip is from the chapter "Learning CouchDB" of the series "The Full Stack Web Development".For CouchDB which is also no SQL database, we will checkout Fauxton – a web...
Instructional Video4:47
Curated Video

The Full Stack Web Development - Installing MongoDB

Higher Ed
MongoDB - Learning NoSQL Database Design: Installing MongoDB
r/>
This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no...
Instructional Video5:21
Curated Video

The Full Stack Web Development - Linux Installation

Higher Ed
Backend Programming with PHP: Linux Installation
r/>
This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP,...
Instructional Video2:39
IDG TECHtalk

Linux tip: Learn to use display release commands

Higher Ed
In this tip, we look at commands that identify the version of Linux in use on a Linux system – the lsb_release and uname commands. Leave a comment and let us know which command you want featured in a future Linux Tips video.
Instructional Video6:26
Curated Video

The Complete Practical Docker Guide - Sorting Contents of the Files Using Sort Utility

Higher Ed
This video explains sorting contents of the files using Sort utility.
r/>
This clip is from the chapter "Compressing and Sorting in Linux" of the series "The Complete Practical Docker Guide".This section focuses on compressing...
Instructional Video14:28
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - About Page Logos & Testimonials

Higher Ed
Portfolio Website With Sass: About Page Logos & Testimonials
r/>
This clip is from the chapter "Portfolio Website With Sass" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll create...
Instructional Video5:17
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Viewing Files and the Nano Editor

Higher Ed
This video explains how to view files and use the nano editor.
r/>
This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an...
Instructional Video6:20
Professor Dave Explains

Practice-Problem: Three-Reaction Pathway

9th - Higher Ed
We've got a starting material, and we are subjecting it to a series of three reaction conditions. What do we get? See if you can find out!
Instructional Video8:40
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create a Data Factory Resource

Higher Ed
This video helps you create a Data Factory resource.
<
br/>
This clip is from the chapter "Introduction - Build Your First Azure Data Pipeline" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video7:18
Curated Video

Web Development with Node.JS and MongoDB (Video 7)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video2:02
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn how to use the who command. It will show you details regarding who is logged in and about the system. If you have a suggestion for a future episode of 2-Minute Linux Tips, leave it in the comments below.
Instructional Video5:35
Curated Video

Learn Git in 3 Hours- Browsing Project History

Higher Ed
The main focus of Git is to track changes to files over time. To view all changes committed to a repository over a certain time period, we can use the Git log command.

• Open a repository that has been committ
ed to
• Use...
Instructional Video2:50
Curated Video

The Complete Practical Docker Guide - Docker Image for the API Service: Summary

Higher Ed
This video provides a summary on Docker image for the API service.
r/>
This clip is from the chapter "Building Custom Images Using Dockerfiles" of the series "The Complete Practical Docker Guide".This section focuses on...
Instructional Video5:57
Curated Video

Python 3 for Beginners: Installing Python on Linux

Higher Ed
In this educational video, we learn how to determine if Python is installed on your Linux distribution and how to install Python 3 if it's not already installed. The tutorial covers the process for both Debian-based and RPM-based...