01.01-course introduction and about the author
01.02-what is operating system
01.03-create an aws account
01.04-create a linux ec2 instance
01.05-connect to linux system using mobaxterm from windows
01.06-connect to linux system from mac
01.07-linux filesystem hierarchy
02.01-basic linux commands
02.02-read a file
02.03-create a file
02.04-edit or append content to a file
02.05-create directories
02.06-remove files and directories
03.01-copy files or directories-command (cp)
03.02-move or rename a file
03.03-change directory-command (cd)
03.04-how to search a file-commands (find diff and file)
03.05-search a word in a file-command (grep)
03.06-replace a word in a file-command (sed)
04.01-creating and managing a user-command (useradd)
04.02-login as a user onto ec2 instance
04.03-ls command explained
04.04-file permissions
04.05-changing permissions-command (chmod)
04.06-changing ownership-commands (chown file)
05.01-gather system information-commands (free cpuinfo uname and more)
06.01-installing packages-commands yum (install remove)
06.02-updating and getting information about packages-commands yum (update list info)
07.01-collect network information-commands (hostname ping wget ifcofnig curl)
07.02-telnet explained
08.01-services-commands service (status start stop)
08.02-services-commands (chkconfig systemctl)
09.01-process management-commands (ps fg bg top)
10.01-archiving files and directories-commands (gzip gunzip zip unzip tar)
10.02-crontab explained
10.03-softlink and hardlink-command (ln)
10.04-copy files from windows to linux-command (scp)