https://github.com/prompt-toolkit/ptpython A better Python REPL pip install ptpython Ptpython is an advanced Python REPL. It should work on all Python versions from 2.6 up to 3.9 and work cross platform (Linux, BSD, OS X and Windows).
Author Archives: bangor
Understand your Python code with this open source visualization tool
https://opensource.com/article/20/11/python-code-viztracer https://github.com/gaogaotiantian/viztracer VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
usbrip
usbrip (inherited from “USB Ripper”, not “USB R.I.P.”) is a simple forensics tool with command line interface that lets you keep track of USB device artifacts (i.e., USB event history) on Linux machines. https://github.com/snovvcrash/usbrip usbrip is a small piece of software which analyzes Linux log data: journalctl output or contents of /var/log/syslog* (/var/log/messages*) files. Based …
how to upgrade to the latest version of wordpress docker images
https://forums.docker.com/t/updating-wordpress/96650/4 <— To update WP to a later version go into your yml file set the version you want. Then just issue the following command: Then go into your WP admin console and select ‘upgrade’
How to Change Font Size in WordPress
Using CSS – The Classic Way. Using CSS changes the font size for the whole site. https://www.hostinger.com/tutorials/change-font-size-in-wordpress
How to Upgrade containers with docker-compose?
Another question is how to upgrade to the latest version of nginx or wordpress docker images in our deployment. Since all user data is outside the containers, we can easily delete the containers and re-create them to upgrade our installation. https://www.linode.com/docs/guides/wordpress-with-docker-compose/ docker-compose down docker-compose pull && docker-compose up -d
Code Syntax Block
Sampler. Visualization for any shell command.
https://github.com/sqshq/sampler Sampler is a tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
portainer
https://levelup.gitconnected.com/portainer-the-easy-way-to-manage-docker-a982a17146c1 https://www.letscloud.io/community/how-to-install-portainer
Creating Monitoring Dashboards
https://medium.com/expedia-group-tech/creating-monitoring-dashboards-1f3fbe0ae1ac In this article we went through best practices on monitoring metrics and dashboards and showed you how to create Grafana dashboards based on Prometheus metrics. These examples can be used as a starting point to craft more complex queries and more visualisations. However, always keep in mind that less is more, and simple is …