Доступно

[Udemy] Написание скриптов для командной строки - Научить автоматизировать задачи в командной строке

Тема в разделе "Курсы по программированию", создана пользователем Василий Сергеевич, 14 дек 2016.

Цена: 950р.
Взнос: 162р.
100%

Основной список: 21 участников

Резервный список: 1 участников

Статус обсуждения:
Комментирование ограничено.
  1. 14 дек 2016
    #1
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор

    [Udemy] Написание скриптов для командной строки - Научить автоматизировать задачи в командной строке

    Научись шелл-программированию для Linux, Unix, Macю Узнай как пишут скрипты профессионалы, решая настоящие проблемы

    [​IMG]

    JOIN THE OTHER 20,000 SUCCESSFUL STUDENTS WHO HAVE ALREADY MASTERED SHELL SCRIPTING AND THE LINUX OPERATING SYSTEM WITH ONE OF MY TOP RATED COURSES!

    If you want to learn how to write shell scripts like a pro, solve real-world problems, or automate repetitive and complex tasks, read on.

    Hello. My name is Jason Cannon and I'm the author of Linux for Beginners, Python Programming for Beginners, and an instructor to thousands of satisfied students. I started my IT career in the late 1990's as a Unix and Linux System Engineer and I'll be sharing my real-world shell scripting and bash programming experience with you throughout this course.

    By the end of this course you will be able to create shell scripts with ease. You'll learn how to take tedious and repetitious tasks and turn them into programs that will save you time and simplify your life on Linux, Unix, or MAC systems.

    ____________________

    Here is what you will get and learn by taking this Shell Scripting course:

    • A step-by-step process of writing shell scripts that solve real-world problems.
    • The #1 thing you must do every time you create a shell script.
    • How to quickly find and fix the most common shell scripting errors.
    • For those of you who want to start scripting right away, watch the two video shell scripting crash course. If you do nothing else than watch these two videos you'll be ahead of most shell programmers.
    • How to accept input from a user and then make decisions on that input.
    • How to accept and process command line arguments.
    • What special variables are available, how to use them in your shell scripts, and when to do so.
    • A shell script creation check list -- You'll never have to guess what to include in each of your shell scripts again. Just use this simple check list.
    • A shell script template (boilerplate). Use this format for each of your shell scripts. It shows exactly what to include and where everything goes. Eliminate guesswork!
    • Practice exercises with solutions so you can start using what you learn right away.
    • Real-world examples of shell scripts from my personal collection.
    • A download that contains the scripts used in the presentations and lessons. You'll be able to look at and experiment with everything you're learning.
    • Quizzes after each section just to make sure you're learning the most important aspects of shell scripting.
    • Unconditional Udemy 30 day money-back guarantee - that's my personal promise of your success!
    Learn to Program Using Any Shell

    What you learn in this course can be applied to any shell, however the focus is on the bash shell and you'll learn some really advanced bash features. Again, whether you're using bash, bourne (sh), KornShell (ksh), C shell (csh), Z shell (zsh), or even the tcsh shell, you'll be able to put what you learn in this course to good use.

    Perfect for Linux, Unix, Mac and More!

    Also, you'll be able to use these scripts on any Linux environment including Ubuntu, Debian, Linux Mint, RedHat, Fedora, OpenSUSE, Slackware, Kali Linux and more. You're scripts will even run on other operating systems such as Apple's Mac OS X, Oracle's Solaris, IBM's AIX, HP's HP-UX, FreeBSD, NetBSD, and OpenBSD.

    Here's What People Are Saying About Jason and His Courses:

    "Another amazing course by Jason Cannon. This course helped propel my bash scripting to a whole new level. Now, I can't stop automating my work flow! :) Pretty soon everything will do everything itself." --Fernando Garcia, Udemy Student

    "Excellent course on Linux! It is the best way to get started using Linux that I have come across." --Chris Bischoff, Udemy student

    "This class was a great review of the 2 Linux classes I took in school. I learned plenty of new stuff and got a great refresher on things I haven't used in some time. I did well on my interview and got the job I was looking for. Thanks!" --Alan Derrick, Udemy student

    "This was a great course! Learned a lot from it!" --Ricardo José Crosara Junior, Udemy student

    "Excellent starter course. Very good and complete guide to get you started on working on Linux." --Brian Mulder, Udemy student

    "Great course! Easy to understand for beginners and a great refresher for experienced users!" --Spencer Ball, Udemy student

    "Very well laid out course. Thanks Jason!" --Eric Etheredge, Udemy student

    "Love it... it's absolutely one of the best courses I've taken here on Udemy." --Idriss N, Udemy student

    "Awesome Course! Another great one. Thanks Jason!" --John Wilmont, Udemy student

    "Excellent Course! Having come from a moderate understanding of Linux, this course has given me a deeper and more streamlined understanding of Linux. Definitely worth the money." --Armando Cabrera, Udemy student

    "Fantastic course and very beautifully explained." --S John, Udemy student

    "Great course, great instructor. I enjoyed every minute of it. I recommend this course 100%." --Alfredo, Udemy student

    "I am lovin' it. Nice way to begin one's journey into Linux." --Rohit Gupta, Udemy student

    ____________________

    Free Bonus - Downloads of All the Material Covered

    As an added bonus for enrolling in this Shell Scripting video training course, you'll receive access to all the slides and shell scripts used in the lessons. You can download them and refer to them when you want to jog your memory or double-check your work.

    Enroll now and to learn how to write shell scripts like a pro!

    What are the requirements?
    • Some knowledge of the command line would be helpful, but not required.
    • Access to a Mac, Unix, or Linux computer.
    What am I going to get from this course?
    • Write shell scripts that can be used on Linux, Mac, and Unix operating systems.
    • Automate tasks using shell scripts.
    • Create complex scripts that take advantage of advanced bash shell features.
    What is the target audience?
    • Anyone interested in shell scripting or shell programming.
    • Do not take this course if you are only interested in Windows scripting.

    Блок 1: Start Here - Course Overview and Downloads
    Занятие 1 - Course Overview [01:38]
    Занятие 2 - Course Downloads, Including the scripts used in the course and a cheat sheet [01:03]
    Блок 2: Shell Scripting, Succinctly
    Занятие 3 - Блок Introduction [00:49]
    Занятие 4 - Shell Scripting, Part I [08:38]
    Занятие 5 - Shell Scripting, Part II [07:11]
    8 questions
    Занятие 6 - Practice Exercises [2 pages]
    Блок 3: Exit Statuses and Return Codes
    Занятие 7 - Exit Statuses and Return Codes [08:52]
    Занятие 8 - Exit Status Demo [05:56]
    Занятие 9 - Practice Exercises [1 page]
    Блок 4: Functions
    Занятие 10 - Functions, Part I [07:18]
    Занятие 11 - Functions, Part II [04:48]
    Занятие 12 - Practice Exercises [1 page]
    Занятие 13 - Review [00:27]
    Блок 5: Shell Script Checklist and Template
    Занятие 14 - Shell Script Checklist and Template (Video) [01:59]
    Занятие 15 - Shell Script Check List and Template [2 pages]
    Блок 6: Wildcards
    Занятие 16 - Introduction to Wildcards [00:23]
    Занятие 17 - Wildcard Introduction, Part I [05:12]
    Занятие 18 - Wildcard Introduction, Part II [07:03]
    Занятие 19 - Wildcards in Shell Scripts [03:42]
    Занятие 20 - Wildcard Scripting Demo [04:01]
    Занятие 21 - Practice Exercises [1 page]
    Блок 7: Case Statements
    Занятие 22 - Case Statements [05:43]
    Занятие 23 - Practice Exercises [1 page]
    Блок 8: Logging
    Занятие 24 - Logging [07:40]
    Занятие 25 - Practice Exercises [1 page]
    Блок 9: While Loops
    Занятие 26 - While Loops, Part I [05:42]
    Занятие 27 - While Loops, Part II [05:48]
    Занятие 28 - Practice Exercises [2 pages]
    Блок 10: Debugging
    Занятие 29 - Debugging Essentials [08:08]
    Занятие 30 - More Debugging Tips [11:39]
    Занятие 31 - Practice Exercises [1 page]
    Блок 11: Scripts Used to Create This Course
    Занятие 32 - Scripts Used to Create This Course [03:59]
    Блок 12: Slides
    Занятие 33 - Course Overview [4 pages]
    Занятие 34 - Shell Scripting Introduction [2 pages]
    Занятие 35 - Shell Scripting, Succinctly [46 pages]
    Занятие 36 - Exit Statuses and Return Codes [15 pages]
    Занятие 37 - Functions [23 pages]
    Занятие 38 - Shell Script Checklist and Template [2 pages]
    Занятие 39 - Wildcards [11 pages]
    Занятие 40 - Wildcards in Scripts [10 pages]
    Занятие 41 - Case Statements [10 pages]
    Занятие 42 - Logging [10 pages]
    Занятие 43 - While Loops [21 pages]
    Занятие 44 - Debugging Essentials [14 pages]
    Занятие 45 - Debugging - More Tips [18 pages]
    Занятие 46 - Scripts Used to Create This Course [7 pages]

     
  2. Последние события

    1. skladchik.com
      Складчина доступна.
      26 май 2019
    2. skladchik.com
      Складчина закрыта.
      23 дек 2016
    3. Homebrew
      Homebrew участвует.
      20 дек 2016
    4. skladchik.com
      Взнос составляет 81р.
      17 дек 2016

    Последние важные события

    1. skladchik.com
      Складчина доступна.
      26 май 2019
    2. skladchik.com
      Складчина закрыта.
      23 дек 2016
    3. skladchik.com
      Взнос составляет 81р.
      17 дек 2016
    4. skladchik.com
      Складчина активна.
      17 дек 2016
Статус обсуждения:
Комментирование ограничено.

Поделиться этой страницей