Python/Bug-Out: Difference between revisions
From charlesreid1
(Created page with "Bug-out Python: What happens if you can't access a network? For a long period of time? And you need to have any and all manner of tools available at your disposal, and the me...") |
No edit summary |
||
| Line 4: | Line 4: | ||
Python for the zombie apocalypse? Maybe a bit overdramatic. But anyway, useful for those first few days after a move when you don't have internet and you need to get your server set up and you forgot to install the header libraries for OpenSSL, and so... you're screwed. | Python for the zombie apocalypse? Maybe a bit overdramatic. But anyway, useful for those first few days after a move when you don't have internet and you need to get your server set up and you forgot to install the header libraries for OpenSSL, and so... you're screwed. | ||
[[Category:Python]] | |||
Revision as of 02:26, 24 July 2016
Bug-out Python:
What happens if you can't access a network? For a long period of time? And you need to have any and all manner of tools available at your disposal, and the means by which to make documentation for all of them so that you can RTFM until the cows come home if you need to.
Python for the zombie apocalypse? Maybe a bit overdramatic. But anyway, useful for those first few days after a move when you don't have internet and you need to get your server set up and you forgot to install the header libraries for OpenSSL, and so... you're screwed.