IDG TECHtalk
How to use the screen command: 2-Minute Linux Tips
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.
Packt
MongoDB and NoSQL Databases
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
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Site Recovery
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Auto Scaling Configuration Lab
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)...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Installing Git on Linux
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...
Curated Video
The Complete Practical Docker Guide - Container Processes and Resources
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Installing Java – Linux
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 - Installing Java - Overview
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...
Curated Video
C++ Developer - Section Overview - Getting Started
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.
IDG TECHtalk
How to use the ps command: 2-Minute Linux Tips
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,...
IDG TECHtalk
How to use the nmap command: 2-Minute Linux Tips
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.
Packt
Starting Kafka with the Confluent Command Line Interface (CLI)
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...
Curated Video
Ansible for the Absolute Beginner - Lab Setup - Installing VirtualBox
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...
Curated Video
The Complete Practical Docker Guide - Running Hello-World Container
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...
Curated Video
The Complete Practical Docker Guide - Running Both Frontend and API Containers in Background
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...
Curated Video
The Complete Practical Docker Guide - Running Docker Container for the Frontend Service
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Linux Distributions
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...
IDG TECHtalk
How to use exiftool: 2-Minute Linux Tips
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...
IDG TECHtalk
How to use the ip neigh command: 2-Minute Linux Tips
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...
IDG TECHtalk
How to use the script command: 2-Minute Linux Tips
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...
IDG TECHtalk
How to use the nmcli command: Linux Tip
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.
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - FTP Packet Capture
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...
Curated Video
The Complete Practical Docker Guide - Default Bridge Network and Communication Between Containers
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...
Curated Video
The Complete Practical Docker Guide - Environment Variables
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.