Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fazlearefin committed May 23, 2022
1 parent a868aca commit 8ac85aa
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ This script can be used instead of the `ssh` command. It tries to ssh to a serve

This script let you copy your ssh-key to your servers for passwordless authentication. This script will help you in a situation where you have a thousand servers in which you want to copy your ssh-key. You can use ssh-copy-id command but it will ask you your password a thousand times. Even if you do automate that, ssh-copy-id will copy to one server at a time which is painfully slow for a thousand servers.

### Prerequisite

- You will need to install the `sshpass` package
- You will need to have your password in plain-text or in base64 encoding (adding a bit of extra security) in a file. Change the `$Pwd_File`
- If you happen to encode your password in base64, flip the value of `$Base64_Enc`

---

## check-disk-media-with-iso.sh
Expand All @@ -35,12 +41,6 @@ This script checks if a usb disk you created from a iso file using tools like `d

This script is useful when you want to check, for example, a bootable USB Disk you created for Ubuntu from a Ubuntu iso image is not corrupted.

### Prerequisite

- You will need to install the `sshpass` package
- You will need to have your password in plain-text or in base64 encoding (adding a bit of extra security) in a file. Change the `$Pwd_File`
- If you happen to encode your password in base64, flip the value of `$Base64_Enc`

---

## update-vagrant-boxes.sh
Expand All @@ -52,7 +52,3 @@ This script upgrades all your installed [vagrant](https://www.vagrantup.com/) bo
## Donations

Bitcoin (BTC): `38uvDLV4GzcAB7qMUEM5chqivESqNPWPZW`

Ethereum (ETH): `0xb87A10e8e3fa4Ea71b478f8f0c8798977dBe28Ed`

Litecoin (LTC):`MRAwH2WHUprCn5RcpKWKMkfaUJicTpsbWr` or `3Jxny96KXhzmya9iiSWyY7RB9c8AXRGN3n`

0 comments on commit 8ac85aa

Please sign in to comment.