Difference between revisions of "Notes on disconnected (offline) (air-gapped) networks"

From Simson Garfinkel
Jump to navigationJump to search
m
(No difference)

Revision as of 06:07, 13 August 2020

Python modules:

Download all of the python modules with

   pip wheel [package] -w /tmp 

or:

   pip download [package] -d /tmp --no-binary :all:

Then install them in the reverse order.