Skip to content

Instantly share code, notes, and snippets.

View blockzilladev's full-sized avatar

Blockzilla blockzilladev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am blockzilladev on github.
  • I am blockzilla (https://keybase.io/blockzilla) on keybase.
  • I have a public key ASCpMQVzuVWIxxMd44d2KZ1yDnmf3QQvj3Mhr4wmF7aO7Ao

To claim this, I am signing this object:

@blockzilladev
blockzilladev / recursive-ping.sh
Created November 2, 2018 23:18
Recursive Ping
nohup ping 8.8.8.8 > timeout.txt &
*Commands:*
Ipfs init
ipfs id
ipfs cat <ipfs_path/ref> : Displays the IPFS object data from the path
ipfs add <file_name> : Adds a file to IPFS
ipfs add -r <directory_name> : Adds all the files in the directory
ipfs get <ref> : Downloads the IPFS objects
ipfs ls <ref> : Lists the links from an object
ipfs refs <ref>
ipfs pin add <ipfs-path>