All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • 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)

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

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.

 

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 corn 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

 

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 digs 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.

  • Basic IT Skills
  • No prior Linux and programming knowledge is required
  • A Computer with an Internet connection
  • Anyone who would like to learn modern Linux command line
  • Network Specialists and IT Administrators
  • Programmers, Developers and Data Scientists, whose work runs on Linux CMD
  • IT Managers, interested in productivity of their team members
View More...
  • Section 1 : Introduction to Linux Shell 2 Lectures 00:12:30

    • Lecture 1 :
    • Lecture 2 :
    • Linux OS Installation
  • Section 2 : Linux Terminal Productivity 2 Lectures 00:10:18

    • Lecture 1 :
    • Part 1: Terminator, Oh My Zsh and Tmux
    • Lecture 2 :
    • Part 2: Terminator, Oh My Zsh and Tmux
  • Section 3 : Package Managers & File Archiving 2 Lectures 00:08:03

    • Lecture 1 :
    • Package Managers: zypper, apt, yum, repos, etc.
    • Lecture 2 :
    • Archiving: p7zip, xz-utils, gzip, gunzip, tar, etc.
  • Section 4 : Command-Line Chaining 2 Lectures 00:22:46

    • Lecture 1 :
    • Part 1: Command Line Chaining
    • Lecture 2 :
    • Part 2: Command Line Chaining
  • Section 5 : System Hardware and Time Examination 2 Lectures 00:12:27

    • Lecture 1 :
    • System Hardware: dmidecode, lsblk, inxi, etc.
    • Lecture 2 :
    • System Time: ncal, time, uptime, date, etc.
  • Section 6 : Disks and File System Permissions 2 Lectures

    • Lecture 1 :
    • Part 1: dd, gzip, fdisk, swapoff/on, free, find,chmod, etc.
    • Lecture 2 :
    • Part 2: mount, runlevel, fsck, mkswap, resize2fs, etc.
  • Section 7 : Processes, Services and Performance Management 2 Lectures

    • Lecture 1 :
    • Part 1: ps, process details, etc.
    • Lecture 2 :
    • Part 2: kill, killall, pkill, pstree, lsof, pgrep, top, htop, etc.
  • Section 8 : Managing Users and Groups 3 Lectures

    • Lecture 1 :
    • Part 1: sudo, passwd, useradd, adduser, id, etc.
    • Lecture 2 :
    • Part 2: usermod, chage, getfacl, setfacl, etc.
    • Lecture 3 :
    • Part 3: who, last, lastb, utmpdump, etc.
  • Section 9 : Networking 5 Lectures 00:14:17

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

    • Lecture 1 :
    • iptables Firewall Concepts
    • Lecture 2 :
    • iptables Firewall in Action (Filter)
    • Lecture 3 :
    • iptables Firewall in Action (NAT)
    • Lecture 4 :
    • iptables Firewall in Action (Mangle)
    • Lecture 5 :
    • Uncomplicated Firewall (UFW)
  • Section 11 : Sysdig: Deep System Visibility 6 Lectures

    • Lecture 1 :
    • Sysdig Installation
    • Lecture 2 :
    • Sysdig Output Anatomy
    • Lecture 3 :
    • Sysdig Events Use-Cases
    • Lecture 4 :
    • Sysdig Chisels (Lua Scripts) Use-Cases - P1
    • Lecture 5 :
    • Sysdig Chisels (Lua Scripts) Use-Cases - P2
    • Lecture 6 :
    • CSysdig (Text-GUI) Use-Cases, Kernel-syscalls zooming
  • Section 12 : Shell Scripting and Task Automation 5 Lectures

    • Lecture 1 :
    • Time-based Task Scheduling with Cron
    • Lecture 2 :
    • Part 1: Shell Scripting & Task Automation
    • Lecture 3 :
    • Part 2: Shell Scripting & Task Automation
    • Lecture 4 :
    • Project: Creating a Password Manager Part 1
    • Lecture 5 :
    • Project: Creating a Password Manager Part 2
  • Section 13 : ~1 Second Booting Linux: Windows Subsystem for Linux 4 Lectures

    • Lecture 1 :
    • WSL2 Installation
    • Lecture 2 :
    • The WSL, Behind the Scenes
    • Lecture 3 :
    • WSL2 & Windows Terminal Productivity: Oh My Zsh, Nerd Font, P10K...
    • Lecture 4 :
    • WSL2 Maintenance and Fine-Tuning
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

8460 Course Views

1 Courses

Farshid is an experienced IT, Networking, and security specialist with a demonstrated history of +15 years of work in high-tech scientific research institutes and industrial sectors in Germany and abroad. Having been an online student for a few years, he understands that students get easily confused with the number of online courses for any computing and IT subject on online platforms. Therefore Farshid tries his bests to design and create the most comprehensive and thorough courses here on Udemy. Farshid believes in a hands-on learning approach as everyone learned to ride bikes by doing and falling over and over. Thus, all his courses are designed to teach the foundation and basics, then jump straight into keyboarding, where students will also have the possibility to code-along, do-along. Taking Farshid's experience in Networking and IT Security will take students to learn complex subjects with confidence and simplification.

View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • develop-your-own-operating-system-from-scratch

    Develop your own Operating System f...

    By : Harshit Srivastava

    Lectures 8 Beginner 0:43:28
  • ubuntu-linux-desktop-start-using-linux-today

    Ubuntu Linux Desktop - Start Using ...

    By : Samuel OJO

    Lectures 15 Beginner 3:9:46
  • sccm-2016-learn-system-center-configuration-manager-2016-from-beginner-to-advanced

    SCCM 2016 - Learn System Center Con...

    By : Cristian Calinescu

    Lectures 48 Beginner 9:0:28
  • it-security-gumbo-linux-forensics

    IT Security Gumbo: Linux Forensics

    By : Corey Charles

    Lectures 17 Beginner 1:40:10
  • introduction-to-powershell

    Introduction to Powershell

    By : Russell Yonkers

    Lectures 29 All Level 2:21:46

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.