Skip to content

Instantly share code, notes, and snippets.

@rahduro
Last active April 9, 2017 19:39
Show Gist options
  • Save rahduro/8fc34b9ac0466b84e3435a1f3370f723 to your computer and use it in GitHub Desktop.
Save rahduro/8fc34b9ac0466b84e3435a1f3370f723 to your computer and use it in GitHub Desktop.
  1. Download all directories and files recursively from a hyperlink stackoverflow

    wget -r --no-parent --reject "index.html*" <URL>

  2. Change virtualbox shared folder permission

    sudo usermod -aG vboxsf $(whoami)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment