4.7 out of 5
4.7
850 reviews on Udemy

Applied Linux Command Line and Shell Scripting Zero to Elite

Learn +200 modern & practical industry-proven Linux tools + project-based bash scripting from the beginning
Instructor:
Seyed Farshid Miri
95,628 students enrolled
English [Auto]
Learning +200 modern Linux tools & commands with their use-cases
Handling basic to complex real-work Linux projects: network, security, system visibility, etc.
Project-based shell scripting & automation: writing a backup tool, a password manager, etc.
Terminal productivity using Tmux, Git, Oh My Zsh, Nerd Font, Windows Terminal, etc.
Manage Linux components in shell e.g. networking, disks, processes, users, etc.
Advanced system visibility using sysdig & CSysdig (Lua Scripts)
Problem-solving mindset, both in theory & do-along
Linux Networking & DNS, Route & adapter management with iproute2, etc.
In-Depth IPTables e.g. filter, nat, mangle etc.
Dive in Linux Firewall
Covering complete SSH Technologies OpenSSH Server, SSH Port Forwarding & Tunneling, SOCKS Proxy, etc.
Task automation using cron & other daemons
Get the most out of 1-second booting subsystem-Linux: WSL2
Installation & setting up a virtual Linux Lab (VirtualBox)
Vendor-neutral approach, supporting any Linux Distros inspired by LPIC Certification
Udemy APAC

Timesaving and Use-Cases constitute the spirit of this course. That is why it is designed to be learned fast and practical.

Topics & some of the shell tools we cover in this course:

  • Kernel spaces

  • Different Shells, ZSH, Bash, Oh My ZSH, Tmux, productivity plugins

  • Package management: apt, apt-get, yum, zypper

  • File Archiving: p7zip, xz-utils, gzip, gunzip, tar

  • Command-line chaining: pipe, %token,  AND_IF, OR_IF, DSEMI

  • System and hardware: dmidecode, lsblk, inxi, ncal, time, uptime, date

  • Managing disk and file permissions: dd, gzip, fdisk, swapoff/on, free, find, chmod, mount, runlevel, fsck, mkswap, resize2fs

  • Services and performance management: ps, kill, killall, pkill, pstree, lsof, pgrep, top, htop

  • Users and groups management: sudo, passwd, useradd, adduser, id, usermod, chage, getfacl, setfacl, who, last, lastb, utmpdump

  • Networking: iproute2, ip, txqueuelen, mtu, netplan, route get, list, neighbor, traceroute, DNS, dig, host, OpenSSH, SSH Tunneling, Socks, SCP, RSync

  • IPTables, Filter, NAT, Mangle, UFW, covering IPTables completely

  • System Visibility using sysdig & csysdig: Kernel syscalls and event use-cases, Chisels and Text-GUI CSysDig

  • Task Automation with cron jobs

  • Shell Programming (Bash scripting) from bash basics to writing a few projects e.g. writing automated backup, a password manager, and so on

  • Checking on Windows subsystem for Linux: WSL2 along with Windows Terminal profiles with Oh My ZSH, Nerd Font, colorls, backup WSL Linux machines, and much more

We set our goal to make you feel confident when dealing with the command line of any Linux distribution in production environments so that you can put your skills to work in as little time as possible. How do we do that? During this course, you will see hundreds of Linux command-line tools and you will write hundreds of lines for Shell Programming or as some may be used to call it, Bash Programming, so by end of the course, you have built a relatively robust understanding of different aspects of Linux for real life and work projects.

long story short: Your learning approach in this course is the same way as you probably learned how to ride a bike! Remember? Even if you haven’t, you will learn Linux Command-Line and Shell Scripting (Bash scripting) with us anyway! Just keep do-along with each video and code-along with each project.

Since different work environments are built-up with different Linux distributions, this course is inspired by LPIC Certificate and therefore is built vendor-neutral, meaning no matter RedHat based, or Debian forked, e.g. CentOS, OpenSUSE, Ubuntu, Kali, or even Windows Subsystem for Linux (WSL 2), you will learn their differences and will start doing real things in their shell.

