Skip to content

Instantly share code, notes, and snippets.

@gaiar
Last active July 25, 2018 07:30
Show Gist options
  • Save gaiar/800b991da6aae49b5e55d6901fd5d816 to your computer and use it in GitHub Desktop.
Save gaiar/800b991da6aae49b5e55d6901fd5d816 to your computer and use it in GitHub Desktop.
cat /proc/cpuinfo | grep neon
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
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