Giter Club home page Giter Club logo

shellscript's Introduction

a repository of useful bash shellscripts for Ubuntu :

###checkintegrity.sh : this is a shellscript that batch checks the integrity of multiple github/svn/hg repositories in a main directory, it should be executed from that main directory.

###tar.sh : batch tar and compress repositories inside a main directory, it should be executed from that main directory.

###untar.sh : batch untar and decompress repositories inside a main directory, it should be executed from that main directory.

###unzip.sh : batch unzip and decompress repositories inside a main directory, it should be executed from that main directory.

###add-apt-repository

This is a replacement for the tool found on ubuntu, it can be used to add deb repositories from launchpad to Kali or Debian.

in order to use it, just copy it to /usr/sbin and then in that directory in a terminal type :

sudo chmod +x add-apt-repository

sudo chown root:root add-apt-repository

Ps. I found a version of this tool on a forum, but it used full 'apt-get update' to get the authentication key. that seemed like a waste of bandwidth and time, so I edited it to only pull keys for the added repository.

shellscript's People

Contributors

alyshmahell avatar magiccc avatar

Watchers

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