Last active
November 5, 2017 17:41
-
-
Save hakatashi/48fbbe62d18e26b2d253ac07591675bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update -y | |
| sudo apt-get upgrade -y | |
| sudo apt-get install -y libssl-dev libffi-dev python-dev build-essential nodejs npm | |
| curl -L https://aka.ms/InstallAzureCli | bash | |
| export PATH=$PATH:~/bin | |
| sudo npm install -g n | |
| sudo n latest | |
| sudo fdisk /dev/sdc | |
| sudo mkfs -t ext4 /dev/sdc1 | |
| mkdir drive | |
| sudo mount /dev/sdc1 drive | |
| wget --content-disposition --continue --retry-connrefused --tries=0 --timeout=5 https://archive.org/download/archiveteam-twitter-stream-2017-06/archiveteam-twitter-stream-2017-06.tar | |
| sudo mount -t cifs //emojivision.file.core.windows.net/data data -o vers=2.1,username=emojivision,password=UR+E459cjA56h03sxe1z+/ienKSTkyHiks8d113h2R10M29DiNnwAN+ZlZRpsfZBUZt3o+S1d2P3wtyafzSsFA==,dir_mode=0777,file_mode=0777,serverino |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment