mayur-chavhan / handy-scripts

Script Collection of Essentials Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Handy Scripts 🧰

Collection of automation scripts.

Docker and Docker-Compose Quick Installation Script πŸ‹

Run below one command to install Docker and Docker-Compose.

curl -sSL https://raw.githubusercontent.com/mayur-chavhan/handy-scripts/master/install-docker.sh | bash

Flush Ram for more memory 🀯

Run below command to flush ram content to free up more memory.

curl -sSL https://raw.githubusercontent.com/mayur-chavhan/handy-scripts/Flush-Ram.sh | bash

Install Ansible ☸

One command to Install Ansible.

curl -sSL https://raw.githubusercontent.com/mayur-chavhan/handy-scripts/install-ansible.sh | bash

Better Bash History πŸ‡¦πŸ‡Ά

Improve bash history size, timestamp and logging.

curl -sSL https://raw.githubusercontent.com/mayur-chavhan/handy-scripts/master/better-history.sh | bash

Ghost My ASS πŸ’€

Run below command to completely wipe off your command history and logs.

curl -sSL https://raw.githubusercontent.com/mayur-chavhan/handy-scripts/ghost-my-ass.sh | bash

License

MIT

Free Software, Hell Yeah!

About

Script Collection of Essentials Tools


Languages

Language:Shell 100.0%