Here is an overall conceptual breakdown of the course:

  • Section 1 and 2, starts with the basics of Shell and Kernel, then moves on with preparing the lab environment and Terminal

  • Section 3 to 8 builds your ability to understand the fundamental concepts and work with commands on key components of Linux.

  • Section 9 and 10 dig deep in key Networking tools, concepts, and commands

  • Section 11 is entirely about system visibility using sysdig and csysdig, inspecting the kernel syscalls, and applying their use-cases

  • Section 12 is all about Shell Programming. You will learn the basics and start building a scripting mindset by coding along with Projects such as creating a Backup tool and a Password Manager and so on

  • Section 13 is mostly useful for Windows users who would like to run Linux applications with the native performance of their Windows machine using Windows Subsystem for Linux

By the end of the course, you will have the ability to confidently apply the skills and grounded knowledge you learned during this course in different productive workplaces within divergent computing and IT branches such as Ethical Hacking, IT Security, IT Administration, Cloud Security, Networking, Linux Development, and much more.

Introduction to Linux Shell

1
Kernel vs. Shell
2
Linux OS Installation

Linux Terminal Productivity

1
Part 1: Terminator, Oh My Zsh and Tmux
2
Part 2: Terminator, Oh My Zsh and Tmux

Package Managers & File Archiving

1
Package Managers: zypper, apt, yum, repos, etc.
2
Archiving: p7zip, xz-utils, gzip, gunzip, tar, etc.

Command-Line Chaining

1
Part 1: Command Line Chaining
2
Part 2: Command Line Chaining

System Hardware and Time Examination

1
System Hardware: dmidecode, lsblk, inxi, etc.
2
System Time: ncal, time, uptime, date, etc.

Disks and File System Permissions

1
Part 1: dd, gzip, fdisk, swapoff/on, free, find,chmod, etc.
2
Part 2: mount, runlevel, fsck, mkswap, resize2fs, etc.

Processes, Services and Performance Management

1
Part 1: ps, process details, etc.
2
Part 2: kill, killall, pkill, pstree, lsof, pgrep, top, htop, etc.

Managing Users and Groups

1
Part 1: sudo, passwd, useradd, adduser, id, etc.
2
Part 2: usermod, chage, getfacl, setfacl, etc.
3
Part 3: who, last, lastb, utmpdump, etc.

Networking

1
Part 1: iproute2, ip, txqueuelen, mtu, netplan, etc.
2
Part 2: route get, list, neighbor, ICMP/UDP traceroute, etc.
3
Part 3: Netplan YAML, DNS record types, dig, host, etc.
4
Part 4: OpenSSH, SSH-Keygen, SSH-Copy-ID, Capturing SSH Session, etc.
5
Part 5: SSH Port Forwarding, SSH Proxy Server, SCP & RSync

iptables Firewall

1
iptables Firewall Concepts
2
iptables Firewall in Action (Filter)
3
iptables Firewall in Action (NAT)
4
iptables Firewall in Action (Mangle)
5
Uncomplicated Firewall (UFW)

Sysdig: Deep System Visibility

1
Sysdig Installation
2
Sysdig Output Anatomy
3
Sysdig Events Use-Cases
4
Sysdig Chisels (Lua Scripts) Use-Cases - P1
5
Sysdig Chisels (Lua Scripts) Use-Cases - P2
6
CSysdig (Text-GUI) Use-Cases, Kernel-syscalls zooming

Shell Scripting and Task Automation

1
Time-based Task Scheduling with Cron
2
Part 1: Shell Scripting & Task Automation
3
Part 2: Shell Scripting & Task Automation
4
Project: Creating a Password Manager Part 1
5
Project: Creating a Password Manager Part 2

~1 Second Booting Linux: Windows Subsystem for Linux

1
WSL2 Installation
2
The WSL, Behind the Scenes
3
WSL2 & Windows Terminal Productivity: Oh My Zsh, Nerd Font, P10K...
4
WSL2 Maintenance and Fine-Tuning
You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.7
4.7 out of 5
850 Ratings

Detailed Rating

Stars 5
485
Stars 4
246
Stars 3
91
Stars 2
15
Stars 1
13
fda1ad62f8d0b4739000076bd7d0b385
30-Day Money-Back Guarantee

Includes

9 hours on-demand video
Full lifetime access
Access on mobile and TV
Certificate of Completion

External Links May Contain Affiliate Links read more

Join our Telegram Channel To Get Latest Notification & Course Updates!
Dekker Fraser Marketing Courses Biggest SALE (LIVE)ENROLL
+ +