Tag Archives: python

Python for bash users: 1 minute introduction

If you can do something interesting in bash, then here’s how you do it in python. Suppose you have this interesting bash thing… …and you want to do some crazy python thing on it. Here’s how you do it: And … Continue reading

Posted in Stuff | Tagged , , , | Leave a comment

Byteswap in socket.gethostname or something

Something weird and unresolved for today: So this automated process gets server host name, and sents it as part of a HTTP POST to another server.  The data was encrypted with SSL in transmission.  When it arrived, it was changed … Continue reading

Posted in Stuff | Tagged , , , | Comments Off on Byteswap in socket.gethostname or something