Companies Home Search Profile

Linux, Unix essentials and introduction to shell scripting

Focused View

Guha Rajan M., B.Engg, MBA, PMP

4:32:54

9 View
  • 1 - Course overview.mp4
    05:02
  • 2 - Operating system Introduction and components.mp4
    08:13
  • 3 - Operating system structure.mp4
    06:46
  • 4 - User and Operating system.mp4
    03:17
  • 1 - Operating system Introduction Quiz.html
  • 5 - Linux and Unix Introduction.mp4
    06:12
  • 6 - Linux Unix environment options for practice.mp4
    06:19
  • 7 - presentation cathead tail wc more.mp4
    05:57
  • 8 - Hands on cat head tail wc.mp4
    06:43
  • 9 - Presentation Working and listing directory.mp4
    01:44
  • 10 - Hands on Working and listing directory.mp4
    03:18
  • 11 - Directory Relative and Absolute paths.mp4
    05:11
  • 12 - copy move remove touch commands.mp4
    05:45
  • 13 - Symbolic link uses and creation.mp4
    06:14
  • 14 - grep history commands.mp4
    03:48
  • 2 - Files Directories and Editors Quiz.html
  • 15 - Editors-ver1.0.pdf
  • 15 - vi editor Part 1.mp4
    03:39
  • 16 - Editors-ver1.0.pdf
  • 16 - vi editor Part 2.mp4
    04:50
  • 17 - vi editor Part 3.mp4
    06:00
  • 18 - nano editor.mp4
    01:47
  • 19 - Why Unix Linux are less prone to virus attack.mp4
    05:29
  • 20 - Directory and File permission overview.mp4
    07:36
  • 21 - Interpreting file permission along with UID and GID.mp4
    04:05
  • 22 - Hands on Understanding and modifying file permission.mp4
    06:34
  • 23 - Other common commands presentation.mp4
    09:09
  • 24 - Hands on Wildcards.mp4
    02:09
  • 25 - Hands on Redirection characters.mp4
    10:16
  • 26 - File transfer protocol Windows to Linux and viceversa.mp4
    03:56
  • 27 - Monitoring and controlling process presentation.mp4
    07:18
  • 28 - Hands on checking the process PID and killing it.mp4
    03:26
  • 3 - File permission Process monitoring and house keeping commands Quiz.html
  • 29 - Tar command presentation.mp4
    04:25
  • 30 - Hands on Tar command.mp4
    03:38
  • 31 - Installation of application tool or utility.mp4
    02:59
  • 32 - Compress Uncompress Extract tar presentation.mp4
    03:53
  • 33 - Hands on Compress Uncompress extract Tar.mp4
    04:29
  • 34 - sed stream editor Overview.mp4
    06:14
  • 35 - data.txt
  • 35 - sed stream editor demonstration.mp4
    05:00
  • 35 - sed-editor.txt
  • 36 - Shell script introduction.mp4
    03:29
  • 37 - Hello World First shell script.mp4
    07:47
  • 37 - my-scripts.zip
  • 38 - LET assignment statement.mp4
    06:44
  • 38 - mathlet.zip
  • 38 - mathslets1.zip
  • 38 - mathslets2.zip
  • 39 - READ from keyboard statement.mp4
    03:48
  • 39 - mathslets-read.zip
  • 40 - Debugging option with shell scripting.mp4
    08:05
  • 40 - testdebug1.zip
  • 40 - testdebug2.zip
  • 41 - If statement shell scripting.mp4
    08:00
  • 41 - cathy.zip
  • 41 - leapyear.zip
  • 42 - Looping forwhileuntil shell scripting.mp4
    05:52
  • 42 - forloop.zip
  • 42 - forloopstep.zip
  • 43 - case1.zip
  • 43 - case statement shell scripting.mp4
    04:25
  • 44 - Function shell scripting.mp4
    05:12
  • 45 - awk programming overview.mp4
    05:14
  • 46 - Awk.txt
  • 46 - awk programming Demonstration 1.mp4
    08:36
  • 46 - numrec.nawk.txt
  • 47 - awk programming Demonstration 2.mp4
    02:46
  • 4 - Shell scripting Quiz.html
  • 48 - Crontab details presentation.mp4
    06:39
  • 49 - Hands on crontab.mp4
    04:47
  • 50 - Bonus Lecture.mp4
    10:09
  • 50 - Internet of things IOT Demystified Udemy course.txt
  • Description


    Linux, Unix command line and includes bash shell scripting, vi & sed editor and awk programming - An ultimate course

    What You'll Learn?


    • Wide range of commonly used command line commands in Linux / Unix command
    • How to create, insert, modify files using editors vi, Nano
    • Shell scripting fundamentals, including automation of scripts execution through cronjob
    • IOT devices such as Raspberry Pi, Beagle Bone, Orange Pi run on Linux and market need for expert in Linux, Unix is ever growing. Learning this OS (command line, Scripting) will open plethora of opportunities.

    Who is this for?


  • Beginners to learn Linux or Unix command line and shell scripting
  • Any IT developer, who wish to up-skill or acquire additional Linux / Unix skills.
  • IT students, who like to get skilled in Linux/ Unix command line and shell scripting.
  • What You Need to Know?


  • Basic programming and interest to learn - Linux/Unix command line and shell scripting
  • Access to Linux / Unix operating system command line and file system OR Raspberry pi 3 with Linux OS OR Ubuntu based OS
  • More details


    Description

    This course is designed to make beginner and get into expert. Course has logical section and also loaded with quiz to test one knowledge.

    As more and more organization are moving into Linux and Unix operating system, the additional Linux, Unix skills gained by developers would make them more in demand. Earlier Unix was the OS for mainly server, but with Linux being light weight, open source and being adopted for standalone desktop and laptop as well, the opportunities bound to grow. Added to this, Internet of things based IOT devices such as Raspberry pi \ Beagle bone \ orange pi uses Linux based operating system. Hence, in next few years, there is bound to be exceptional growth with good career opportunities for Linux and Unix skilled experts.

    Furthermore, had extensively used Raspberry Pi - Linux for all demonstration and activities in the course.

    From a developer perspective, this course not only cover command line commands, but also Bash shell scripting to make you comprehensive developer expert in Linux \ Unix OS.

    The topic covered are as follows:

    • Operating system overview - Operating System introduction and components, Operating System structure, User and operating         system

    •  Linux and Unix introduction - Linux and Unix Introduction , Environment option for learning.

    • Files and directory commands - cat, head, tail, wc, copy, move, remove, touch, directory listing, grep, history, symbolic link, absolute   and relative path

    • Editor - File creation and modification - vi, nano.

    •  File permission - Assigning and modification.

    •  Other commands - Wild card, file Redirection, FTP

    • Monitoring and controlling process - Process monitor and kill command

    • House keeping - Archive and extracting (tar, compress, uncompress)

    • sed - stream editor

    •  Basic  shell scripting(bash) - LET, READ, DEBUG commands, IF, FOR, WHILE, CASE, UNTIL, FUNCTION Commands and shell scripting examples.

    • awk programming - overview

    • Automate script execution - crontab listing and creation.


    All the demonstration code are uploaded into resources section.


    Happy learning!!


    Who this course is for:

    • Beginners to learn Linux or Unix command line and shell scripting
    • Any IT developer, who wish to up-skill or acquire additional Linux / Unix skills.
    • IT students, who like to get skilled in Linux/ Unix command line and shell scripting.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Guha Rajan M., B.Engg, MBA, PMP
    Guha Rajan M., B.Engg, MBA, PMP
    Instructor's Courses
    Having over 25 + years of IT industry experience  (Product development, Consulting & Training). His last engagement was with Oracle India (initially with consulting  and then with Oracle university) , which was for more than 12 years. Prior to this, had worked with Cap Gemini (formerly iGate Global Solution), GE to name a few.Had managed projects and programs  in Enterprise Resource Planning and Business Intelligence implementations  in the range of  3000 man days with revenue about 6mil US$ per year. These projects are on industry domains, such as  Oil and Gas, Process Manufacturing, Hi-Tech Retail & Telecom across the globe.Was awarded with "pace setter" , "best managed " project awards in recognition of efforts in project management. He was also instrumental in design, development and roll-out of Graduate Hire program on Oracle Products stack for partner IT services companies in recent times.Right from college was fascinated about devices  and sensor interaction with computer, which made him focus on micro-controller in early 90's and that eventually  attracted him towards field of Internet of things and Machine learning, AI these days. Due to his vast experience, he has crafted varied unique courses in Udemy related project management, Internet of things, ERP & BI, Database modeling and design, SQL, Linux  and more importantly on Cloud Infrastructure. Has plans to create more, as his passion has been on knowledge acquisition and sharing.He is certified asOracle Cloud Infrastructure 2021 Architect Professional.Oracle Cloud Infrastructure 2021 Architect Associate.Oracle Cloud Infrastructure 2021 Cloud Operations Associate. Oracle Cloud Infrastructure Security 2021 Certified AssociateOracle Autonomous Database Cloud 2021 Certified SpecialistOracle Machine Learning using Autonomous Database 2021 Certified SpecialistAlso certified  in Python, IOT by NPTEL (Govt of India ) recently.He holds a degree in engineering (Computer science) with MBA and a certified PMP since 2007
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 50
    • duration 4:32:54
    • Release Date 2024/05/04