Introduction to Linux Shell Commands for Absolute Beginners using Ubuntu 20.04
  • Introduction to Linux Shell Commands for Absolute Beginners using Ubuntu 20.04
  • Detailed Overview of the course up to environment variables in Linux
  • Overview of Udemy Interface to take the course effectively
  • Overview of Support via Udemy Q&A
  • Details about resources related to this course
  • Overview of ITVersity Linkedin Communities for Data and DevOps Engineers
Setup Ubuntu Linux on Windows using wsl
  • Introduction to setting up Ubuntu Virtual Machines using wsl on Windows 10 or
  • Overview of Powershell on Windows 10 or Windows 11
  • Setup Ubuntu VM on Windows 10 or 11 using wsl
  • Setup Ubuntu VM on Windows 10 or 11 using wsl
  • Setup Ubuntu 18.04 Virtual Machine on Windows 10 or Windows 11
  • Managing Life Cycle of Virtual Machines using wsl on Windows 10 or Windows 11
  • Delete and Reinstall Virtual Machines using wsl on Windows 10 or Windows 11
  • Change Default wsl Virtual Machine on Windows 10 or Windows 11
  • Accessing Windows File System from wsl Ubuntu Virtual Machines
  • Overview of installing OS Packages on Ubuntu Virtual Machines
Getting Started with Linux shell commands
  • Introduction to Getting Started with Linux Shell Commands
  • Running first command on Linux
  • Getting usage of linux commands using help
  • Overview of Files and Folders
  • Fully Qualified or Absolute Paths and Relative Paths of Files and Folders
Listing files and folders in Linux File System using ls
  • Overview of ls command to list files and folders in linux
  • Setup Files and Folders from GitHub Account to learn Shell Commands
  • Setup Jupyter Lab to go through help on linux commands
  • Getting the properties of files and folders using ls command in Linux
  • Sorting ls output while listing files in Linux
  • List files and folders in Linux sorted by time
  • List files and folders in Linux sorted by size
  • Overview of Hidden Folders and Files
  • Listing Hidden Files and Folders in Linux
  • Listing the files and folders recursively in Linux
  • Exploring Control Arguments while listing files in Linux
  • Overview of representation of file sizes
  • Overview of alias command and ll to list files and folders
Filtering files and folders in Linux File System
  • Introduction to filtering files and folders on Linux File System
  • Accessing Windows Files and Folders from Linux setup using wsl
  • Overview of grep command
  • Few basic examples using grep and piping
  • Overview of Piping while running shell commands
  • Overview of Basic Pattern Matching
  • Deep Dive into wc command to get word count or line count
  • Overview of find command to filter files and folders
  • Understand behavior of simplest form of find command in Linux
  • Using LInux find command to find directories or folders
  • Using LInux find command to find files by type and pattern
  • Overview of Standard Directories in Linux
  • Get list of files based on modified time using Linux find command
  • Get list of files based on size using Linux find command
Processing Data in Files using Linux Commands
  • Introduction to commands used for processing data in files using Linux
  • Overview of Different File Formats
  • Get file format or type using file command in linux
  • Preview the data in the text file using head command in Linux
  • Preview the data in the text file using tail command
  • Install apache web server on Ubuntu Linux
  • Generate Apache Logs every second using shell script and nohup
  • Monitoring Logs using tail command in Linux
  • Preview the data in the text file using more command
  • Extract data from files in Linux using cut command
  • Sort data in files in Linux using sort command
  • Sort data in files in Linux using sort command based on key and delimiter
  • Extract Information and Redirect to a file in Linux
  • Getting Unique Records from File using sort in Linux
  • Using uniq to get unique values in Linux
Understanding File and Folder Properties
  • Introduction to Properties of Files and Folders
  • Understand File and Folder Properties provided by ls command
  • Understanding Owner of the Files in Linux
  • Overview of groups associated with files and folders in Linux
  • Creating Groups in Linux using groupadd
  • Create users in Linux using useradd command
  • Add users to supplementary or secondary groups in Linux
  • Overview of File Permissions in Linux
  • Overview of umask for default permissions on Files and Folders
  • Permissions on Home Folders for different Linux Users
  • File and Folder Permissions for Groups and Others
  • Conclusion for File and Folder Properties using Linux
Managing Files and Folders in Linux
  • Introduction to Managing Files and Folders in Linux
  • Generate empty files in linux using touch command
  • Creating Directories in Linux using mkdir command
  • Overview of awk command in Linux
  • Overview of cp command to copy files in Linux
  • Using cp command to copy files in Linux
  • Create multiple folders at once using awk in Linux
  • Copy files using Patterns in Linux
  • Automate file copy using awk and cp in linux
  • Copying folders recursively using cp command in Linux
  • Copying files using cp while preserving properties in Linux
  • Moving Files in linux using mv command
  • Automate file move using awk and mv in linux
  • Overview of tar command to take the backups
  • Create backup of files and folders using tar command in linux
  • Restoring Files and Folders using tar command in Linux
  • Moving Folders in Linux using mv command