Oreilly - Linux Fundamentals - 9780135560396
Oreilly - Linux Fundamentals
by Sander van Vugt | Publisher: Pearson IT Certification | Release Date: March 2019 | ISBN: 9780135560396


10+ Hours of Video InstructionLinux Fundamentals LiveLessons has more than 10 hours of comprehensive video training for you to have everything you need to build a strong understanding of working with Linux. You will start with Linux Fundamentals LiveLessons, a full video course on Linux basics, concepts, practices, and theories so you can get a foundational knowledge of Linux. Through the use of topic-focused instructional videos you will gain an in-depth understanding of Linux. The combination of demonstrations, white board instruction, and hands-on labs is a unique offering that gives you a full toolkit to enhance your learning, and provide a seamless path forward should you want to get certified for Linux Foundation CompTIA Linux+ or other entry-level Linux exams. Labs are presented at the end of each lesson, giving you the opportunity to test out the skills you have learned over the lesson. Sander then walks you through the Lab Solution to compare how you did.Topics include:Module 1: Essential Commands Module 2: User and Group Management and Permissions Module 3: Operating Running SystemsAbout the InstructorSander van Vugt has been teaching Linux classes since 1995 and has written more than 60 books about different Linux-related topics. Sander is a Red Hat Certified Instructor and has deep knowledge and understanding of Red Hat Enterprise Linux, including the upcoming Red Hat Enterprise Linux 7. He has been teaching Linux since 1994, and as a Red Hat Certified Examiner, he is authorized to proctor different Red Hat exams. He is also a regular speaker on major Linux conferences all over the world.Skill LevelBeginning to IntermediateLearnKey concepts for all the objectives on the Linux Foundation Certified System Administrator (LFCS) examReal-life Linux administration tasksWho Should Take This CourseAnyone interested in learning about Linux from the ground upAdministrators currently administering UNIX systems and developers who want to write software for LinuxCourse RequirementsAnyone wanting to learn Linux from the ground up, including inexperienced usersLesson descriptions Module 1, “Essential Commands,” will cover the essentials of Linux, starting with the installation of the ubuntu and CentOS distributions. Then, it will go into the essential tools, file management tools, and working with text files.Module 2, “User and Group Management and Permissions,” covers user and group management, as well as storage management essentials. It goes into the details of the different required parts for setting up users and groups, the management of them, and more advanced features. The basic read write and execute permissions, as well as how to apply them, will be explained. Then, the more in-depth permissions, SUID, SGID, sticky bit, and umask will be covered. Lastly, partitions and file systems and how to mount filesystems onto specific directories will be explored in Lesson 9.Module 3, “Operating Running Systems,” covers the day-to-day Linux management tasks. It starts with an explanation of networking and managing system time. Then, services and processes, including the different utilities that are used, will be detailed. Software managers, how to manage software packages, task scheduling, and reading log files will also be covered.About Pearson Video TrainingPearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
  1. Introduction
    • Linux Fundamentals: Introduction 00:02:39
  2. Module 1: Essential Commands
    • Module introduction 00:00:38
  3. Lesson 1: Installing Linux
    • Learning objectives 00:00:27
    • 1.1 Understanding Linux Distributions 00:07:26
    • 1.2 Installing CentOS 7.5 00:13:00
    • 1.3 Installing Ubuntu 18.04 LTS 00:07:53
    • Lesson 1 Lab: Installing Linux 00:00:44
  4. Lesson 2: Using Essential Tools
    • Learning objectives 00:00:32
    • 2.1 Logging in to Linux 00:05:04
    • 2.2 Using the Seven Essential Linux Command Line Tools 00:12:12
    • 2.3 Getting Help with man 00:05:05
    • 2.4 Finding Which man Page to Use 00:07:03
    • 2.5 Using pinfo 00:04:39
    • 2.6 Using Other Systems for Getting Help 00:05:14
    • 2.7 Lesson 2 Command Review 00:01:37
    • Lesson 2 Lab: Using Essential Tools 00:00:31
    • Lesson 2 Lab Solution Using Essential Tools 00:05:22
  5. Lesson 3: Essential File Management Tools
    • Learning objectives 00:00:36
    • 3.1 Understanding the Linux File System Hierarchy 00:09:29
    • 3.2 Listing Files with ls 00:04:18
    • 3.3 Using Wildcards 00:05:13
    • 3.4 Copying Files with cp 00:05:57
    • 3.5 Working with Directories 00:03:56
    • 3.6 Using Absolute and Relative Paths 00:06:03
    • 3.7 Moving Files with mv 00:02:13
    • 3.8 Removing Files with rm 00:03:50
    • 3.9 Understanding Hard and Symbolic Links 00:04:02
    • 3.10 Managing Hard and Symbolic Links 00:06:29
    • 3.11 Finding Files with find 00:05:16
    • 3.12 Using Advanced find Options 00:05:48
    • 3.13 Archiving Files with tar 00:06:16
    • 3.14 Managing File Compression 00:06:31
    • 3.15 Lesson 3 Command Review 00:01:19
    • Lesson 3 Lab: Using Essential File Management Tools 00:01:06
    • Lesson 3 Lab Solution: Using Essential File Management Tools 00:06:53
  6. Lesson 4: Working with Text Files
    • Learning objectives 00:00:34
    • 4.1 Understanding vi 00:03:09
    • 4.2 Creating Text Files with vi 00:07:35
    • 4.3 Browsing Text Files with more and less 00:02:53
    • 4.4 Using head and tail to See File Start and End 00:02:52
    • 4.5 Displaying File Contents with cat and tac 00:03:25
    • 4.6 Working with grep 00:05:31
    • 4.7 Understanding Regular Expressions 00:04:37
    • 4.8 Using Regular Expressions with grep 00:06:56
    • 4.9 Using Common Text Processing Utilities 00:05:11
    • 4.10 Lesson 4 Command Review 00:01:46
    • Lesson 4 Lab: Working with Text Files 00:01:01
    • Lesson 4 Lab Solution Working with Text Files 00:05:18
  7. Lesson 5: Connecting to a Server
    • Learning objectives 00:00:33
    • 5.1 Understanding the Root User 00:03:32
    • 5.2 Using su 00:02:26
    • 5.3 Using sudo 00:04:14
    • 5.4 Creating a Simple sudo Configuration 00:04:34
    • 5.5 Working on Linux from Graphical Interface or Command Line 00:05:08
    • 5.6 Using ssh to Connect to a Remote Server 00:08:15
    • 5.7 Using ssh Keys 00:08:00
    • 5.8 Lesson 5 Command Review 00:01:16
    • Lesson 5 Lab: Connecting to a Server 00:00:24
    • Lesson 5 Lab Solution Connecting to a Server 00:03:06
  8. Lesson 6: Working with the Bash Shell
    • Learning objectives 00:00:31
    • 6.1 Understanding the Shell and Other Core Linux Components 00:02:01
    • 6.2 Using I/O Redirection and Piping 00:07:14
    • 6.3 Working with history 00:05:29
    • 6.4 Using Command Line Completion 00:03:48
    • 6.5 Using Variables 00:04:23
    • 6.6 Using Other Bash Features 00:06:00
    • 6.7 Working with Bash Startup Files 00:06:29
    • 6.8 Lesson 6 Command Review 00:00:52
    • Lesson 6 Lab: Working with the Bash Shell 00:00:38
    • Lesson 6 Lab Solution Working with the Bash Shell 00:02:22
  9. Module 2: User and Group Management and Permissions
    • Module introduction 00:00:16
  10. Lesson 7: User and Group Management
    • Learning objectives 00:00:21
    • 7.1 Understanding Users 00:03:39
    • 7.2 Understanding File Ownership 00:01:54
    • 7.3 Creating Users with useradd 00:05:07
    • 7.4 Creating Groups with groupadd 00:01:26
    • 7.5 Managing User and Group Properties 00:05:12
    • 7.6 Configuring Defaults for New Users 00:06:47
    • 7.7 Managing Password Properties 00:06:33
    • 7.8 Understanding User and Group Configuration Files 00:05:11
    • 7.09 Managing Current Sessions 00:02:29
    • 7.10 Lesson 7 Command Review 00:02:01
    • Lesson 7 Lab: Managing Users 00:00:42
    • Lesson 7 Lab Solution Managing Users 00:05:29
  11. Lesson 8: Permissions Management
    • Learning objectives 00:00:34
    • 8.1 Understanding Basic Linux Permissions 00:03:25
    • 8.2 Managing Basic Linux Permissions 00:09:17
    • 8.3 Understanding Advanced Linux Permissions 00:03:22
    • 8.4 Managing Advanced Linux Permissions 00:11:23
    • 8.5 Managing umask 00:04:45
    • 8.6 Lesson 8 Command Review 00:00:57
    • Lesson 8 Lab: Managing Permissions 00:01:00
    • Lesson 8 Lab Solution: Managing Permissions 00:03:08
  12. Lesson 9: Storage Management Essentials
    • Learning objectives 00:00:27
    • 9.1 Understanding Linux Storage Solutions 00:04:16
    • 9.2 Creating MBR Partitions 00:08:40
    • 9.3 Creating GPT Partitions 00:03:25
    • 9.4 Creating Filesystems 00:05:08
    • 9.5 Mounting Filesystems 00:03:58
    • 9.6 Lesson 9 Command Review 00:02:00
    • Lesson 9 Lab: Managing Storage 00:00:29
    • Lesson 9 Lab Solution Managing Storage 00:02:57
  13. Module 3: Operating Running Systems
    • Module introduction 00:00:42
  14. Lesson 10: Managing Networking
    • Learning objectives 00:00:36
    • 10.1 Understanding IPv4 Basics 00:06:03
    • 10.2 Understanding IPv6 Basics 00:06:02
    • 10.3 Applying run-time Network Configuration 00:10:28
    • 10.4 Understanding Network Device Naming 00:02:58
    • 10.5 Managing Host Names 00:03:51
    • 10.6 Managing Host Name Resolution 00:03:27
    • 10.7 Using Common Network Tools 00:06:18
    • 10.8 Lesson 10 Command Review 00:02:16
    • Lesson 10 Lab: Managing Networking 00:00:29
    • Lesson 10 Lab Solution Managing Networking 00:04:24
  15. Lesson 11: Managing Time
    • Learning objectives 00:00:32
    • 11.1 Understanding Linux Time 00:02:07
    • 11.2 Managing Linux Time 00:03:54
    • 11.3 Understanding the NTP Protocol 00:04:02
    • 11.4 Configuring Time Synchronization 00:02:34
    • 11.5 Lesson 11 Command Review 00:00:53
    • Lesson 11 Lab: Managing Time 00:00:23
    • Lesson 11 Lab Solution Managing Time 00:00:56
  16. Lesson 12: Working with Systemd
    • Learning objectives 00:00:35
    • 12.1 Understanding Systemd 00:01:49
    • 12.2 Managing Systemd Services 00:07:39
    • 12.3 Modifying Service Configuration 00:05:24
    • 12.4 Understanding Targets 00:01:50
    • 12.5 Managing Targets 00:05:42
    • 12.6 Lesson 12 Command Review 00:01:54
    • Lesson 12 Lab: Working with Systemd 00:00:29
    • Lesson 12 Lab Solution Working with Systemd 00:03:14
  17. Lesson 13: Process Management
    • Learning objectives 00:00:39
    • 13.1 Understanding Linux Processes and Jobs 00:03:19
    • 13.2 Managing Interactive Shell Jobs 00:02:13
    • 13.3 Monitoring Processes with top 00:06:13
    • 13.4 Changing top Display Properties 00:03:57
    • 13.5 Monitoring Process Properties with ps 00:07:06
    • 13.6 Changing Process Priority 00:06:04
    • 13.7 Managing Processes with kill 00:03:11
    • 13.8 Lesson 13 Command Review 00:02:07
    • Lesson 13 Lab: Managing Processes 00:00:36
    • Lesson 13 Lab Solution Managing Processes 00:02:57
  18. Lesson 14: Managing Software
    • Learning objectives 00:00:29
    • 14.1 Installing Software from Source Packages 00:02:00
    • 14.2 Understanding Software Packages 00:03:33
    • 14.3 Managing Libraries 00:02:43
    • 14.4 Understanding Repositories 00:00:50
    • 14.5 Managing Packages with yum 00:09:16
    • 14.6 Managing Packages with apt 00:02:59
    • 14.7 Using rpm 00:04:35
    • 14.8 Lesson 14 Command Review 00:00:48
    • Lesson 14 Lab: Managing Software 00:00:29
    • Lesson 14 Lab Solution Managing Software 00:01:48
  19. Lesson 15: Scheduling Tasks
    • Learning objectives 00:00:32
    • 15.1 Understanding Linux Task Scheduling 00:01:07
    • 15.2 Scheduling Tasks with cron 00:05:14
    • 15.3 Using systemd Timers 00:03:15
    • 15.4 Using at to Schedule Tasks 00:01:25
    • 15.5 Lesson 15 Command Review 00:00:55
    • Lesson 15 Lab: Scheduling Tasks 00:00:30
    • Lesson 15 Lab Solution Scheduling Tasks 00:03:49
  20. Lesson 16: Reading Log Files
    • Learning objectives 00:00:21
    • 16.1 Understanding Linux Logging 00:01:08
    • 16.2 Working with journalctl 00:04:12
    • 16.3 Understanding Rsyslog 00:05:00
    • 16.4 Lesson 16 Command Review 00:00:38
    • Lesson 16 Lab: Working with Logging 00:00:20
    • Lesson 16 Lab Solution Working with Logging 00:02:27
  21. Summary
    • Linux Fundamentals: Summary 00:00:49
  22. Oreilly - Linux Fundamentals

    9780135560396.Linux.Fundamentals.part1.OR.rar

    9780135560396.Linux.Fundamentals.part2.OR.rar

    9780135560396.Linux.Fundamentals.part3.OR.rar

    9780135560396.Linux.Fundamentals.part4.OR.rar

    9780135560396.Linux.Fundamentals.part5.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss