Last active
July 25, 2018 07:30
-
-
Save gaiar/800b991da6aae49b5e55d6901fd5d816 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
cat /proc/cpuinfo | grep neon |
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 dd if=/dev/zero of=/var/swap bs=1M count=1024 | |
sudo chmod 0600 /var/swap | |
sudo mkswap /var/swap | |
sudo swapon /var/swap |
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
git submodule update --recursive --remote | |
git submodule update --init --recursive | |
git pull --recurse-submodules -j5 | |
git clone --recurse-submodules -j4 https://github.com/conda-forge/feedstocks.git | |
git clone --recurse-submodules -j4 https://github.com/AnacondaRecipes/aggregate.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment