Instructional Video1:35
IDG TECHtalk

How to use the screenfetch and neofetch commands: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the screenfetch and neofetch commands. They're actually both bash scripts that you'll need to install if you haven't already. Once installed, without anything more than invoking them by name, either...
Instructional Video1:44
IDG TECHtalk

Linux Tip: How to use the history command

Higher Ed
Learn how to use the history command.
Instructional Video8:28
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Configuring Linux Log Forwarding

Higher Ed
Centralized Linux log hosts can be configured using the rsyslog daemon on Linux hosts. This clip is from the chapter "Tools of the Trade" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This section explains the...
Instructional Video3:48
Curated Video

The Complete Practical Docker Guide - List Running Processes

Higher Ed
This video shows the list running processes. This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
Instructional Video14:35
Curated Video

Bash Shell Scripting- Login into remote server from the local server using ssh

Higher Ed
This video shows how to Log in into remote server from local server using ssh. This clip is from the chapter "Working with remote servers" of the series "Complete Bash Shell Scripting".This section shows how to work with remote servers.
Instructional Video5:35
Packt

Linux - Download Kafka and Setup PATH

Higher Ed
This video demonstrates how to download Kafka and setup PATH on a Linux system. This clip is from the chapter "Starting Kafka" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will understand...
Instructional Video13:21
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Elastic Compute Cloud (Amazon EC2) Pricing

Higher Ed
This video explains how factors such as instance types and pricing category impact the Amazon EC2 pricing. This clip is from the chapter "Solutions Architect Chapter 4 - Compute Services Design" of the series "AWS Solutions Architect...
Instructional Video12:11
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Wi-Fi Discovery and Attacks

Higher Ed
Is your Wi-Fi network completely invisible if you disable SSID broadcasting? No! Periodic beacon frames are still sent wirelessly with the WLAN name field excluded. Freely available tools can be used to discover and crack WEP and WPA...
Instructional Video8:17
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Using tcpdump to Analyze Network Traffic

Higher Ed
tcpdump is a built-in Unix and Linux command-line tool that can capture, analyze, filter, and save captured network packets. This clip is from the chapter "Tools of the Trade" of the series "CompTIA Security+ Certification SY0-601: The...
Instructional Video4:15
Curated Video

The Complete Practical Docker Guide - Hello World Application with Node

Higher Ed
This video helps you with writing a hello world application with Node.js. This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on running Node.js...
Instructional Video1:09
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn how to use the fold command. It allows you to limit the length of lines when displaying a text file by "folding" long lines into smaller pieces and, of course, you can save the shortened lines into another file.
Instructional Video13:09
Curated Video

The Complete Practical Docker Guide - Running Mongo Container with Persistent Database

Higher Ed
This video focuses on running Mongo container with a persistent database. This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB containers.
Instructional Video2:48
IDG TECHtalk

Linux tip: How to use the dstat command

Higher Ed
In today’s Linux tip, we’re going to look at the dstat command that provides important information on system resources β€” notably CPU usage, disk activity, network traffic, paging and system internals (interrupts and context switches)....
Instructional Video3:00
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Chapter 4 Exam Question Review

Higher Ed
Managing Linux host authentication can involve the use of many command-line utilities. This episode focuses on the sequence of steps needed to enable SSH public key authentication. This clip is from the chapter "Tools of the Trade" of...
Instructional Video10:44
Curated Video

The Complete Practical Docker Guide - Running Containers in Background

Higher Ed
This video focuses on running containers in the background. This clip is from the chapter "Docker Containers Management (Ubuntu, Nginx)" of the series "The Complete Practical Docker Guide".This section focuses on Docker containers...
Instructional Video10:33
APMonitor

Python 🐍 Jupyter, VSCode Install

10th - Higher Ed
Jupyter notebook, Jupyter lab, and VSCode are installed to run a 'Hello, World' application in Ubuntu Linux for Python 3.8. python3 --version sudo apt install python3 (Linux, apt or yum) brew install python (MacOS) Download from...
Instructional Video1:35
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn how to use the factor command. It’s not one that you will likely need very often, but it can be very useful when you’re doing math on the command line. It provides the factors for any number you offer as an...
Instructional Video1:10
IDG TECHtalk

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

Higher Ed
Learn how to use the groups command. It provides a list of the groups that a user is a member of by pulling information from the /etc/group and /etc/passwd files.
Instructional Video4:15
Curated Video

Ansible for the Absolute Beginner - Ansible Inventory

Higher Ed
This video focuses on Ansible inventory. This clip is from the chapter "Introduction to Ansible Inventory" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on Ansible inventory.
Instructional Video5:32
Curated Video

Docker for the Absolute Beginner - Hands-On - Demo - Example Voting Application with Docker Compose

Higher Ed
Docker Compose: Demo - Example Voting Application with Docker Compose This clip is from the chapter "Docker Compose" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about the Compose tool in...
Instructional Video16:40
Curated Video

Vim Masterclass - Essential Navigation Commands

Higher Ed
This video explains essential navigation commands like h (left), i (right), j (down), and k (up). This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Instructional Video9:57
Curated Video

Vim Masterclass - Cutting, Copying, and Pasting

Higher Ed
This video demonstrates how to cut, copy, and paste text in a file. This clip is from the chapter "Deleting, Yanking, and Putting" of the series "Vim Masterclass".This section explains the delete, yank, and put operators.
Instructional Video8:17
APMonitor

Install Python 3.8 on Windows

10th - Higher Ed
Python is a capable programming language including capabilities for data science and machine learning. This video demonstrates how to install Python 3.8 on Windows and manage packages with pip. Download the latest version of Python from...
Instructional Video10:43
Curated Video

C++ Developer - Getting Started on macOS or Linux with CodeBlocks IDE

Higher Ed
This video focuses on getting started on macOS or Linux with CodeBlocks IDE. 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.