python -m SimpleHTTPServer 8000
python -m http.server 8000
-
https://links.infomee.fr/?rAuVpgpour manipuler du json en cmdline à la jq
-
https://github.com/goldenlynx/jsnUse role in script
-
http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html?shortFooter=true#using-temp-creds-sdk-clidef print_format_table():
"""
prints table of formatted text format options
"""
for style in range(8):
for fg in range(30,38):
s1 = ''
for bg in range(40,48):
format = ';'.join([str(style), str(fg), str(bg)])
s1 += '\x1b[%sm %s \x1b[0m' % (format, format)
print(s1)
print('\n')
print_format_table()
-
https://stackoverflow.com/questions/287871/print-in-terminal-with-colors
-
https://aws.amazon.com/fr/about-aws/whats-new/2017/11/amazon-ecs-introduces-awsvpc-networking-mode-for-containers-to-support-full-networking-capabilities/