Coder Social home page Coder Social logo

cliscripts's Introduction

CLIscripts

This is a Command Line Interface scripts, mostly bash ones, for various utility purposes. You can clone this into your ~/bin directory, so you can run them from any location in your PC, or you can clone the scripts individually according to your needs.

Scripts

  • 192.168

    This script allows to connect to a remote host in the script-name prefix network (192.168 in this case). You can rename (or ln link it) to use it in other subnets. So script will use first two octets from the script-name itself and at least one param to construct the final destination address to connect to, and altenatively a username (root by default). I.e:

    Usage: 192.168 [octet] [user] Where: is the 4th octet of the destination address if no other params where provided. (Default 3th octect is "100", but configurable in the first lines of the script, in addition to "root" as username) is the 4th octet of the destination address if the 2nd param is not numeric, which will be assumed as a username indication. is the 3th octet of the destination address if two number params where provided. [octet] is the 4th octet of the destination address if first two params provided are numeric. is the username to use in the connection command if only two params where provided. [user] is the username to use in the connection command. It must always be the last param.

    Examples: * 192.168 7 will connect to [email protected]

cliscripts's People

Contributors

donpool avatar

Watchers

 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.