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
############ For Vitual Machines ####### | |
sudo locale-gen en_CA.UTF-8 | |
sudo apt-get install ruby git build-essential | |
############ Apt-Fast ############ | |
sudo apt-get install axel | |
axel -a "http://www.mattparnell.com/linux/apt-fast/apt-fast.sh" | |
sudo chmod +x apt-fast | |
sudo mv apt-fast /usr/bin/ |