Curated Video
Linux Crash Course for Beginners - 2023 - Switch Users and Sudo Access
In this video, you will learn how to switch users and allow Sudo access using su and sudo commands.
Curated Video
Linux Crash Course for Beginners - 2023 - Finding System Information
In this video, you will learn the commands that can be used to find the system information, such as umami, cat /etc/redhat-release, cat /etc/*rel*, dmid.
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Curated Video
Linux Crash Course for Beginners - 2023 - File Ownership Commands
In this video, you will learn how files and directories are owned and how we can change their ownership.
Curated Video
Linux Crash Course for Beginners - 2023 - File System Navigation Commands
In this video, you will learn file system navigation commands.
Curated Video
Linux Crash Course for Beginners - 2023 - Changing Password
In this video, you will learn how to change the user password.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 7) - Recommended
In this video, you will learn how to download and install Linux operating system CentOS 7, which is recommended.
Curated Video
Linux Crash Course for Beginners - 2023 - Introduction to File System and Structure
In this video, we will understand what the Linux file System is and understand its structure.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 2
This exercise will create a route map based on the London bus route dataset.
Curated Video
Understanding Square Roots
Understanding Square Roots: what exactly is a square root? A matching activity is provided at the end of the video.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Install Next.js with NPX - ChatGPT Project Setup
This video helps you with the installation of Next.js with NPX. Here, you will look at setting up the ChatGPT project.
Curated Video
Linux Network Administration - SSH and Telnet
This video explains SSH and telnet, which are the two main services that run in Linux to accept connections from outside.
Curated Video
Linux Network Administration - NIC Information
This video explains the Network Interface Card information, which is installed in the computer.
Curated Video
Linux Network Administration - Linux CentOS8 Installation
This video explains the installation of CentOS8 onto your system.
Curated Video
Linux PAM Security Administration - PAM File Configuration Format
This video explains the format of every PAM file configuration.
Curated Video
Linux PAM Security Administration - What Is PAM
This video explains what PAM is and how it works.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Service Control Policies
When you want to implement global constraints for accounts in your AWS organization, service control policies are the ticket. We will explore them in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - DNS
As you begin to explore DNS in AWS, it is important to first grasp what DNS is and how it works. In this video, you will explore the basic operations and capabilities of DNS, including name resolution and DNS services.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Client-Side Validation of Customer Model
This video shows the process to add client-side validation using jQuery unobtrusive package. You will see the working of client-side through F12 Chrome developer tools and also explain how validation on Client works. This clip is from...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Inspect the wwwroot
This video covers the web root folder, wwwroot, created at the root of the project when you create an ASP.NET Core 3.1 project and use the MVC template. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Curated Video
Behavioral Design Patterns in C++ - Boolean Interpreter - II
This video builds on the previous video and helps design the Interpreter design pattern. Here, the terminal and non-terminal classes are converted into classes. This clip is from the chapter "Interpreter" of the series "Behavioral Design...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Continuous Integration
This video explains Continuous Integration (CI) from scratch. This clip is from the chapter "Continuous Integration and Continuous Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on Continuous...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Behind the Scene
In this lesson, we will explore the folder structures and behind-the-scene processes, including the source folder, public folder, gitignore, and all other dependencies.