Completed
Linux Tutorial: Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Linux for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Linux Tutorial: Introduction
- 2 Linux Tutorial: 1 Possible options to use Linux on MacOS and Windows
- 3 Linux Tutorial: 2 Creating Linux container using Docker
- 4 Linux Tutorial: 3 What is Shell, Terminal and Command
- 5 Linux Tutorial: 4 Getting information about Linux computer
- 6 Linux Tutorial: 5 How shell understands that you have entered command
- 7 Linux Tutorial: 6 Getting help about commands using man utility
- 8 Linux Tutorial: 7 Command Options
- 9 Linux Tutorial: 8 Command Arguments
- 10 Linux Tutorial: 9 Arguments for Options
- 11 Linux Tutorial: 10 What are processes
- 12 Linux Tutorial: 11 List running processes
- 13 Linux Tutorial: 12 Starting additional processes and killing process
- 14 Linux Tutorial: 13 Installing htop package using apt get
- 15 Linux Tutorial: 14 Using htop utility
- 16 Linux Tutorial: 15 Summary for Processes Monitoring
- 17 Linux Tutorial: 16 Data Streams of the Process
- 18 Linux Tutorial: 17 Redirecting STDOUT and STDERR to the file
- 19 Linux Tutorial: 18 Where process data streams send data by default
- 20 Linux Tutorial: 19 How to send data to STDIN and redirect STDOUT and STDERR
- 21 Linux Tutorial: 20 Piping
- 22 Linux Tutorial: 21 Summary for Data Streams and Piping
- 23 Linux Tutorial: 22 Introduction to the Files and Directories Management
- 24 Linux Tutorial: 23 Linux File System structure and navigation
- 25 Linux Tutorial: 24 Listing files and directories
- 26 Linux Tutorial: 25 Exploring subdirectories of the root directory
- 27 Linux Tutorial: 26 Creating and removing directories and files
- 28 Linux Tutorial: 27 Creating new files
- 29 Linux Tutorial: 28 Editing files using Vim and Nano editors
- 30 Linux Tutorial: 29 Copy and move files and directories
- 31 Linux Tutorial: 30 Reading files
- 32 Linux Tutorial: 31 Filtering text using grep command
- 33 Linux Tutorial: 32 Soft vs Hard links
- 34 Linux Tutorial: 33 Creating hard and soft links
- 35 Linux Tutorial: 34 Introduction to the Find command
- 36 Linux Tutorial: 35 Searching files using Find command
- 37 Linux Tutorial: 36 Some other examples of the Find command
- 38 Linux Tutorial: 37 Executing additional commands inside of the Find operation
- 39 Linux Tutorial: 38 Xargs command
- 40 Linux Tutorial: 39 Piping results of the Find command to the other command using Xargs
- 41 Linux Tutorial: 40 Overview of the tar and gzip utilities
- 42 Linux Tutorial: 41 Creating and extracting compressed archive using tar and gzip
- 43 Linux Tutorial: 42 Sorting files using ls command
- 44 Linux Tutorial: 43 Sorting contents of the files using Sort utility
- 45 Linux Tutorial: 44 Introduction to users management in Linux
- 46 Linux Tutorial: 45 Creating users using useradd command
- 47 Linux Tutorial: 46 Creating new user using adduser command
- 48 Linux Tutorial: 47 Changing ownership of the file
- 49 Linux Tutorial: 48 Changing files permissions
- 50 Linux Tutorial: 49 Creating executable script
- 51 Linux Tutorial: 50 Adding path to scripts to the PATH variable
- 52 Linux Tutorial: 51 Summary for Users, Permissions and Scripts
- 53 Linux Tutorial: 52 Introduction to the Linux Networking Section
- 54 Linux Tutorial: 53 Exploring ip address settings
- 55 Linux Tutorial: 54 Verifying connectivity with remote servers
- 56 Linux Tutorial: 55 Enabling SSH on the Linux server
- 57 Linux Tutorial: 56 Connecting to the Linux server remotely via SSH
- 58 Linux Tutorial: 57 Using curl and wget utilites
- 59 Linux Tutorial: 58 Environment variables
- 60 Linux Tutorial: 59 SOLUTION Script with env variable access