Curated Video
Bash Shell Scripting- Introduction to the course
This video provides an overview of what to expect from the course. This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you with the installation...
IDG TECHtalk
How to use the ac command: 2-Minute Linux Tips
Learn how to use the ac command. It reports on user login times, so if you’re interested in knowing how much time various users are spending on a Linux server, this command is a good choice.
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Linux Shell Script Lab
Shell scripts contain Linux command that can be invoked simply by calling upon the script name. In this demo, a simple utility menu loop is created in a bash shell script. This clip is from the chapter "Tools of the Trade" of the series...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Password Cracking Demo
Dan demonstrates how to use a password cracking tool to turn hashed passwords into cleartext. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This section introduces...
Curated Video
The Complete Practical Docker Guide - Summary for the Introduction to Images and Containers
This video provides a summary for the introduction to images and containers. This clip is from the chapter "Introduction to the Images and Containers" of the series "The Complete Practical Docker Guide".This section provides an...
Curated Video
Bash Shell Scripting- Installing Ubuntu on Windows 10
This video shows how to install Ubuntu on Windows 10. This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you with the installation process of...
Packt
Setting up SSH Keys
Application Deployment (Weather App): Setting up SSH Keys This clip is from the chapter "Application Deployment (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to...
Curated Video
CISSP® Certification Domain 3: Security Architecture and Engineering Video Boot Camp for 2022 - Secure operating systems and software architecture
CISSP Domain 3: Secure operating systems and software architecture. This clip is from the chapter "CISSP Domain 3: System Architecture and Engineering" of the series "CISSP® Certification Domain 3: Security Architecture and Engineering...
Curated Video
Bash Shell Scripting - Getting the Best Out of this Course
This video demonstrates how to get the best out of this course. This clip is from the chapter "Ground - Zero" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section introduces you to the...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Linux Shells
A Linux shell is a case-sensitive command line environment that supports scripting and comes in various flavors including Bash, Korn, and C shells. This clip is from the chapter "Tools of the Trade" of the series "CompTIA Security+...
Packt
Course Objectives
This video provides the course objectives of this section. This clip is from the chapter "Kafka Introduction" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, the author introduces you to Kafka and...
Curated Video
C++ Developer - Getting Started with macOS Catalina or Higher with Visual Studio Code
This video focuses on how to get started with macOS Catalina or a higher version with Visual Studio Code. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the...
IDG TECHtalk
Linux Tip: How to terminate processes
In today’s tip, I’m going to show you how to terminate processes on Linux systems using kill, pkill and killall and show you why it makes a difference which command you choose. Leave a comment and let us know which command you want...
Curated Video
Bash Shell Scripting - Conditional Tests
This video focusses on conditional tests. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
IDG TECHtalk
How to use the true and false commands: 2-Minute Linux Tips
In this Linux tip, learn how to use the true and false commands. What they do is very simple. The true command generates an exit code of 0 (no problems) and the false command generates a value of 1.
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Python Scripts
Python is a multi-platform case-sensitive scripting language that requires a Python interpreter to be installed. This clip is from the chapter "Tools of the Trade" of the series "CompTIA Security+ Certification SY0-601: The Total...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Network Scanning with Nmap
Nmap is the most commonly used network scanning tool. Scans can be saved as XML files. Nmap can be used at the command line, but it also has a frontend GUI named Zenmap. This clip is from the chapter "Tools of the Trade" of the series...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 - Installing Eclipse - Mac
In this lesson, we will learn how to install Eclipse in macOS. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Overview of the Java Platform - an Introduction - java, javac, bytecode
In this video, we will see an overview of the Java platform - an introduction - java, javac, bytecode. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In...
IDG TECHtalk
How to use the sequence command: 2-Minute Linux Tips
In this Linux tip, we’re going to look at the seq (sequence) command. It provides a very easy way to generate a sequence of numbers and gives you a lot of control.
Curated Video
The Complete Practical Docker Guide - Starting Additional Processes in the Running Container
This video explains how to start additional processes in the running container. This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB...
Curated Video
The Complete Practical Docker Guide - Exploring Environment Variables
This video helps in exploring environment variables. This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker Guide".This section focuses...
Curated Video
Complete Python Scripting for Automation - getpass module
Working with Python Modules: getpass module This clip is from the chapter "Working with Python Modules" of the series "Complete Python Scripting for Automation".You will learn about platform module and getpass module.
Packt
Linux - Start Zookeeper and Kafka
This video demonstrates how to start a Zookeeper server and install Kafka on a Linux server. This clip is from the chapter "Starting Kafka" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...