Giter Site home page Giter Site logo

shivakumarvardhamana / python_devops_scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abetavarez/python_devops_scripts

0.0 0.0 0.0 78 KB

Python ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Scripts for DevOps, SysAdmins, IT Specilist, Devs and more.

Shell 9.97% Python 90.03%

python_devops_scripts's Introduction

Python ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Scripts for DevOps, SysAdmins, IT Specilist, Devs and more.

Note ๐Ÿ“

The main purpose of this repo is to create a huge collection of useful script for all levels (Beginners to Experts) of IT Specialits, SysAdmins, DevOps, Developers and more...

Please feel free to fork this repo and contribute!

If you want to help with the README you're welcome as well. I want to make it as instructional as possible.

If you spot any errors please let me know.

Finally don't forget to give the repo a star if you like it. Thanks!

Intro ๐Ÿ—ฃ

Python Cheatsheet

How to create a python scripts

  • Create a python file vim script_0.py type #!/usr/bin/env python3 on the first line.

Note: Inserting a shebang line (such as #!/usr/bin/env python3) as the first line tells the operating system what command we want to use to execute the script. or (sets the interpreter)

  • On the next line type print("Running script...")
  • On your terminal type chmod +x script_0.py to change the file permission.
  • Run the script from the terminal ./script_0.py

How to SSH

  • You can SSH to another computer by:

ssh -p <enter port number> [email protected]

  • Here is an example:

ssh -p 2220 [email protected]

Regex Cheatsheet ๐Ÿ•ต๏ธโ€โ™€๏ธ

regex_cheatsheet

python_devops_scripts's People

Contributors

abetavarez 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.