Linux Administration Bootcamp Go from Beginner to Advanced
What you’ll learn
By the end of this course you will understand the fundamentals of the Linux operating system and be able to apply that knowledge in a practical and useful manner.
Requirements
A desire to learn.
Description
JOIN THE OTHER 50,000 SUCCESSFUL STUDENTS WHO HAVE ALREADY MASTERED THE LINUX OPERATING SYSTEM WITH ONE OF MY TOP RATED COURSES!If you want to learn Linux system administration and supercharge your career, read on.Hello. My name is Jason Cannon and I’m the author of Linux for Beginners, the founder of the Linux Training Academy, and an instructor to thousands of satisfied students. I started my IT career in the late 1990’s as a Unix and Linux Systems Engineer and I’ll be sharing my real-world Linux experience with you throughout this course.By the end of this course you will fully understand the most important and fundamental concepts of Linux server administration. More importantly, you will be able to put those concepts to use in practical real-world situations. You’ll be able to configure, maintain, and support a variety of Linux systems. You can even use the skills you learned to become a Linux System Engineer or Linux System Administrator.Free Bonus – Video Demonstrations from my best-selling book, Command Line Kung-Fu.In this series of videos I’ll be sharing with you some of my favorite Linux command line tricks. These tips will make your life easier at the command line, speed up your work flow, and make you feel like a certified Linux command line Ninja! If you want to see the pages of Command Line Kung-Fu come to life, then you have to watch these videos!____________________This Linux course doesn’t make any assumptions about your background or knowledge of Linux. You need no prior knowledge to benefit from this course. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by taking Linux Bootcamp:How to get access to a Linux server if you don’t already.What a Linux distribution is and which one to choose.What software is needed to connect to Linux from Mac and Windows computers.What SSH is and how to use it.The file system layout of Linux systems and where to find programs, configurations, and documentation.The basic Linux commands you’ll use most often.Creating, renaming, moving, and deleting directories.Listing, reading, creating, editing, copying, and deleting files.Exactly how permissions work and how to decipher the most cryptic Linux permissions with ease.How to use the nano, vi, and emacs editors.Two methods to search for files and directories.How to compare the contents of files.What pipes are, why they are useful, and how to use them.How to compress files to save space and make transferring data easy.How and why to redirect input and output from applications.How to customize your shell prompt.How to be efficient at the command line by using aliases, tab completion, and your shell history.How to schedule and automate jobs using cron.How to switch users and run processes as others.How to find and install software.How the boot process works on Linux servers and what you can do to control it.The various types of messages generated by a Linux system, where they’re stored, and how to automatically prevent them from filling up your disks.Disk management, partitioning, and file system creation.Logical Volume Manager (LVM) – extending disk space without downtime, migrating data from one storage to another, and more.Managing Linux users and groups.Networking concepts that apply to system administration and specifically how to configure Linux network interfaces.How to configure sudo.Managing process and jobs.Linux shell scriptingUnconditional Udemy 30 day money-back guarantee – that’s my personal promise of your success!What you learn in Linux Bootcamp applies to any Linux environment including CentOS, Ubuntu, Debian, Kali Linux, Linux Mint, RedHat Linux, Fedora, OpenSUSE, Slackware, AlmaLinux, Rocky Linux, and more.Earn CompTIA Linux+ CEUs!Keep your CompTIA Linux+ Certification up-to-date by earning Continuing Education Units (CEUs) with this course. Why go through the hassle of retesting when you can renew your certification?Enroll now and start learning the skills you need to level up your career!
Overview
Section 1: Overview
Lecture 1 Course Overview
Section 2: Installing and Connecting to a Linux System
Lecture 2 Linux Distributions
Lecture 3 Installing Linux using WSL on Windows (Windows Subsystem for Linux)
Lecture 4 Installing VirtualBox on Windows
Lecture 5 Installing VirtualBox on Intel-Based Macs
Lecture 6 Installing Linux Using an OVA (Open Virtual Appliance File) with VirtualBox
Lecture 7 VirtualBox Troubleshooting Tips
Lecture 8 Installing Linux on Apple Silicon CPU Macs
Lecture 9 When to Install Linux from Scratch or Manually
Lecture 10 Installing AlmaLinux from Scratch / AlmaLinux (Rocky Linux, RHEL) Manual Install
Lecture 11 Logging In Directly to a Linux System
Section 3: Linux Fundamentals
Lecture 12 The Linux Directory Structure
Lecture 13 The Shell
Lecture 14 Essential Linux Commands / Basic Linux Commands
Lecture 15 Getting Help at the Command Line
Lecture 16 Working with Directories
Lecture 17 Listing Files and Understanding LS Output
Lecture 18 File and Directory Permissions Explained – Part One
Lecture 19 File and Directory Permissions Explained – Part Two
Lecture 20 Finding Files and Directories
Lecture 21 Viewing Files and the Nano Editor
Lecture 22 Editing Files in Vi
Lecture 23 Editing Files with Emacs
Lecture 24 Graphical Editors
Lecture 25 Deleting, Copying, Moving, and Renaming Files
Section 4: Intermediate Linux Skills
Lecture 26 Wildcards – Part One
Lecture 27 Wildcards – Part Two
Lecture 28 Input, Output, and Redirection
Lecture 29 Comparing Files
Lecture 30 Searching in Files and Using Pipes
Lecture 31 Transferring and Copying Files over the Network
Lecture 32 Customizing the Shell Prompt
Lecture 33 Shell Aliases
Lecture 34 Environment Variables
Lecture 35 Processes and Job Control
Lecture 36 Scheduling Repeated Jobs with Cron
Lecture 37 Switching Users and Running Commands as Others
Lecture 38 Shell History and Tab Completion
Lecture 39 Installing Software on RPM Based Linux Distros: RedHat, CentOS, AlmaLinux, Rocky
Lecture 40 Installing Software on Debian Based Linux Distros: Debian, Ubuntu, Kali Linux
Section 5: The Linux Boot Process and System Logging
Lecture 41 The Linux Boot Process
Lecture 42 The Linux Boot Process – Demo
Lecture 43 System Logging
Section 6: Disk Management
Lecture 44 Disk Management – Part One
Lecture 45 Disk Management – Part Two – Creating Partitions with fdisk
Lecture 46 Disk Management – Part Three – File Systems
Section 7: LVM – The Logical Volume Manager
Lecture 47 Introduction to the Logical Volume Manager (LVM)
Lecture 48 LVM: Layers of Abstraction
Lecture 49 Creating Physical Volumes (PVs), Volume Groups (VGs), and Logical Volumes (LVs)
Lecture 50 Extending Volume Groups and Logical Volumes
Lecture 51 Mirroring Logical Volumes
Lecture 52 Removing Logical Volumes, Physical Volumes, and Volume Groups
Lecture 53 Migrating Data from One Storage Device to Another
Lecture 54 Logical Volume Manager – Summary
Section 8: User Management
Lecture 55 Managing Users and Groups – Part One
Lecture 56 Managing Users and Groups – Part Two
Section 9: Networking
Lecture 57 TCP/IP Networking for Linux System Administrators
Lecture 58 Networking – DNS and hostnames
Lecture 59 Networking – DHCP, Dynamic and Static Addressing
Lecture 60 Network Troubleshooting – Part One
Lecture 61 Network Troubleshooting – Part Two
Section 10: Advanced Linux Permissions
Lecture 62 Special Permission Modes – Part One
Lecture 63 Special Permission Modes – Part Two
Section 11: Shell Scripting
Lecture 64 Shell Scripting – Part One
Lecture 65 Shell Scripting – Part Two
Section 12: Advanced Command Line Skills – Command Line Kung Fu
Lecture 66 Tab completion
Lecture 67 Repeat as Root
Lecture 68 Rerun a command starting with a string
Lecture 69 Reuse arguments
Lecture 70 Strip out comments and blank lines
Lecture 71 Reuse the last item from the previous command
Section 13: Extras
Lecture 72 Connecting to Linux over the network using SSH
Lecture 73 Connecting to a Linux Virtual Machine Over the Network
Lecture 74 Installing NGINX, MySQL, PHP, and WordPress on Ubuntu
Section 14: Summary
Lecture 75 Conclusion – Congratulations and Thank You!
Section 15: Course Slides
Lecture 76 Download the Slides Used in the Course
Section 16: Bonus Section
Lecture 77 Bonus Lecture
People with limited time.,Anyone with a desire to learn about Linux.,People that have Linux experience, but would like to learn about the Linux command line interface.,Existing Linux users that want to become power users.,People that need Linux knowledge for a personal or business project like hosting a website on a Linux server.,Professionals that need to learn Linux to become more effective at work. Helpdesk staff, application support engineers, and application developers that are required to use the Linux operating system.,People thinking about a career as a Linux system administrator or engineer, but need the basics first.,Researchers, college professors, and college students that will be using Linux servers to conduct research or complete course work.
Course Information:
Udemy | English | 9h 20m | 2.99 GB
Created by: Jason Cannon
You Can See More Courses in the IT & Software >> Greetings from CourseDown.com