IDG TECHtalk
How to use the screenfetch and neofetch commands: 2-Minute Linux Tips
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Configuring Linux Log Forwarding
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...
Curated Video
The Complete Practical Docker Guide - List Running Processes
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.
Curated Video
Bash Shell Scripting- Login into remote server from the local server using ssh
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.
Packt
Linux - Download Kafka and Setup PATH
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Elastic Compute Cloud (Amazon EC2) Pricing
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Wi-Fi Discovery and Attacks
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Using tcpdump to Analyze Network Traffic
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...
Curated Video
The Complete Practical Docker Guide - Hello World Application with Node
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...
IDG TECHtalk
How to use the fold command: 2-Minute Linux Tips
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.
Curated Video
The Complete Practical Docker Guide - Running Mongo Container with Persistent Database
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.
IDG TECHtalk
Linux tip: How to use the dstat command
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)....
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Chapter 4 Exam Question Review
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...
Curated Video
The Complete Practical Docker Guide - Running Containers in Background
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...
APMonitor
Python π Jupyter, VSCode Install
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...
IDG TECHtalk
How to use the factor command: 2-Minute Linux Tips
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...
IDG TECHtalk
How to use the groups command: 2-Minute Linux Tips
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.
Curated Video
Ansible for the Absolute Beginner - Ansible Inventory
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.
Curated Video
Docker for the Absolute Beginner - Hands-On - Demo - Example Voting Application with Docker Compose
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...
Curated Video
Vim Masterclass - Essential Navigation Commands
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.
Curated Video
Vim Masterclass - Cutting, Copying, and Pasting
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.
APMonitor
Install Python 3.8 on Windows
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...
Curated Video
C++ Developer - Getting Started on macOS or Linux with CodeBlocks IDE
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.