Instructional Video2:14
IDG TECHtalk

How to use the && (AND) and || (OR) operators

Higher Ed
In this Linux tip, we’re going to look at the && (AND) and || (OR) operators and how they can be used.
Instructional Video2:18
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn to use the ln command, which can create either type of link on Linux systems.
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 Video6:30
IDG TECHtalk

Linux tip: How to use the find command

Higher Ed
In today’s Linux tip, we look at the find command – a tool that will prove very useful when you’re trying to locate a file or set of files based on almost any criteria. Leave a comment and let us know which command you want featured in a...
Instructional Video3:19
Curated Video

Core Java Programming Course- Copying and Moving Text Files

Higher Ed
This video explains how to copy and move text files.
r/>
This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video3:53
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - This is how you use Docker-Compose to Start and Stop Services

Higher Ed
Reading, Understanding and Writing docker-compose.yml files step by step: This is how you use Docker-Compose to Start and Stop Services
r/>
This clip is from the chapter "Reading, Understanding and Writing docker-compose.yml...
Instructional Video6:24
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - Running PHP Scripts with Volume Mounting in Docker Containers - Practical Example

Higher Ed
Understanding Docker Run with Volume mounting and important flags step by step: Running PHP Scripts with Volume Mounting in Docker Containers - Practical Example
r/>
This clip is from the chapter "Understanding Docker Run with...
Instructional Video16:17
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Creating Modules

Higher Ed
This video demonstrates how to create modules.
r/>
This clip is from the chapter "Creating Modules and Plug-ins" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section demonstrates how to create...
Instructional Video18:33
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Using Roles

Higher Ed
This video explains how to use roles in playbooks in Ansible.
r/>
This clip is from the chapter "Structuring Ansible Playbooks" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explains how to...
Instructional Video13:15
Curated Video

The Complete React Developer Course (with Hooks and Redux) - A Production Web Server with Express

Higher Ed
In this video you'll use Node and Express to create a 9 line production web server.
r/>
This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video7:26
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Creating A Project

Higher Ed
In this video, we will be creating a project.
r/>
This clip is from the chapter "Installation and Setup" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will look at the...
Instructional Video6:21
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing Fluxion

Higher Ed
This video introduces you to a new pen testing tool called fluxion and how to install it.
r/>
This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
Instructional Video6:51
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 1

Higher Ed
This is the first part of the three-part video that explains how to perform disk management.
r/>
This clip is from the chapter "Disk Management" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This...
Instructional Video9:28
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - File and Directory Permissions Explained - Part 2

Higher Ed
This is the second part of the two-part video that explains the file and directory permissions.
r/>
This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to...
Instructional Video7:08
APMonitor

Solve Nonlinear Equations with MATLAB

10th - Higher Ed
MATLAB solves nonlinear equations either symbolically or numerically with solvers such as "fsolve". This example demonstrates how to obtain a solution to sets of nonlinear equations.
Instructional Video16:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Exploring Jupyter Notebooks interface (optional)

Higher Ed
A detailed look at using Jupyter Notebooks for developing Python code
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Instructional Video5:50
Curated Video

Complete Modern C++ - Filesystem - path

Higher Ed
This video introduces filesystem library components.<br/<br/>>

This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video8:58
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - Understanding Data Persistence in Named-Volumes and Data-Sharing in Containers

Higher Ed
Reading, Understanding and Writing docker-compose.yml files step by step: Understanding Data Persistence in Named-Volumes and Data-Sharing in Containers
r/>
This clip is from the chapter "Reading, Understanding and Writing...
Instructional Video8:12
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - The docker-compose.yml File Explained Line-by-Line

Higher Ed
Reading, Understanding and Writing docker-compose.yml files step by step: The docker-compose.yml File Explained Line-by-Line
r/>
This clip is from the chapter "Reading, Understanding and Writing docker-compose.yml files step by...
Instructional Video10:09
Curated Video

The Complete Practical Docker Guide - Linux File System Structure and Navigation

Higher Ed
This video explains the Linux file system structure and navigation.
r/>
This clip is from the chapter "Files and Directories Management in Linux" of the series "The Complete Practical Docker Guide".This section focuses on files...
Instructional Video2:26
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing Pyinstaller

Higher Ed
This video gives you an introduction to Pyinstaller and how to install it.
r/>
This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this...
Instructional Video3:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Glue Job (Change Capture)

Higher Ed
This video covers glue job (change capture).
r/>
This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers...
Instructional Video6:31
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Dataset

Higher Ed
In this session, we will explore the dataset and put the dataset in the DBFS of Databricks and read the data.
r/>
This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with...
Instructional Video2:47
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Reusing the Last Item from the Previous Command

Higher Ed
This video explains how to reuse the last item from the previous command.
r/>
This clip is from the chapter "Advanced Command Line Skills - Command Line Kung Fu" of the series "Linux Administration Bootcamp: Go from Beginner to...