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
0x00sec.org | |
10.32.59.31:32204 | |
10.45.35.173:7990 | |
1122qq.weebly.com | |
123movies.co | |
123moviesfull.co | |
123movies.re | |
1337x.io | |
1592878.com | |
18comix.com |
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
#!/bin/bash | |
echo -e "\e[1;33mAdd multiverse repo\e[0m" | |
sudo add-apt-repository multiverse | |
sudo apt-get update | |
echo -e "\e[1;33mInstall common dependencies\e[0m" | |
sudo apt-get install python python-pip python-dev git ruby ruby-dev build-essential | |
echo -e "\e[1;33mInstall virtualbox\e[0m" |