Curated Video
Linux Crash Course for Beginners - 2023 - Troubleshooting Putty Connection
In this video, we will work on troubleshooting the issues found while connecting the Linux VM through Putty.
Curated Video
Linux Crash Course for Beginners - 2023 - System Updates and Repositories
In this video, you will learn about the commands used for system updates and repositories, that is, rpm and yum.
Curated Video
Linux Crash Course for Beginners - 2023 - Network Files and Commands
In this video, you will learn about network files and commands such as ping, ifconfig, netstat, tcpdump, and networking config.
Curated Video
Linux Crash Course for Beginners - 2023 - Enabling Internet in Linux VM
In this video, you will learn how to get internet access to our VM.
Curated Video
Linux Crash Course for Beginners - 2023 - History Command
In this video, you will learn how to use the history command to find the shell history.
Curated Video
Linux Crash Course for Beginners - 2023 - Basic Shell Scripts
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Curated Video
Linux Crash Course for Beginners - 2023 - Shell Scripting
In this video, you will learn about shell scripting.
Curated Video
Linux Crash Course for Beginners - 2023 - System Monitoring Commands
In this video, you will learn about system monitoring commands such as top, df, dmesg, iostat 1, netstat, free, cat /proc/cpuinfo, and cat /proc/meminfo.
Curated Video
Linux Crash Course for Beginners - 2023 - System Maintenance Commands
In this video, you will learn about system maintenance commands such as shutdown, reboot, halt, and init.
Curated Video
Linux Crash Course for Beginners - 2023 - Processes and Jobs
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Curated Video
Linux Crash Course for Beginners - 2023 - System Utility Commands
In this video, you will learn system utility commands such as date, uptime, hostname, uname, which, cal, and bc.
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 - User Account Management
In this video, you will learn some user account management such as useradd, groupadd, usermod, userdel, and groupdel.
Curated Video
Linux Crash Course for Beginners - 2023 - Linux File Editor
In this video, we will cover the Linux file editor. You will learn about vi editor.
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 - Filters / Text Processing Commands
In this video, you will learn a few filters / text processing commands such as cut, sort, grep, awk, uniq, and wc.
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 Maintenance Commands
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Curated Video
Linux Crash Course for Beginners - 2023 - Getting Help
In this video, we will cover help commands such as man, whatis, -help.
Curated Video
Linux Crash Course for Beginners - 2023 - Adding Text to Files
In this video, you will learn to add text to files or redirects.
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 Permissions
In this video, you will learn how we can change the file permissions.
Curated Video
Linux Crash Course for Beginners - 2023 - Pipes ( | )
In this video, you will learn about pipes ( | ).
Curated Video
Linux Crash Course for Beginners - 2023 - Creating Files and Directories
In this video, you will learn how to create files and directories.