Giter Site home page Giter Site logo

shell-scripting-01's Introduction

Shell Scripting

Register For course: Shell Scripting Course

If you were given a task, instead of running multiple commands to complete the task manually, you can simply put those commands in a file and run it as a script that does the task without human errors.

ENV SetUp

Pre-Requisites
  • AWS Account
  • Putty
  • WinScp
  • IDE (NotePad++/VS Code)

alt text

Steps:

  • Create one security group on default VPC.
  • Launch EC2, we use centos 8
  • Connect through putty, WinScp
  • Setup NotePad++ or VS Code as IDE in WinScp.

Coding

Coding is 2 types.

  • Programming
    Programming can be done by developers. Usually it has complex coding like data base transactions, session management, triggering communications, etc. Developers should write code in an effective way that should consume less memory and less time more speed.
  • Scripting
    Scripting is done by generally system admins, DevOps, Cloud, Database admins, developers, etc. Scripting is usually automating manual tasks like
    • Deleting old files
    • Installing packages
    • Configuring servers
    • Adding or removing users

Coding Concepts

Usually coding have universal concepts.

  • Variables
  • Data types
  • Conditions
  • Functions
  • Loops

shell-scripting-01's People

Contributors

joindevopscloud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.