Last updated 10/2018MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 3.60 GB | Duration: 9h 6m
Learn the power of find and friends to master your Linux file system What you'll learn Understand Linux file system organization Find files on the Linux file system Find out changes on the Linux file system Requirements Have basic Linux knowledge PC on which virtual machines can be installed Internet connection to dowload Linux software Description Learn the concepts and tools to find files on your Linux file system to have control over what is going on and to be able to find out where changes occur. Develop the skill to master your Linux file system with this course for starting Linux professionals. Installation of exact copy of Linux course machines Exploration of find to find files Complementing find with friends like xargs, sed, etc. Find to detect file system changes Find pipelines to manipulate directories Updatedb and locate to find files Find and friends: the basic skillset to control and explore your file system. On every Linux system you need to install, configure and run software. To let your system run smoothly, you need to be able to control what's on your file system. So you need to know how your file system is organized and how you can find files on it. That's exactly what this course is about: finding files. Once you have found files you will want to manipulate them. In the course we show some common examples how to do so. Learning the fundamental concepts of find gives you the power to let your Linux system run smoothly. Even in these days of system automation, find is more important than ever. Find gives you the power to explore your system so that you can find what you need to automate. Content and overview Suitable for bners with some Linux experience, this course teaches you how to tackle some common problems on your Linux file system using the find and friends commands. To ensure that you get the exact same results as the teacher, we start with setting up the course environment. It doesn't matter if you use your Windows 10 machine or an empty machine. Together we will install 3 virtual machines with Linux on it. Our Linux distribution of choice is CentOS 7, hence the 7 in "7 Linux basics". On the first Linux machine we do all the instructions, demonstrations and exercises. Concepts are shown on the command line to demonstrate the practical value. You will first hear about a concept in a presentation and right after, it is demonstrated on the Linux machine. We start simple, with exploring the find command. Next, we will use find to manipulate the file system. Some more complex pipelines will be used to achieve our goals. Lastly, you will install a second Linux machine with NFS and a third with iSCSI. These will be used to demonstrate the effect of having different types of file systems mounted under your Linux root file system and how we use find on them. Personally I like to have a book when I study and references where I can quickly find details. So I have added a course survival guide with information about the video's. It is very useful to quickly go back to a specific topic. Furthermore, I have added quick reference cards so that you can get to the information lightning fast of the commands you have studied in this course. Have fun finding files! Overview Section 1: Introduction Lecture 1 Course program Lecture 2 Overview of the course materials Section 2: Windows 10 test environment Lecture 3 Introduction of installation on Windows10 Lecture 4 Check CPU virtualization support Lecture 5 Install VirtualBox on Windows 10 Lecture 6 Configure VirtualBox Lecture 7 CentOS 7 on Windows 10 Lecture 8 Configure router VM Lecture 9 Install router VM Lecture 10 Configure client VM Lecture 11 Install client VM Lecture 12 Configure NFS VM Lecture 13 Install NFS VM Lecture 14 Configure iSCSI VM Lecture 15 Install iSCSI VM Lecture 16 Install putty teal software Lecture 17 Generate SSH keys Lecture 18 Automate login amongst VM’s Lecture 19 Distribute SSH keys to VM’s Lecture 20 Install GNOME desktop Lecture 21 Install winscp software Lecture 22 Install course scripts Lecture 23 Start environment on Windows 10 Section 3: CentOS 7 test environment Lecture 24 Introduction of installation on CentOS 7 Lecture 25 CentOS 7 ISO on Windows 10 Lecture 26 CentOS 7 boot USB on Windows 10 Lecture 27 CentOS 7 ISO on Linux Lecture 28 CentOS 7 boot USB on Linux Lecture 29 Install CentOS 7 on physical machine Lecture 30 Check CPU virtualization support Lecture 31 Install Desktop Software on CentOS 7 Lecture 32 Install Virtualization Software Lecture 33 Again CentOS 7 ISO Lecture 34 Install client VM on CentOS 7 Lecture 35 Install NFS VM on CentOS 7 Lecture 36 Install iSCSI VM on CentOS 7 Lecture 37 Generate and distribute SSH keys Lecture 38 Install GNOME desktop Lecture 39 Install course scripts Lecture 40 Work with CentOS 7 environment Section 4: Basic find commands Lecture 41 Introduction to basic find commands Lecture 42 Sample directory tree Lecture 43 Starting point(s) in find Lecture 44 Limit output with respect to depth Lecture 45 Find by name Lecture 46 Find by type Lecture 47 Find sockets and fifo's Lecture 48 Find trapped in filesystem loop Lecture 49 Find operator syntax Lecture 50 Find stay on the filesystem Lecture 51 Delete with find Lecture 52 Exercise: depth of /usr Lecture 53 Solution: depth of /usr Lecture 54 Exercise: swap partition device Lecture 55 Solution: swap partition device Lecture 56 Exercise: employee left Lecture 57 Solution: employee left Lecture 58 Recap of basic find commands Section 5: Find or change content in files Lecture 59 Introduction to find and xargs Lecture 60 Xargs introduction Lecture 61 Xargs demo Lecture 62 Find specific content Lecture 63 Change specific content Lecture 64 Find in filenames with spaces Lecture 65 Recap of find and xargs Section 6: Case: how to copy directory trees with find Lecture 66 Introduction: how to copy directory trees with find Lecture 67 "while read line" pattern Lecture 68 Demo: "while read line" pattern Lecture 69 Target path construction Lecture 70 Demo: target path construction Lecture 71 Copy directory trees naively Lecture 72 Demo: copy directory trees naively Lecture 73 What is wrong? Lecture 74 Demo: what is wrong? Lecture 75 How recursive copy works Lecture 76 Demo: how recursive copy works Lecture 77 Copy directory trees with depth Lecture 78 Demo: copy directory trees with depth Lecture 79 Is it robust with respect to order? Lecture 80 Demo: is it robust with respect to order? Lecture 81 Is it robust with respect to depth? Lecture 82 Demo: is it robust with respect to depth? Lecture 83 Exercise: put absolute path in file Lecture 84 Solution: put absolute path in file Lecture 85 Exercise: rename picture files Lecture 86 Exercise preparation: rename picture files Lecture 87 Exercise demo: rename picture files Lecture 88 Solution: rename picture files Section 7: Detect changes on the filesystem Lecture 89 Case: detect changes with find Lecture 90 Demo: detecting changes Lecture 91 Find with -prune Lecture 92 Demo: find with -prune Lecture 93 Filesystem Hierarchy Standard Lecture 94 Sidebar: list files with rpm Lecture 95 Location of Firefox bookmarks Lecture 96 Detect smplayer configuration setting Lecture 97 Recap of detecting changes with find Section 8: Find and network storage Lecture 98 Network storage setup Lecture 99 NFS server setup Lecture 100 Configure NFS client Lecture 101 iSCSI server setup Lecture 102 iSCSI client on CentOS 7 Lecture 103 iSCSI client on Windows 10 Lecture 104 Limit the bandwidth Lecture 105 Find on NFS disk Lecture 106 Find on iSCSI disk Lecture 107 Differences NFS and iSCSI Lecture 108 Find largest file Lecture 109 Demo: find largest file Lecture 110 Demo: find oldest file Lecture 111 Recap of find and network storage Section 9: Locate files on system Lecture 112 Introduction to find filelists and locate Lecture 113 Find a file's location Lecture 114 Locate a file with locate Lecture 115 Recap of locating a file on the system Section 10: Closing Lecture 116 Closing Linux enthusiast who wants control over the Linux file system,Bner Linux professional curious about file system organization HomePage: gfxtra__7_Linux_ba.part1.rar.html gfxtra__7_Linux_ba.part2.rar.html
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.