Tag: Local

  • PYPI Local Cache How-to

    source: https://medium.com/interpreted/local-pypi-cache-server-4a5c2d5ea0bf I am in a state that I need to actively create and delete a virtual environment. While in default pip look for the local cache of Python in your computer. I don’t think that solution is viable for me. For example, installing PyTorch will require me to download a single 2050 MB WHL…

  • Local Ubuntu Mirror How-to

    source: https://medium.com/@rsaeedbiz/how-to-create-an-offline-apt-mirror-ubuntu-focused-980e5d022337 In the course of one’s career as an IT professional, there may arise a need to implement an airgap on the entire network or a specific segment. In such instances, APT-enabled Linux machines will be unable to pull packages from the APT repository. In this article I will go over the steps to…