Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1008 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1008 Bytes

bash-utils

Useful scripts to make life easier as a Developer and safe time.

Usage

To execute the scripts:

$ chmod +x <script-name>
$ ./<script-name>

Scripts

  • install-docker: Install and configure Docker and Docker Compose for the current user in 1 step.
  • github-info: Get info of a Github user.
  • github-backup: Backup all repositories (including private) of a Github user.
  • ip-info: Obtain information about an IP address.
  • get-services: Get all services running in the current machine on a unix system.
  • check-url: Check url or onion url status with curl.