Go compared to Python for small scale system administration scripts and tools
Recommended read: Go compared to Python for small scale system administration scripts and tools https://utcc.utoronto.ca/~cks/space/blog/sysadmin/SysadminGoVsPython
Go compared to Python for small scale system administration scripts and tools
Recommended read: Go compared to Python for small scale system administration scripts and tools https://utcc.utoronto.ca/~cks/space/blog/sysadmin/SysadminGoVsPython
Minifying JSON with Python (1 mins read).
How to take a pretty-printed JSON string and replace it with a minifed JSON string using Python.
Why you should use `python -m pip`
Recommended read: Why you should use `python -m pip` https://snarky.ca/why-you-should-use-python-m-pip/
Convert cURL Requests to Python `requests` library
Recommended read: Convert cURL Requests to Python `requests` library https://curl.trillworks.com/
Pretty Printing JSON Web Tokens (JWTs) on the Command Line using OpenSSL (3 mins read).
How to easily introspect a JWT on the command line using OpenSSL and optionally Python for real pretty-printing.
Executing an Interactive Python Shell (REPL) for a Script (1 mins read).
Using python -i
to get an interactive REPL after running a Python source file.
Pretty Printing JSON on the Command Line with Python (2 mins read).
Using Python's JSON module to pretty print JSON objects from the command line.
glances, a top
and htop
replacement (1 mins read).
I share the tool I have been using for system utilisation and monitoring, glances
.